source: trunk/MagicSoft/Mars/Changelog@ 3980

Last change on this file since 3980 was 3980, checked in by gaug, 21 years ago
*** empty log message ***
File size: 154.1 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd:_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2004/05/05: Markus Gaug
22
23 * mcalib/MCalibrationChargeCalc.cc
24 - set default of fgPheErrLimit from 4 sigma to 5.
25
26 * mcalib/Makefile
27 * mcalib/CalibLinkDef.h
28 * mcalib/MHCalibrationTestTimeCam.[h,cc]
29 * mcalib/MHCalibrationTestTimeCam.[h,cc]
30 - analogue to MHCalibrationTestCam, two classes to test the
31 output of the calibration.
32
33 * mcalib/MHCalibrationCam.cc
34 - in InitHists, exclude only pixels with kUnsuitableRun, instead of
35 all (IsBad())
36
37 * msignal/Makefile
38 * msignal/SignalLinkDef.h
39 * msignal/MExtractTimeFastSpline.[h,cc]
40 - new fast spline extractor for the equally spaced time slices.
41 Searches for the position of the half maximum between maximum and
42 pedestal. About 6 times faster than MArrivalTimeCalc
43
44 * mjobs/MJCalibration.cc
45 - changed names of the MHCameras to contain run name
46
47 2004/05/04: Raquel de los Reyes
48
49 * mbase/MRunIter.[h,cc]
50 - Added a flag and a set function to read .raw files.
51 The default option is set to read .root files.
52
53
54
55 2004/05/04: Javier Rico
56
57 * mcalib/MCalibrate.cc
58 - when calibrating using kNONE, weight by the pixel area
59
60
61
62 2004/05/04: Thomas Bretz
63
64 * macros/MagicHillas.C, macros/comprob.C, macros/derotatedc.C,
65 macros/dohtml.C, macros/evtrate.C, macros/merpp.C,
66 macros/pixfirerate.C, macros/pixsatrate.C, macros/plot.C,
67 macros/plot2.C, macros/pointing.C, macros/readMagic.C,
68 macros/rootlogon.C, macros/runbook.C, macros/sectorvstime.C,
69 macros/star.C, macros/sumcurrents.C, macros/tar.C,
70 macros/testenv.C, macros/weights.C:
71 - updated documentation
72
73 * mastro/MAstroCamera.[h,cc]:
74 - added member function to read MC .def files for mirror geometry
75 - added GetDiffZdAz
76
77 * mastro/MObservatory.[h,cc]:
78 - added Copy-member function
79
80 * mbase/MLog.[h,cc]:
81 - updated handling of mutices
82 - added a new mutex to lock the stream
83
84 * mhist/MHCamera.[h,cc]:
85 - added functionality to linear deform the camera display
86 (to correct for abberation)
87
88 * mtools/MFFT.cc:
89 - added more documentation
90
91 * mbase/MTime.[h,cc]:
92 - renamed overloaded Set-function to SetMjd. There were some
93 trouble with the interpreter and the new naming is more
94 intuitive.
95
96
97
98 2004/05/04: Markus Gaug
99
100 * mcalib/MHCalibrationChargeBlindPix.cc
101 - intialized the 2 vectors differently, now they don't give
102 warnings any more.
103
104 * msignal/MExtractor.cc
105 * msignal/MExtractFixedWindow.cc
106 - put one initialization to 0 into the MExtractor
107
108 * mastro/MAstroCatalog.h
109 - make AlignCoordinates() protected, in order to compile
110
111 * mcalib/MHGausEvents.cc
112 - took out fEvents(0) and fHGausHist() from constructor
113
114 * msignal/MExtractor.cc
115 * msignal/MExtractPINDiode.cc
116 - fixed StreamPrimitive
117
118 * msignal/MExtractBlindPixel.[h,cc]
119 - deriving from MExtractor, possibility to filter NSB events
120
121
122 2004/05/03: Thomas Bretz
123
124 * mbase/MRunIter.cc:
125 - AddRuns(char*) added some const-qualifiers
126 - replaced deprecated if-else-if by continue- and return-
127 constructions
128
129
130
131 2004/05/03: Javier Lopez
132
133 * mbadpixels/MBadPixelsPix.[h,cc]
134 - put another enum for hardware malfunctionning. Started to be
135 filled with kHVNotNominal
136
137
138
139 2004/05/03: Markus Gaug
140
141 * mcalib/MHCalibrationBlindPix.[h,cc]
142 - removed a "->" behind the comment
143 - Create a TVector in Draw only if the array is not zero
144
145
146 * mraw/MRawEvtPixelIter.cc
147 - corrected bug in GetIdxMaxLoGainSamples() which looped over
148 one slice too much
149 end = fLoGainPos + fNumLoGainSamples + 1 replaced by:
150 end = fLoGainPos + fNumLoGainSamples
151
152 * msignal/MTimeExtractor.[h,cc]
153 * msignal/MExtractTime.[h,cc]
154 - changed name for alphabetical display in dox
155
156 * mjobs/MJCalibration.[h,cc]
157 * msignal/MExtractTimeSpline.h
158 * msignal/MExtractTimeHighestIntegral.h
159 - changed name of base class to MExtractTime
160
161 * mcalib/MCalibrationCam.[h,cc]
162 * mcalib/MCalibrationChargeCam.[h,cc]
163 * mcalib/MCalibrationRelTimeCam.[h,cc]
164 - put the number of unsuitable and unreliable pixels in the base
165 class
166
167 * mcalib/MCalibrationRelTimeCalc.[h,cc]
168 - fixed a bug calculating the average time resolution
169
170 * mpedestals/MPedestalPix.[h,cc]
171 - add a dedicated fValid flag in order to be able to discard pixels
172 from outside (e.g. from MBadPixelsCam)
173
174 * mpedestals/MPedCalcPedRun.[h,cc]
175 - catch badpixels cam from parameter list, if existing and set
176 corresponding pixels to not valid in MPedestalPix
177
178 * mjobs/MGCamDisplays.[h,cc]
179 * mhist/MHCamera.[h,cc]
180 - put DrawProjection and DrawRadialProfile in MHCamera
181
182 * macros/dohtml.C
183 - include directory mfit and macros calibration.C and
184 bootcampstandardanalysis.C
185 - take out pixvstime.C which does not exist
186
187 * msignal/MExtractFixedWindow.[h,cc]
188 * msignal/MExtractSlidingWindow.[h,cc]
189 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
190 * msignal/MExtractor.[h,cc]
191 * msignal/MExtractPINDiode.[h,cc]
192 * msignal/MExtractTime.[h,cc]
193 - set number of slices not in base class, but in derived one.
194 Like this, extractors setting their signal in other containers
195 don't have a conflict with the ReInit() in MExtractor.
196
197 2004/05/01: Thomas Bretz
198
199 * macros/rootlogon.C:
200 - ignore MARSSYS if libmars.so is found in the current path
201
202 * mastro/MObservatory.cc:
203 - small change to coordinates
204
205 * mbase/MLog.[h,cc]:
206 - enhanced output in case of problem with mutices
207
208 * mtemp/TempIncl.h, mtemp/TemlLinkDef.h:
209 - removed everything
210
211 * Makefile*, */Makefile
212 - changed all to support mtemp/mifae and similar
213
214
215
216 2004/05/01: Abelardo Moralejo
217
218 * mmain/MEventDisplay.cc
219 - changed back integration range for MC to 0-14 slices to avoid
220 confusions.
221
222
223
224 2004/05/01: Markus Gaug
225
226 * macros/dohtml.C
227 - include directory mpedestal
228
229 * msignal/MExtractFixedWindow.[h,cc]
230 * msignal/MExtractSlidingWindow.[h,cc]
231 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
232 * msignal/MExtractor.[h,cc]
233 - include the possibility to set the range for the hi-gain outside
234 the range of MRawEvtPixelIter::GetNumHiGainSamples() and to take
235 the "low-gain" slices instead. This is necessary for the March
236 data!
237
238 * mjobs/MJCalibration.[h,cc]
239 - accept arrival time extractors deriving from MTimeExtractor
240
241
242
243 2004/04/30: Thomas Bretz
244
245 * mastro/MAstroCamera.[h,cc]:
246 - removed obsolete TList data member (use a argument in
247 GetStarList instead)
248
249 * mbase/MTime.h:
250 - added 'istream &operator<<(istream &in, MTime &t)'
251
252 * mbase/BaseLinkDef.h:
253 - added new operator
254
255
256
257 2004/04/30: Daniela Dorner
258
259 * macros/pointing.C
260 - implemented plot: Control Deviation vs Time
261 - rearranged plots
262
263
264
265 2004/04/30: Markus Gaug
266
267 * mcalib/MCalibrationRelTimeCalc.[h,cc]
268 - new class to treat rel. times after fits
269
270 * mcalib/MCalibrationChargeCalc.[h,cc]
271 - search for outliers in the total F-Factor and set a flag in
272 MBadPixelsPix
273
274 * mcalib/MCalibrationRelTimeCam.h
275 - new TArrayIs to store number of unsuitable and unreliable pixels
276
277
278 * mbadpixels/MBadPixelsPix.h
279 - two new flags added: kDeviatingFFactor and kDeviationTimeResolution
280
281 * mcalib/MHCalibrationRelTimePix.[h,cc]
282 - take out commented part of code related to re-normalization
283
284 * mcalib/MHCalibrationCam.[h,cc]
285 - retrieve the used run numbers in order to store them in teh
286 histogram titles to help transparency of the displays
287
288 * mcalib/MHCalibrationRelTimeCam.[h,cc]
289 -  Getter and Setter for the reference pixel
290
291 * mcalib/MCalibrate.cc
292 - make error of nphot to be taken from square root of absolute
293 number of photons instead of number of photons, otherwise
294 NaN's are obtained
295
296 * msignal/MExtractPINDiode.[h,cc]
297 - now deriving from MExtractor
298
299 * msignal/Makefile
300 * msignal/SignalLinkDef.h
301 * msignal/MExtractTimeSpline.[h,cc]
302 * msignal/MExtractTimeHighestIntegral.[h,cc]
303 - replacements for MArrivalTimeCalc and MArrivalTimeCalc2
304
305 * mjobs/MJCalibration.[h,cc]
306 - Set time extractor by pointer
307
308
309
310 2004/04/29: Thomas Bretz
311
312 * mbase/MTask.cc:
313 - fixed behaviour of GetNumExecutions. Because of a root bug
314 Count returns a number which is to high by 1.
315
316
317
318 2004/04/29: Abelardo Moralejo
319
320 * mmc/MMcEvt.hxx
321 - Added minor comment (explanation of fPassPhotCone).
322
323 * mmc/MMcRunHeader.[hxx,cxx]
324 - Removed obsolete parameters fSourceOffsetTheta, fSourceOffsetPhi
325 - Updated class version to 5.
326
327
328
329 2004/04/29: Nadia Tonello
330
331 * mbadpixels/MBadPixelsTreat.h
332 - changed enums {.. BIT(1), ... BIT(2), ... BIT(3) } in {1,2,3}
333 to have the right behaviour of the flags (and of SetProcessRMS)
334
335 * manalysis/MCT1PointingCorrCalc.[h,cc]
336 - added pointing correction for 1ES1959
337
338
339
340 2004/04/29: Markus Gaug
341
342 * msignal/MArrivalTimePix.[h,cc]
343 - removed flag fLoGainUsed which is not used at all
344
345 * msignal/MTimeExtractor.[h,cc]
346 - new base class for arrival time extractors
347
348 * msignal/Makefile
349 * msignal/SignalLinkDef.h
350 * msignal/MExtractTimeSpline.[h,cc]
351 - replacement of MArrivalTimeCalc, derived from MTimeExtractor
352
353
354 * msignal/MExtractor.h
355 - make SetRange virtual
356 - check for range w.r.t. ranges given in the run header in ReInit
357
358 * msignal/MExtractFixedWindow.[h,cc]
359 * msignal/MExtractSlidingWindow.[h,cc]
360 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
361 - overload the SetRange() function in order to do the necessary
362 checks of the range there. Slight differences in every extractor
363 because of the floating windows.
364
365
366 * mpedestals/MPedCalcPedRun.[h,cc]
367 - add the possibility to set ranges and extraction windows. Default
368 is what has always been
369
370
371 * mjobs/MJPedestals.[h,cc]
372 - add the possibility to set a signal extractor which gives the
373 extraction ranges to MPedCalcPedRun
374 - derive from MHCamDisplays
375
376 * mcalib/MCalibrationChargeCam.cc
377 - updated the Print() a little
378
379
380 2004/04/29: Javier Rico
381
382 * mbase/MRunIter.cc
383 - Remove AddRuns(const char*,const char*) dependence on length of
384 first character chain
385
386
387 2004/04/28: Javier Rico
388
389 * mbase/MRunIter.[h,cc]
390 - include function to read runs specified in a character chain
391 with the format, e.g., run1,run2-run3,run4-run5,...
392
393
394
395 2004/04/28: Abelardo Moralejo
396
397 * macros/starmc.C
398 - adapted to change in MC calibration: replaced
399 MMcCalibrationCalc::GetHist by GetHistADC2PhotEl and
400 GetHistPhot2PhotEl.
401
402
403
404 2004/04/28: Markus Gaug
405
406 * mjobs/MGCamDisplays.cc
407 * mjobs/MJCalibration.cc
408 - introduced new "fit" flag in DrawProjection allowing to draw
409 two separate pad with the (fitted) histograms for inner and
410 outer pixels. This is displayed by MJCalibration if the
411 kNormalDisplay option is chosen (default).
412
413 * mjobs/MJCalibration.h
414 - took out the const of GetBadPixels() in order to allow compilation
415 of macros/bootcampstandardanalysis.C. This will change again soon
416 when mjobs/MJExtraction is updated and used there.
417
418 * msignal/MArrivalTimeCalc.[h,cc]
419 - remove the ReInit() which calls to an MGeomCam which is later not
420 used
421
422 * macros/calibrate_data.C
423 - fixed a bug in loop 3 taking the default QE Cam instead of the
424 one filled by MJCalibration
425
426 * msignal/MExtractor.[h,cc]
427 - new base class for signal extractors
428
429 * msignal/Makefile
430 * msignal/SignalLinkDef.h
431 * msignal/MExtractFixedWindow.[h,cc]
432 * msignal/MExtractSlidindWindow.[h,cc]
433 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
434 - replacements for MExtractSignal, MExtractSignal2, MExtractSignal3
435
436 * macros/calibration.C
437 * macros/calibrate_data.C
438 * macros/pedphotcalc.C
439 * macros/bootcampstandardanalysis.C
440 - adapted to new extractors
441
442 * mbadpixels/MBadPixelsPix.h
443 - set back the old definition of IsOK(), namely no information
444 available
445
446
447
448 2004/04/27: Raquel de los Reyes
449
450 * mhvstime/MHVsTime.cc
451 - added a line in the Fill function to avoid empty time events.
452
453
454
455 2004/04/27: Abelardo Moralejo
456
457 * mcalib/MMcCalibrationCalc.[h,cc]
458 - added histogram which stores the conversion of photons before
459 the plexiglas to photoelectrons hitting first dynode.
460
461 * macros/mccalibrate.C
462 - added MPointingPosCalc to the tasklist to create and fill an
463 MPointingPos object, and later write it to the Events tree of
464 the calibrated MC files. Added some comments and simplified
465 some lines. One more histogram from MMcCalibrationCalc (see
466 above) is now written to the output.
467
468 * macros/starmc2.C
469 - added the writing of MPointingPos to output star file.
470
471
472
473 2004/04/27: Markus Gaug
474
475 * mjobs/MJCalibration.[h,cc]
476 - put the three camera drawing facilities into a separate base
477 class MGCamDisplays
478
479 * mjobs/MGCamDisplays.[h,cc]
480 * mjobs/Makefile
481 * mjobs/JobsLinkDef.h
482 - camera drawing facilities: CamDraw, DrawProjection and
483 DrawRadialProfile, used by all jobs
484
485 * mjobs/MJExtractCalibTest.[h,cc]
486 * mjobs/Makefile
487 * mjobs/MJobsLinkDef.h
488 - new class to test the calibration results
489
490 * mcalib/MCalibrationChargeCalc.cc
491 - set unsuitable pixels to excluded in MCalibrationChargePix, which
492 will not display them in the status display
493
494 * mjobs/MJCalibration.cc
495 - take out display of previously excluded pixels
496
497 * mbadpixels/MBadPixelsCam.cc
498 - set val to 1 in case that GetPixelContent is true, before display
499 was not correct
500
501 * macros/calibration.C
502 - added the test class MJExtractCalibTest
503
504
505
506 2004/04/27: Abelardo Moralejo
507
508 * mhistmc/MHMcCollectionArea.[h,cc]
509 - Added fMCAreaRadius and setter to allow changing the radius of
510 the circular area in which MC events are produced. Useful for
511 instance for stereo configuration studies. By default it is 300 m
512 as was assumed before.
513
514
515
516 2004/04/26: Markus Gaug
517
518 * mcalib/MHCalibrationTestPix.[h,cc]
519 * mcalib/MHCalibrationTestCam.[h,cc]
520 * mcalib/Makefile
521 * mcalib/CalibLinkDef.h
522 - two new histogram classes to perform claibraion checks, will be
523 especially useful for the data-check.
524
525 * mcalib/MCalibrationQEPix.cc
526 - found a bug in the setting of validity flags of colours. This
527 made the QE used for calibration uncorrect by about a factor 1.5
528 for the outer pixels if only one colour is used for calibration.
529
530 * mjobs/MJCalibration.[h,cc]
531 - moved colour finder from the macros into this class with the
532 function FindColor()
533 - had to add ~MJCalibration() {} because otherwise, I get a
534 segmentation violation in the destructor, the debugger says in
535 some TString. Maybe it's because of the GetDescriptor() in
536 ~MParContainer() ?
537
538 * macros/calibration.C
539 * macros/calibrate_data.C
540 * macros/pedphotcalc.C
541 * macros/bootcampstandardanalysis.C
542 - removed function FindColor()
543
544 * mcalib/MCalibrationCam.h
545 - make Init() and InitSize() virtual
546
547 * mcalib/MCalibrationChargeCam.[h,cc]
548 - introduce two TArrayI's for the number of uncalibrated and
549 unreliable pixels.
550
551 * mcalib/MCalibrationChargeCalc.[h,cc]
552 - calculate and store the above numbers.
553
554 * mbadpixels/MBadPixelsPix.[h,cc]
555 * mbadpixels/MBadPixelsCam.cc
556 - removed bits: kHiGainNotCalibrated and kLoGainNotCalibrated
557 - added bits: kDeviatingFFactor, kConversionHiLoNotValid
558 - removed functions: IsCalibrationResultOK()
559 and IsCalibrationSignalOK()
560 - changed function IsOK() such that it returns false only if
561 the pixels is not suitable (run or evt)
562
563 * mcalib/MCalibrate.cc
564 * mcalib/MCalibrateRelTime.cc
565 - exchanged query for IsCalibrationResultOK() to
566 IsUnsuitableRun(MBadPixelsPix::kUnsuitableRun). This includes
567 now the oscillating pixels (which are sometimes many!!)
568
569 * mcalib/MHCalibrationRelTimePix.cc
570 - commented re-normalization to ns in Renorm()
571 - introduced Getter to fFADCSliceWidth
572
573 * mcalib/MHCalibrationRelTimeCam.cc
574 - renorm to ns in GetPixelsContent()
575 --> now, calibration in MCalibrateRelTimes is consistent
576
577
578
579 2004/04/26: Abelardo Moralejo
580
581 * manalysis/MMcCalibrationUpdate.cc
582 - changed from 1 to 10 the "dummy" value of conversion high to low
583 gain for old camera 0.6 files. Usually these files have no low
584 gain at all, but there was a patched version of the program
585 which did have low gain (with a gain 10 lower than hg).
586
587
588
589 2004/04/25: Abelardo Moralejo
590
591 * mbadpixels/MBadPixelsTreat.cc
592 - Change in line 204: if ((*fBadPixels)[i].IsBad()) by
593 if ((*fBadPixels)[j].IsBad()) The way it was done, it never
594 worked, because the check on whether the neighbour pixels
595 were OK was performed on the same pixel to be treated (i), which
596 is obviously not OK. The same problem fixed in the interpolation
597 of pedestals. Amazingly, this error would have shown up in any
598 test of the class.... I assume it must have been commited
599 completely untested.
600
601 - In InterpolateSignal: moved division of summed charge over
602 number of pixels : put it after the check of the number of
603 valid neighbours to avoid division by 0.
604
605
606
607 2004/04/23: Markus Gaug
608
609 * mcalib/MHCalibrationCam.cc
610 - fixed a bug in the ReInit() for the number of average events in
611 each area index and sector
612
613
614 2004/04/23: Thomas Bretz
615
616 * */Makefile:
617 - added some more mpedestal
618
619 * mreport/MReportRun.cc:
620 - changed to work with the latest version of report-files
621 --> This will make it incompatible with older report files
622 (for this use older Mars versions for merpping)
623
624 * mbase/MStatusDisplay.[h,cc]:
625 - added combo-box to surf through tabs in MARS-tab
626
627
628
629 2004/04/22: Nadia Tonello
630
631 * mcalib/MCalibrateData.cc
632 - changed request for MBadPixelsPix::IsCalibrationResultOK() for
633 MBadPixelsPix::IsUnsuitable(MBadPixelsPix::kUnsuitableRun)
634
635
636
637 2004/04/22: Thomas Bretz
638
639 * mhist/MHCamera.[h,cc]:
640 - implemented SetUsed
641
642 * merpp.cc:
643 - added "-ff" and interleave mode - both not execcively tested yet
644
645 * mhbase/MFillH.cc:
646 - added a missing 'endl'
647
648 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtData.[h,cc],
649 mraw/MRawEvtHeader.[h,cc]
650 - added SkipEvt (the number of skipped bytes is untested)
651
652 * mraw/MRawEvtHeader.[h,cc]
653 - return kCONTINUE if time is invalid
654
655 * mraw/MRawFileRead.[h,cc]:
656 - implemented AddFile feature - first draft!
657 - added feature to skip events
658
659 * mraw/MRawFileWrite.h:
660 - changed default compression level corresponding to merpp to 2
661
662 * mraw/MRawRead.[h,cc]:
663 - added fForceMode flag to be able to suppress event errors
664
665 * mbadpixels/MBadPixelsTreat.[h,cc]:
666 - changes such that the pedestal interpolation is now done
667 only in ReInit. If you need the old behaviour call
668 SetProcessRMS()
669
670 Another step towards less mess:
671
672 * MMcPedestalCopy.[h,cc], MMcPedestalNSBAdd.[h,cc],
673 MPedPhotCalc.[h,cc], MPedPhotCam.[h,cc], MPedPhotPix.[h,cc],
674 MPedCalcPedRun.[h,cc], MPedestalCam.[h,cc],
675 MPedestalPix.[h,cc]:
676 - moved from manalysis to mpedestal
677
678 * mpedestal/Makefile, mpedestal/PedestalLinkDef.h,
679 mpedestal/PedestalIncl.h:
680 - added
681
682 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
683 manalysis/AnalysisIncl.h:
684 - removed files above
685
686 * mbadpixels/Makefile:
687 - added mpedestals
688
689 * Makefile:
690 - added mpedestals
691
692
693 2004/04/22: Antonio Stamerra
694
695 * mmain/MEventDisplay.cc
696 - Added new tab "Trigger" adding a new MHEvent (evt9),
697 filled through the MMcTriggerLvl2 container.
698 A new MFillH task for evt9 and MMcTriggerLvl2Calc task
699 have been added.
700
701 * mhist/MHEvent.[h,cc]
702 - Added new event type kEvtTrigPix
703
704 * manalysis/MMcTriggerLvl2.[h,cc]
705 - The class now inherits from MCamEvent
706 - Added the methods GetPixelContent and DrawPixelContent (from MCamEvent)
707 - Added the method IsPixelInTrigger that returns kTRUE if a pixels
708 is in the trigger region
709
710 * manalysis/MMcTriggerLvl2Calc.[h,cc]
711 - Added the methods CheckRunType and ReInit to check if the file is MC.
712
713 * mhistmc/Makefile
714 - Added the include for mgui
715
716
717 2004/04/22: Markus Gaug
718
719 * mcalib/MCalibrate.[h,cc]
720 - introduced flat-fielding of charges for the muon calibration,
721 accessible with SetCalibrationMode(kFlatCharge)
722
723 * manalysis/MPedCalcPedRun.cc
724 - added a SetReadyToSave() at the end of PostProcess
725
726 * mjobs/Makefile
727 - added include of mraw
728
729 * mjobs/MJCalibration.cc
730 - added MRawFileRead for option SetDataCheck()
731
732 * mjobs/MJPedestal.cc
733 - added MRawFileRead for option SetDataCheck()
734
735
736 2004/04/21: Thomas Bretz
737
738 * mbase/MTask.cc, mbase/MTaskList.cc:
739 - let MTask in list fTaskProcess to be used as a counter
740
741 * mdata/MDataChain.[h,cc]:
742 - added some treatments for combinations of +/- signs
743
744 * mfbase/MFilterList.[h,cc]:
745 - added a new constructor to simplyfy filter-inversions
746
747 * mfileio/MReadReports.cc:
748 - added comment
749
750 * mhbase/MBinning.[h,cc]:
751 - added new constructor to simplify calls in macros
752
753 * mhbase/MFillH.[h,cc]:
754 - added fDrawOption to be used in MStatusDisplay
755
756 * mhist/MHFalseSource.cc:
757 - added comment
758
759
760
761 2004/04/20: Thomas Bretz
762
763 * macros/derotatedc.C
764 - added tutorial macro plotting derotated dc currents
765
766 * mhist/MHCamEventRot.[h,cc]:
767 - added histogram to be filled with derotated MCamEvents
768
769
770
771 2004/04/18: Abelardo Moralejo
772
773 * mgeom/MGeomCam.h
774 - Update class version to 4 (necessary after M. Gaug's change
775 of the type of member fMaxRadius.
776
777
778
779 2004/04/16: Abelardo Moralejo
780
781 * mcalib/MCalibrationQEPix.[h,cc]
782 - Added fAverageQE. Same role as gkDefaultAverageQE, but can be
783 changed via SetAverageQE. Made public GetAverageQE and
784 GetAverageQERelVar (this changes needed for MC).
785
786 * mcalib/MMcCalibrationCalc.[h,cc]
787 * manalysis/MMcCalibrationUpdate.[h,cc]
788 - Adapted to M. Gaug's changes in calibration classes. Behaviour
789 has been tested to be the same as before those changes. Now the
790 conversion factor from ADC counts to photoelectrons, and the
791 average QE (photons->photoelectrons) are calculated independently
792 (and later combined by MCalibrate to obtain the conversion
793 ADC->photons).
794
795 * mmain/MEventDisplay.cc, macros/mccalibrate.C, starmc.C
796 - Added call to MExtractSignal::SetSaturationLimit(240) Affects
797 only MC display. This was necessary because if electronic noise
798 is simulated in the FADC, sometimes saturated slices look not
799 saturated due to negative fluctuations, so it is better to set
800 the saturation limit at a safe value (240 ADC counts). Changed
801 signal integration range (only for MC), now from slices 5 to 10.
802
803 * msignal/MExtractSignal3.[h,cc]
804 - Changed name of function SetRange for the more adecquate
805 "SetWindows". No change in behaviour of the function.
806
807
808
809 2004/04/16: Markus Gaug
810
811 * msignal/MExtractSignal.cc
812 - commited proposed larger default window from fgLast = 10 to
813 fgLast = 14, because in March the pulses have moved to later
814 arrival times.
815 - removed some inconsistency with slice numbering in FindSignal()
816 from pixel.GetHiGainSamples()+fHiGainFirst-1 to
817 pixel.GetHiGainSamples()+fHiGainFirst and also for the low gain
818
819 * msignal/MExtractSignal2.cc
820 - committed the proposed smaller window egdes from fgFirst=0 to
821 fgFirst = 3, because in March some of the high-gain pulses reach
822 into the "low-gain samples" and mislead thus sliding window to
823 be maximized on the tail of the high-gain pulse.
824
825 * mcalib/MHPedestalPix.cc
826 - fixed a bug which made normalization to values per slice not happen
827
828 * macros/pedestalstudies.C
829 - fixed and documented
830
831
832
833 2004/04/15: Markus Gaug
834
835 * macros/calibration.C
836 - added a function FindColor() to extract the colour by filename,
837 works if there is indeed a colour or if the run nubmer is smaller
838 than 20000 -> take ct1
839
840 * macros/bootcampstandardanalysis.C
841 * macros/pedphotcalc.C
842 * macros/calibrate_data.C
843 - updated the macro to the cvs-standard used at the Udine bootcamp
844
845 * mcalib/MCalibrateRelTimes.[h,cc]
846 * mcalib/Makefile
847 * mcalib/CalibLinkDef.h
848 - new class to calibrate the relative times
849
850 * manalysis/MGeomApply.cc
851 - added MArrivalTime::Init()
852
853 * msignal/MArrivalTime.[h,cc]
854 - added array fDataErr
855
856 * macros/rootlogon.C
857 - added directories mbadpixels and mjobs
858
859 * mcalib/MCalibrationQEPix.cc
860 - set the fAvNorm variables to 1 in Clean()
861
862 * manalysis/MPedPhotCalc.[h,cc]
863 - included possibility to use an MBadPixelsCam
864
865
866
867 2004/04/14: Thomas Bretz
868
869 * manalysis/MCerPhotEvt.[h,cc]:
870 - fixed a bug which caused a missing last pixel (in most cases
871 Index 576)
872
873 * manalysis/MCerPhotPix.cc:
874 - fixed output in Print
875
876 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
877 - added missing SetCalibrationMethod
878
879 * mbadpixels/MBadPixelsCam.[h,cc]:
880 - added copy constructor
881
882 * mbadpixels/MBadPixelsMerge.cc:
883 - added comments
884
885 * mraw/MRawRunHeader.[h,cc]:
886 - added new run-type (kRTPointRun=7)
887
888 * mmain/MEventDisplay.cc:
889 - fixed the broken cleaning levels
890
891
892
893 2004/04/14: Markus Gaug
894
895 * mcalib/MCalibrationQEPix.cc
896 - found a bug in the calculation of the error, fixed
897
898 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
899 - replaced SetCalibrationMethod by SetCalibrationMode
900
901 * htmldoc/images/CalibClasses.gif
902 * htmldoc/images/RelTimeClasses.gif
903 - two schemes used in the class descriptions
904
905 * mcalib/MHCalibrationCam.[h,cc]
906 - included function GetAverageAreas() and GetAverageSectors() like
907 in MCalibrationCam
908
909 * mjobs/MJCalibration.[h,cc]
910 - included calibration of rel.Times, to be chosen with a flag
911 RelTimeCalibration()
912 - signal extractor and arrival time extractor can be chosen by
913 flags as well (see Class description)
914
915
916 * mbadpixels/MBadPixelsCam.cc
917 - add two new types in GetPixelContent, add documentation of
918 GetPixelContent
919
920 * msignal/MArrivalTimeCalc2.cc
921 - commented the warning for pixels with lowgain saturation
922
923
924
925 2004/04/13: Markus Gaug
926
927 * macros/dohtml.C
928 - included directory mbadpixels
929
930 * mcalib/MCalibrationPix.[h,cc]
931 - add functions GetHiLoMeansDivided(), GetHiLoSigmasDivided() and
932 errors
933
934 * mcalib/MCalibrationChargeCam.[h,cc]
935 - removed hi-vs.Lo histograms (come into a separate MIntensityCam)
936 - updated GetPixelContents
937 - updated class documentation
938
939 * mgeom/MGeomMirror.h
940 - include <TVector3.h>, otherwise it does not compile on my machine
941
942 * mjobs/MJPedestals.cc
943 * mjobs/MJCalibration.cc
944 - replaced MBadPixelsMerge by MParList.AddToList(fBadPixels) until
945 bug in MBadPixelsMerge is resolved (see bugtracker).
946
947 * mcalib/MHCalibrationChargePINDiode.cc
948 - return in Draw() if histogram is empty (otherwise segm. violation
949 in eventloop
950
951 * msignal/MExtractedSignalCam.cc
952 - intialize variables by default to 0.
953
954 * mcalib/MHCalibrationChargeCam.[h,cc]
955 - pointer to fSig is not stored, somehow, when running MJCalibration
956 Don't know why. Removed and stored some variables instead
957
958 * mjobs/MJCalibration.[h,cc]
959 - updated documentation, updated QE Cam
960 - set the pulser colour (now obligatory)
961 - set the possibility to choose different displays
962
963 * mcalib/MCalibrationChargeCalc.cc
964 - set the pulser colour (now obligatory)
965
966 * mcalib/MCalibrationChargePix.[h,cc]
967 - put GetRSigmaPerCharge into this class
968
969
970
971 2004/04/13: Thomas Bretz
972
973 * mastro/MAstroCamera.cc, mastro/MAstroCatalog.[h,cc]:
974 - enhanced comments
975 - added some new features
976
977 * mbase/MAGIC.h:
978 - removed some empty lines
979
980 * mfileio/MWriteRootFile.cc:
981 - fixed a compiler warning
982
983 * mgeom/MGeomCorsikaCT.h:
984 - removed obsolete include of TArrayF
985
986 * mgeom/MGeomMirror.[h,cc]:
987 - replaced fReflector by *fReflector
988
989 * mmain/MGDisplayAdc.cc:
990 - fixed a bug which caused the wrong histogram entry to be
991 displayed
992
993
994
995 2004/04/10: Markus Gaug
996
997 * macros/dohtml.C
998 - included directory mjobs
999
1000 * mjobs/MJCalibration.[h,cc]
1001 - added and updated documentation (not yet ready)
1002
1003 * htmldoc/images/CalibClasses.gif
1004 - scheme of the calibration classes, used for documentation in
1005 MJCalibration.cc
1006
1007
1008
1009 2004/04/10: Thomas Bretz
1010
1011 * mastro/MAstroCatalog.[h,cc], mastro/MAstroCamera.[h,cc]:
1012 - added comments
1013
1014 * macros/starfield.C:
1015 - added
1016
1017 * mastro/Makefile, mastro/AstroLinkDef.h
1018 - added MAstroCamera
1019
1020
1021
1022 2004/04/09: Markus Gaug
1023
1024 * mcalib/MHCalibrationChargePINDiode.[h,cc]
1025 * mcalib/MHCalibrationChargeCam.[h,cc]
1026 * mcalib/MHCalibrationChargeCalc.[h,cc]
1027 - put abs. time consistency check from MCalibrationChargeCalc into
1028 MHCalibrationChargePINDiode and MHCalibrationChargeCam
1029
1030 * mcalib/MHCalibrationCam.[h,cc]
1031 * mcalib/MHCalibrationChargeCalc.[h,cc]
1032 - number of used FADC slices also stored in MHCalibrationCam,
1033 MHCalibrationChargeCalc needs no pointer to the signal extractors
1034 any more -> removed
1035
1036 * mcalib/MCalibrationChargePINDiode.[h,cc]
1037 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1038 * mcalib/MCalibrationCam.[h,cc]
1039 - put a default pulser color kNONE
1040
1041 * manalysis/MPedestalCam.[h,cc]
1042 * manalysis/MPedCalcPedRun.[h,cc]
1043 * manalysis/MGeomApply.cc
1044 - added average pixels in the way like it is done in MCalibrationCam
1045
1046
1047
1048 2004/04/08: Thomas Bretz
1049
1050 * mfbase/MF.cc:
1051 - optimized output
1052
1053 * mfbase/MFilterList.cc:
1054 - added some comments
1055
1056 * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
1057 - added SortFiled-option -- RAQUEL, this is for you!
1058
1059 * mfileio/MWriteRootFile.cc:
1060 - class AddSerialNumber in AddContainer
1061
1062 * mhist/MHFalseSource.[h,cc]:
1063 - optimized setting of hist maximum
1064 - added more source dependant cuts
1065 - changed display layout
1066 - scale number of entries to correct for different acceptance
1067 (not perfect, but the best I can currently do)
1068
1069 * mimage/MHHillasExt.[h,cc]:
1070 - added new histogram for fMaxDist
1071
1072 * mimage/MHNewImagePar.[h,cc]:
1073 - added new histograms for Used/CoreArea
1074
1075 * mimage/MHillasCalc.cc:
1076 - optimized output
1077
1078 * mimage/MHillasExt.cc:
1079 - fMaxDist got a sign
1080
1081 * mimage/MNewImagePar.[h,cc]:
1082 - enhanced comments
1083 - added new Print() member function
1084
1085 * macros/readCT1.C, macros/readMagic.C, mmain/MEventDisplay.cc:
1086 - forward geomcam to newimgepar.Print()
1087
1088
1089
1090 2004/04/08: Markus Gaug
1091
1092 * mcalib/MCalibrationChargeCalc.[h,cc]
1093 * mcalib/MCalibrationChargeCam.[h,cc]
1094 * mcalib/MCalibrationChargePix.[h,cc]
1095 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1096 * mcalib/MCalibrationChargePINDiode.[h,cc]
1097 - put calculation of photon fluxes with the three methods into
1098 MCalibrationChargeCalc
1099 - reorganized calculations in a better readable way (hopefully!)
1100
1101 * mbase/MAGIC.h
1102 * mcalib/MCalibrationCam.[h,cc]
1103 * mcalib/MCalibrationQECam.[h,cc]
1104 * mcalib/MCalibrationQEPix.[h,cc]
1105 - put PulserColor_t away from MAGIC.h into MCalibrationCam
1106 - full implementation of the QE-calibration from MCalibrationQEPix
1107
1108 * msignal/MExtractBlindPixel.cc
1109 - removed warning about low-gain saturation of Blind pixel
1110
1111 * mcalib/MCalibrate.[h,cc]
1112 * mcalib/MCalibrateData.[h,cc]
1113 * mcalib/MMcCalibrationCalc.[h,cc]
1114 * manalysis/MMcCalibrationUpdate.[h,cc]
1115 - conversion factors now separated into FADC2phe and then into
1116 call to average Quantum efficiency.
1117
1118
1119 2004/04/07: Markus Gaug
1120
1121 * mcalib/MHGausEvents.[h,cc]
1122 - added fBlackout events
1123
1124
1125
1126 2004/04/06: Thomas Bretz
1127
1128 * mcalib/MCalibrationCam.[h,cc]:
1129 - simplified call to initialization by new function Init()
1130
1131 * mcalib/MH*.cc:
1132 - fixed some warnings (comparision between signed and unsigned)
1133
1134 * manalysis/MGeomApply.cc:
1135 - use new Init-funtion of MCalibrationCam
1136
1137 * mastro/MAstro.cc:
1138 - some fixes to the conversion functions
1139
1140 * mastro/MAstroCamera.[h,cc]:
1141 - added comments
1142 - changed argument type of AddPrimitives
1143
1144 * mastro/MAstroCatalog.[h,cc]:
1145 - many changes to make it possible to overlay the
1146 catalog on top of a 2D histogram
1147
1148 * mbase/MEvtLoop.cc:
1149 - fixed estimation of run-time
1150
1151 * mbase/MMath.[h,cc]:
1152 - added member functions for signed significances
1153
1154 * mbase/MParContainer.cc:
1155 - changed GetterMethod() to support double reference data mebers
1156
1157 * mbase/MStatusDisplay.cc:
1158 - removed some obsolete debug outputs
1159
1160 * mbase/MTask.[h,cc]:
1161 - removed fNumExecutions, fStopwatch already counts the calls
1162 - slight chagnes to output of PrintStatistics
1163
1164 * mbase/MTaskList.[h,cc]:
1165 - slight chagnes to output of PrintStatistics
1166
1167 * mbase/MTime.cc:
1168 - removed +TwoPi from GetGmst
1169
1170 * mcamera/MCameraAUX.h, mcamera/MCameraHV.h, mcamera/MCameraLV.h,
1171 mcamera/MCameraLid.h, mcamera/MCameraLids.h,
1172 mcamera/MCameraPowerSupply.h:
1173 - added missing Getter functions
1174
1175 * mcamera/MCameraHV.h:
1176 - removed obsolete data-meber fMean
1177
1178 * mdata/DataLinkDef.h:
1179 - added MDataFormula
1180
1181 * mdata/MDataChain.cc, mdata/Makefile:
1182 - enhanced dosumentation
1183 - implemented use of multi argument functions
1184 - added ^-operator
1185
1186 * mdata/MDataList.[h,cc]:
1187 - added ^-operator
1188 - enhanced IsValid
1189
1190 * mfbase/MFilterList.cc:
1191 - changed a warn-output to inf
1192
1193 * mgeom/MGeomCam.[h,cc]:
1194 - added getter returning index corresponding to XY
1195
1196 * mgeom/MGeomPix.[h,cc]:
1197 - added getter IsInside
1198
1199 * mhist/MHCamera.cc:
1200 - Return 0 in GetMean if no entries
1201
1202 * mhist/MHFalseSource.[h,cc]:
1203 - removed conversion stuff (mm/deg)
1204 - slight change to calculation of significance
1205 - added dist-cuts
1206 - added histogram showing number of entries
1207 - added display of catalog
1208
1209 * mhist/MHStarMap.cc:
1210 - added comment
1211
1212 * mimage/MHillasExt.[h,cc]:
1213 - changed class version to 3
1214 - added new data-member fMaxDist
1215
1216 * mimage/MNewImagePar.[h,cc]:
1217 - added new data member fUsedArea and fCoreArea
1218
1219 * mmc/MMcConfigRunHeader.h:
1220 - readded GetMirrors (WHY WAS IT GONE?)
1221
1222 * mpointing/MPointingPos.[h,cc]
1223 - implemented Getter to get coordinates in rad
1224
1225 * mpointing/MSrcPosCalc.[h,cc]:
1226 - fixed direction of rotation
1227 - for the moment do use fTime
1228
1229
1230
1231 2004/04/06: Markus Gaug
1232
1233 * mcalib/MCalibrationChargePix.[h,cc]
1234 - change names of the GetLoGain*() functions to
1235 GetConvertedLoGain*() for better clarity
1236
1237 * mcalib/MCalibrationChargeCam.[h,cc]
1238 - updated and enlarged documentation
1239
1240 * mcalib/MHCalibrationChargeCam.cc
1241 * mcalib/MHCalibrationRelTimeCam.cc
1242 - set the arrays by use of memset
1243 - initialize TObjArrays with the Init-Function
1244
1245
1246 2004/04/05: Markus Gaug
1247
1248 * msignal/MExtractedSignalPINDiode.h
1249 - new function GetLastUsedSlice()
1250
1251 * mcalib/MCalibrationChargeCalc.[h,cc],
1252 * mcalib/MCalibrationChargeCam.cc:
1253 - holds also pointers to MExtractedSignalPINDiode and
1254 MExtractedSignalBlindPixel and does the checks inside the task
1255 (instead of inside the containers)
1256
1257 * mcalib/MCalibrationChargeBlindPix.[h,cc],
1258 * mcalib/MCalibrationChargePINDiode.[h,cc]:
1259 - updated and enlarged documentation
1260
1261 * mcalib/MHCalibrationChargePINDiode.cc
1262 * mcalib/MHCalibrationChargeCam.[h,cc]
1263 - rename Setter for fMeanVar from SetMeanErr() to SetMeanVar()
1264 - rename arrays of fAverageSigmaErr to AverageSigmaVar
1265
1266 * mcalib/MCalibrationPix.[h,cc]
1267 * mcalib/MCalibrationChargePix.[h,cc]
1268 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1269 * mcalib/MCalibrationChargePINDiode.[h,cc]
1270 - add Getters to the relative variance
1271
1272 * mcalib/MHGausEvents.[h,cc]
1273 * mcalib/MCalibrationPix.[h,cc]
1274 * mcalib/MHCalibrationCam.cc
1275 - add to Pickup also Blackout events
1276
1277
1278 2004/04/05: Nadia Tonello
1279
1280 * mbadpixels/MBadPixelsTreat.cc
1281 - In Unmap(): replaced SetPixelUnused with SetPixelUnmapped
1282
1283
1284
1285 2004/04/02: Markus Gaug
1286
1287 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.[h,cc],
1288 mcalib/MCalibrationQEPix.[h,cc], mcalib/MCalibrationQECam.[h,cc],
1289 mcalib/MCalibrationRelTimeCam.[h,cc],
1290 mcalib/MCalibrationRelTimePix.[h,cc]:
1291 - updated and enlarged documentation
1292
1293 * mcalib/MHGausEvents.[h,cc], mcalib/MHPedestalPix.[h,cc],
1294 mcalib/MHCalibrationChargePix.[h,cc],
1295 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
1296 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
1297 mcalib/MHCalibrationChargeBlindPix.[h,cc],
1298 mcalib/MHCalibrationChargePINDiode.[h,cc]:
1299 - put fPixId, fPickup, fPickupLimt, CountPickup(), RepeatFit() and
1300 ChangeHistId() into MHGausEvents (before in the derived classes)
1301 - put fChargeNbins, fChargeFirst, fChargeLast,
1302
1303 * mcalib/MHCalibrationRelTimePix.[h,cc]:
1304 - put fRelTimeNbins, fRelTimeFirst, fRelTimeLast together
1305 into MHGausEvents as fNbins, fFirst and fLast
1306
1307 * mcalib/MHCalibrationRelTimePix.[h,cc]:
1308 - remove Renormalization to time slices. Need to think about
1309 more direct way to implement
1310
1311 * mcalib/MHPedestalCam.[h,cc], mcalib/MHCalibrationCam.[h,cc],
1312 mcalib/MHCalibrationChargeCam.[h,cc],
1313 mcalib/MHCalibrationRelTimeCam.[h,cc]:
1314 - put most of the functionality into the base class MHCalibrationCam
1315 - derived classes overload the functions SetupHists, ReInitHists,
1316 FillHists, FinalizeHists and FinalizeBadPixels.
1317 - functions FitHiGainArrays, FitLoGainArrays, FitHiGainHists,
1318 FitLoGainHists and InitHists can be used from base class.
1319
1320 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationChargePix.[h,cc],
1321 mcalib/MCalibrationRelTimePix.[h,cc]:
1322 - put most of the functionality into the base class MCalibrationPix
1323 - other two classes derive now from MCalibrationPix
1324
1325 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationChargeCam.[h,cc]
1326 mcalib/MCalibrationRelTimeCam.[h,cc]:
1327 - put most of the functionality into the base class MCalibrationCam
1328 - other two classes derive now from MCalibrationCam
1329 - calls to MCalibration*Cam[i] now have to cast!
1330
1331 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
1332 * mcalib/MMcCalibrateCalc.cc, manalysis/MMcCalibrationUpdate.cc,
1333 * mcalib/MCalibrationChargeCalc.cc:
1334 - cast calls to MCalibration*Cam[i]
1335
1336 * manalysis/MGeomApply.cc
1337 - add initialization MCalibrationRelTimeCam
1338 - add intialization of average pixels
1339
1340
1341
1342 2004/04/02: Abelardo Moralejo
1343
1344 * msignal/MExtractSignal3.[h,cc]
1345 - added. Alternative method for signal extraction. Uses sliding
1346 window from event to event, but a common window for all pixels
1347 in an event.
1348
1349 * msignal/Makefile, SignalLinkDef.h
1350 - added MExtractSignal3.
1351
1352
1353
1354 2004/04/02: Markus Gaug
1355
1356 * mbadpixels/MBadPixelsPix.h
1357 - added kRelTimeNotFitted and kRelTimeOscillating to Calibration_t
1358 enum
1359
1360 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationPix.[h,cc],
1361 mcalib/Makefile, mcalib/CalibLinkDef.h:
1362 - two new base classes for general calibration storage containers,
1363 contain average pixel storage functionality
1364
1365 * mcalib/MCalibrationRelTimeCam.[h,cc],
1366 mcalib/MCalibrationRelTimePix.[h,cc]:
1367 - new storage container for the rel. time calibration results, derive
1368 from MCalibrationPix, MCalibrationCam
1369
1370
1371
1372 2004/04/01: Markus Gaug
1373
1374 * msignal/MArrivalTimeCalc.[h,cc]
1375 - set fSaturationLimit as a variable with default (instead of 0xff)
1376
1377 * mcalib/MHCalibrationChargeCam.[h,cc]
1378 mcalib/MCalibrationChargeCam.[h,cc]
1379 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
1380 - add average pixels per sector
1381
1382 * mcalib/MHGausEvents.[h,cc], mcalib/MHCalibrationChargePix.[h,cc],
1383 mcalib/MHCalibrationRelTimePix.[h,cc]:
1384 - moved BypassFit() function to MHGausEvents
1385
1386 * mcalib/MHCalibrationChargeCam.[h,cc]:
1387 - updated and enlarged documentation
1388 - derives now from mcalib/MHCalibrationCam
1389
1390 * mcalib/MCalibrationChargePix.[h,cc]:
1391 - removed flag kLoGainSaturation, because it is already in MBadPixelsPix
1392
1393 * mcalib/MCalibrationCam.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
1394 - new base class for all MHCalibration*Cam object, contains the average
1395 pixel functionality
1396
1397
1398
1399 2004/03/31: Markus Gaug
1400
1401 * mcalib/MHCalibrationChargeCam.[h,cc],
1402 mcalib/MCalibrationChargeCam.[h,cc],
1403 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
1404 - make the average pixel independent on camera geometry, i.e.
1405 one average pixel per MGeomPix::Aidx
1406
1407
1408
1409 2004/03/31: Abelardo Moralejo
1410
1411 * mmc/MMcConfigRunHeader.[h,cc]
1412 - updated to current version (3) in camera program. Added member
1413 fLightCollectionFactorOuter so that we can store the data on
1414 the simulatedlight collection efficiency (light guides +
1415 plexiglas +...) as a function of incidence angle for outer and
1416 inner pixels independently. Added getters for this information
1417 on light collection efficiency.
1418
1419
1420
1421 2004/03/30: Markus Gaug
1422
1423 * mcalib/MHGausEvents.[h,cc],
1424 mcalib/MHCalibrationChargePix.[h,cc],
1425 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
1426 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
1427 mcalib/MHCalibrationChargeBlindPix.[h,cc],
1428 mcalib/MHCalibrationChargePINDiode.[h,cc],
1429 mcalib/MHCalibrationRelTimeCam.[h,cc],
1430 mcalib/MHCalibrationRelTimePix.[h,cc],
1431 mcalib/MHPedestalPix.[h,cc],
1432 mcalib/MHPedestalCam.[h,cc]:
1433 - updated and enlarged documentation
1434
1435
1436
1437 2004/03/30: Abelardo Moralejo
1438
1439 * mmc/MMcFadcHeader.hxx
1440 - updated to current version (4) in camera program.
1441
1442
1443
1444 2004/03/29: Markus Gaug
1445
1446 * manalysis/MSourcePosFromStarPos.cc
1447 - replaced fabs(ival) by TMath::Abs(ival)
1448
1449 * mbadpixels/MBadPixelsPix.h
1450 - adopt treatment of UnCalibrated_t like the one in Unsuitable_t
1451
1452 * mbadpixels/MBadPixelsPix.cc
1453 - put some documentation in the header
1454
1455 * mcalib/MHCalibrationChargeCam.cc
1456 mcalib/MCalibrationChargeCam.cc
1457 mbadpixels/MBadPixelsCam.cc
1458 - adopt to new style in MBadPixelsPix.h
1459
1460 * mcalib/MCalibrationChargeCalc.[h,cc]
1461 mcalib/MCalibrationChargePix.[h,cc]
1462 - move consistency checks from Pix to Calc
1463
1464 * mcalib/MHGausEvents.[h,cc]
1465 - fixed axes for event and fourier spectrum Draw
1466
1467 * mcalib/MHCalibrationChargePix.[h,cc]
1468 mcalib/MHCalibrationChargeCam.[h,cc]
1469 - moved definition of pulser frequency to MHCalibrationChargeCam
1470
1471
1472
1473 2004/03/24: Thomas Bretz
1474
1475 * mbase/MMath.cc:
1476 - now SignificanceLiMa returns 0 in case sum==0
1477
1478
1479
1480 2004/03/23: Thomas Bretz
1481
1482 * mbase/MContinue.cc, mhbase/MH.cc:
1483 - changed a warning message to an inf-message
1484
1485 * mfileio/MReadTree.cc:
1486 - added an additional logging message when adding files to a
1487 chain successfully.
1488
1489 * mbase/MProgressBar.cc:
1490 - fixed initial size
1491
1492 * mastro/MAstro.[h,cc]:
1493 - changed the code for the rotation angle back to its original
1494 shape. The definition I tried to introduced was already
1495 correctly implemented (assuming that sin is the x-component
1496 of the vector I had it wrong in my mind twice, using
1497 atan2(y,x) everywhere I did recognize it...)
1498
1499 * mreport/MReport.cc:
1500 - fixed a bug which caused a crash when the time is not valid
1501
1502 * mhist/MHStarMap.cc, mpointing/MSrcPosCalc.cc:
1503 - fixed: v.Roatete() must be v=v.Rotate()
1504 - MHStarMap no waorks also without MSrcPosCam, MPointingPos
1505 or MObservatory (leaving out the corresponding translations)
1506
1507
1508
1509 2004/03/22: Markus Gaug
1510
1511 * mfileio/Makefile, mimage/Makefile
1512 - mpointing included
1513
1514
1515
1516 2004/03/22: Thomas Bretz
1517
1518 * mpointing/MSrcPosCalc.[h,cc], MSrcPosCam.[h,cc]:
1519 - added
1520
1521 * mastro/MAstro.[h,cc]:
1522 - added code to calculate rotationangle previously in MObservatory
1523 - changed definition of rotation angle such, that it is now
1524 180deg if Ra and Az grid is parallel
1525
1526 * mastro/MAstroCatalog.[h,cc]:
1527 - fixes and enhancements to the display (such as misscalculated
1528 number of grid lines, title display, etc)
1529 - enhancements to the output
1530 - generalized creation of grid - for further usage
1531
1532 * mastro/MAstroSky2Local.[h,cc]:
1533 - replaced calculation of rotation angle by the function in
1534 MAstro
1535
1536 * mastro/MObservatory.[h,cc]:
1537 - small changes to Print output
1538 - moved code for calculation of rotation angle to MAstro
1539
1540 * mbase/MEvtLoop.cc:
1541 - do not output number of events per second if no events processed
1542
1543 * mbase/MParList.cc:
1544 - updated some comments
1545
1546 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
1547 mfileio/MReadRflFile.cc, mraw/MRawFileRead.cc,
1548 mreport/MReportFileRead.cc:
1549 - output error string if file cannot be opened
1550
1551 * mfileio/MReadTree.cc:
1552 - output name of chain which is scanned
1553
1554 * mimage/MConcentration.cc:
1555 - replaced loop by iterator
1556 - removed obsolete (unused) variables
1557
1558 * mimage/MHNewImagePar.[h,cc]:
1559 - fixed display colors
1560
1561 * mpointing/MPointingPos.[h,cc]:
1562 - added member function to calculate rotation angle
1563 - added comments
1564
1565 * mpointing/Makefile:
1566 - added include MAstro
1567
1568 * manalysis/MSrcPosCam.[h,cc]:
1569 - moved to mpointing
1570
1571 * mpointing/MSrcPosCalc.[h,cc]:
1572 - added: Derotates a star in the camera into MSrcPosCam
1573
1574 * mpointing/Makefile, mpointing/PointingLinkDef.h:
1575 - added MSrcPosCam
1576 - added MSrcPosCalc
1577
1578 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1579 - removed MSrcPosCam
1580
1581 * mmain/Makefile:
1582 - added include for mpointing
1583
1584 * manalysis/AnalysisIncl.h:
1585 - removed TVector2
1586
1587 * mbase/MParContainer.h:
1588 - added new abstract virtual member function SetVariables
1589 (to be used in fits)
1590 - addeed some text to class description
1591
1592 * mdata/MData.cc:
1593 - added comment
1594
1595 * mdata/MDataArray.[h,cc], mdata/MDataElement.h,
1596 mdata/MDataList.[h,cc], mdata/MDataMember.h,
1597 mfbase/MFDataMember.[h,cc], mfbase/MFilterList.[h,cc]:
1598 - added SetVariables
1599
1600 * mdata/MDataChain.[h,cc]:
1601 - added support for indexed variables [i]
1602 - added SetVariables
1603
1604 * mdata/MDataValue.[h,cc]:
1605 - added support for variable values (through SetVariables)
1606 - added support for an index
1607 - added SetVariables
1608
1609 * mfbase/MF.[h,cc]:
1610 - removed support for {}. This case is now detected
1611 automatically
1612 - added SetVariables
1613 - added support for expressiond like
1614 "MHillas.fLength<2*MHillas.fWidth"
1615
1616 * mfbase/MFDataChain.[h,cc]:
1617 - added fCond data member
1618 - addednew constructor to support fCond
1619 - added support for new condition type
1620 - adapted Print and GetRule
1621
1622 * mimage/MNewImagePar.[h,cc]:
1623 - added some comments
1624
1625 * mhist/MHStarMap.[h,cc]:
1626 - fixed to use the correct MPointingPos instead of the
1627 deprecated MMcEvt. Use MPointingPosCalc to copy the
1628 pointing position from MMcEvt to MPointingPos
1629
1630 * mbase/MMath.[h,cc]:
1631 - added, which currently only implements calculation of
1632 significance and Li/Ma significance
1633
1634 * mbase/Makefile, mbase/BaseLinkDef.h:
1635 - added MMath
1636
1637
1638
1639 2004/03/19: Markus Gaug
1640
1641 * mcalib/MHCalibrationChargePix.cc
1642 - added some style to the default Draw in order to see the
1643 label and axis titles better
1644
1645 * mcalib/MHCalibrationChargeCam.[h,cc]
1646 - store and display more information on the average pxiels
1647
1648 * mcalib/MCalibrationCam.cc
1649 - the GetPixelContent flag were not correct any more, fixed them
1650
1651 * macros/calibration.C
1652 - fixed GetPixelContent flags
1653 - draw radial profile of the variables
1654
1655 * mjobs/MJCalibration.cc
1656 - fixed GetPixelContent flags
1657 - introduced RadialProfile for some displays
1658 - removed some not so important displays
1659
1660 * manalysis/MGeomApply.cc
1661 - included MCalibrationQECam to be initialized
1662
1663 * mcalib/MCalibrationChargePix.[h,cc],
1664 mcalib/MCalibrationQEPix.[h,cc]:
1665 - replace DefinePixId by SetPixId
1666
1667 * mcalib/MCalibrationChargeCalc.[h,cc]
1668 - added MCalibrationQECam
1669 - cleaned the code up a little
1670 - give more information at the end
1671
1672 * mcalib/MCalibrationChargePix.[h,cc]
1673 - took out fNumLoGainSampels whihc is not needed any more because
1674 conversion is only done in the getters
1675 - Canceled function ApplyLoGainConversion (for same reason)
1676
1677 * msignal/MExtractSignal2.cc
1678 - remove uncommented piece of code
1679
1680 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
1681 - remove warning about pixel with low gain saturation,
1682 now in MBadPixelsPix
1683
1684 * mbadpixels/MBadPixelsPix.[h,cc], mcalib/MCalibrationChargeCam.cc:
1685 - added new flag: kDeviatingNumPhes
1686
1687 * mcalib/MCalibrationChargePix.cc
1688 - check for mean arr. time in last bin replaced by check in last
1689 two bins
1690
1691 * mcalib/MCalibrationChargePix.[h,cc],
1692 mcalib/MCalibrationChargeCam.cc,
1693 mcalib/MHCalibrationChargeCam.cc:
1694 - removed flag kHiGainFitted, kLoGainFitted, since they are
1695 available from MBadPixelsPix
1696
1697 * macros/calibration.C, macros/calibrate_data.C
1698 - a few flags from MCalibrationChargeCam::GetPixelContent were wrong,
1699 corrected them
1700
1701
1702
1703 2004/03/18: Raquel de los Reyes
1704
1705 * macros/DAQDataCheck.C
1706 - macro to check the data from the DAQ system (.raw files).
1707
1708
1709
1710 2004/03/18: Thomas Bretz
1711
1712 * manalysis/AnalysisIncl.h:
1713 - added TVector2
1714
1715 * manalysis/MSrcPosCam.[h,cc]:
1716 - added Getter/Setter using TVector2
1717
1718 * mhbase/MH.cc:
1719 - fixed GetMinimumGT for TH2 and TH3
1720
1721 * mpointing/MPointingPos.h:
1722 - added Getter/Setter for Ra/Dec
1723
1724 * mpointing/MPointingPosCalc.cc:
1725 - fill Ra/Dec into MPointingPos
1726
1727
1728
1729 2004/03/18: Markus Gaug
1730
1731 * mgeom/MGeomCam.[h,cc]
1732 - replace fMaxRadius by a TArrayF of pixel area types
1733 - new TArrayF fMinRadius of each pixel area type
1734 - backward compatibility should be given,
1735 call to GetMaxRadius() returns the value for the whole camera
1736 (which corresponds to the previous value for the Magic camera)
1737
1738 * mimage/MConcentration.cc
1739 - fixed on flog to fLog in order to compile
1740
1741
1742
1743 2004/03/17: Thomas Bretz
1744
1745 * mastro/MAstroCatalog.[h,cc]:
1746 - some simplifications and changes
1747
1748 * mastro/MAstroCatalog.[h,cc]:
1749 - some simplifications and changes
1750
1751 * mastro/MAstroSky2Local.[h,cc]:
1752 - rotation matrix from sky to local coordinates
1753 - added
1754
1755 * mastro/Makefile, mastro/AstroLinkDef.h:
1756 - MAstroSky2Local added
1757
1758 * mraw/MRawEvtPixelIter.cc:
1759 - GetIdxMaxLoGainSample(const Byte_t lofirst) const
1760 accelerated and fixed (the first slice was compared to itself
1761 and the last slice was not taken into account)
1762
1763 * manalysis/MCerPhotAnal2.cc:
1764 - fixed a bug in the new treatment of lo-gains
1765
1766 * mhvstime/MHPixVsTime.cc:
1767 - fixed missing initialization of fTypeErr in constructor
1768
1769 * mimage/MHillas.[h,cc]:
1770 - implemented member function which returns MeanX/Y as TVector2
1771
1772 * mimage/ImageIncl.h:
1773 - added TVector2
1774
1775 * manalysis/MCerPhotEvt.[h,cc]:
1776 - fixed a bug in AddPixels which - in some special circumstances -
1777 cutted pixels with high pixel indices
1778
1779
1780
1781 2004/03/17: Antonio Stamerra
1782
1783 * macros/datatrigcheck.C
1784 - added macro for time and trigger data-checking
1785
1786
1787
1788 2004/03/17: Abelardo Moralejo
1789
1790 * manalysis/MSourcePosfromStarPos.cc
1791 - added cast fabs((Double_t)ival), line 703. Otherwise it does not
1792 compile.
1793
1794 * macros/starmc.C
1795 - added parameter accepted_fraction to select fraction of events
1796 to be processed (useful to make smaller outputs).
1797
1798
1799
1800 2004/03/17: Wolfgang Wittek
1801
1802 * manalysis/MSigmabar.[h,cc]
1803 - correct calculation of sector, which was wrong
1804
1805
1806
1807 2004/03/16: Markus Gaug
1808
1809 * mhist/MHCamera.[h,cc]
1810 - added function RadialProfile which returns a TProfile of the
1811 value along the radius from the camera center
1812
1813
1814
1815 2004/03/16: Oscar Blanch Bigas
1816
1817 * mimage/MConcentration.[h,cc]
1818 - new class for Concentration stuff.
1819 - It computes and stores Concentration 1-8
1820
1821 * mimage/MNewImagePar.[h,cc]
1822 - New Concentration stuff is moved to MConcentration.
1823
1824 * mimage/MHillasCalc.[h,cc], Makefile, ImageLinkDef.h
1825 - Modifications needed to support and compile new
1826 MConcentration class.
1827
1828
1829
1830 2004/03/16: Thomas Bretz
1831
1832 * mjobs/MJ*.[h,cc]
1833 - removed some obsolete comments
1834 - removed projections from Directory (SetDirectory(0))
1835
1836
1837
1838 2004/03/16: Wolfgang Wittek
1839
1840 * manalysis/MSigmabar.[h,cc]
1841 - calculate sigmabar as mean of individual pedestalRMS
1842 instead of sqrt of mean pedestalRMS^2
1843
1844
1845
1846 2004/03/16: Oscar Blanch
1847
1848 * mimage/MNewImagePar.[h,cc]
1849 - New variables members added: fInnerSize, fInnerLeakage[1,2],
1850 fConc[3-8].
1851 - It is only ready for Magic Camera geometry. It has to be done
1852 MGeomCam base.
1853 - The version ahs not been updated since it was done on the
1854 2004/03/10 by Abelardo.
1855
1856
1857
1858 2004/03/15: Markus Gaug
1859
1860 * mcalib/MCalibrationChargePix.[h,cc],
1861 mcalib/MCalibrationChargeCam.[h,cc],
1862 mcalib/MCalibrationChargeCalc.cc:
1863 - conversion from hi- to logain now not applied until the value is
1864 exported outside the class. This is necessary for the error
1865 propagation in the F-Factor method: In the calculation of the
1866 number of Phe, the conversion factors cancel out and do not
1867 enlarge the errors
1868 - pixels with number of phe's outside the range defined by
1869 fPheFFactorRelErrLimit are not any more declared as:
1870 MCalibrationChargePix::IsFFactorMethodValid() == kFALSE ,
1871 but instead as:
1872 MBadPixelsPix::IsSuitableRun(MBadPixelsPix::kUnreliableRun) == kTRUE,
1873 Like this, everybody is allowed to calibrate pixels which give
1874 no reasonable results in the calibration without bothering that
1875 too many pixels fall out. Enjoy!
1876 - In that procedure, the classes passed _internally_ from calculation
1877 of sigmas to calculation of variances which saves all the useless
1878 square rooting.
1879 - took out pointers to MCalibrationChargeBlindPix and
1880 MCalibrationChargePINDiode in MCalibrationChargeCam.
1881
1882
1883
1884 2004/03/15: Abelardo Moralejo
1885
1886 * mmc/MMcEvt.hxx
1887 - added getter function for fZFirstInteraction
1888
1889
1890
1891 2004/03/15: Wolfgang Wittek
1892
1893 * mastro/MObservatory.[h,cc]
1894 - remove bugs in RotationAngle(theta, phi, sin, cos)
1895 replaced
1896 cos = sinl + cosl*cosp /denom;
1897 by
1898 cos = (sinl - cosl*cosp) /denom;
1899
1900
1901
1902 2004/03/15: Thomas Bretz
1903
1904 * mastro/MObservatory.[h,cc]:
1905 - implemented RotationAngle(ra, dec, time)
1906
1907 * mbase/MTask.[h,cc]:
1908 - implemented usage of a TStopwatch to retriev time consumtion
1909 informations
1910 - changed PrintStatistics not to print classes having no
1911 Process() function
1912
1913 * mbase/MTaskList.[h,cc], mfileio/MReadReports.[h,cc]:
1914 - changed PrintStatistics according to changes in MTask
1915
1916 * mraw/MRawEvtHeader.cc:
1917 - added a comment to Fill member function
1918
1919 * manalysis/MCerPhotEvt.[h,cc]:
1920 - added fLut.Set to FixSize and resize fLut by a factor of 2
1921 instead of +1 which acelerates creation of all pixels a lot
1922
1923 * mbadpixels/MBadPixelsPix.cc:
1924 - fixed a typo
1925
1926 * mfilter/MFSoftwareTrigger.cc:
1927 - made statistics output meaning independant of usage of filter!
1928
1929 * mhbase/MFill.[h,cc]:
1930 - added possibility to give tab a different name
1931
1932 * mhist/MHCamera.cc:
1933 - fixed a bug when determin scale for same-option
1934
1935 * mjobs/MJCalibration.cc:
1936 - changed tab names for MFillH
1937
1938 * mjobs/MJExtactSignal.cc:
1939 - added MRawEvtHeader to output
1940
1941 * mbase/MStatusDisplay.[h,cc]:
1942 - changed displayed year
1943 - read and store MStatusArray to and from files
1944
1945 * mfileio/MReadTree.cc:
1946 - enhanced output
1947
1948 * mmain/MCameraDisplay.cc, mmain/MEventDisplay.[h,cc]:
1949 - added preliminary mode to display F1/F2/F3-files
1950
1951 * mbase/MStatusArray.[h,cc]:
1952 - added
1953
1954 * mbase/Makefile, mbase/BaseLinkDef.h:
1955 - added MStatusArray
1956
1957 * mhits/MHCamera.[h,cc], mgui/MHexagon.[h,cc]:
1958 - improved drawing MHCamera with 'same' option
1959
1960
1961
1962 2004/03/13: Markus Gaug
1963
1964 * mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationChargeCam.cc,
1965 mcalib/MCalibrationChargePix.[h,cc],
1966 mcalib/MHCalibrationChargeCam.cc,
1967 mcalib/MHCalibrationChargeLoGainPix.cc:
1968 - fixed Low Gain calibration
1969
1970 * mcalib/MHGausEvents.cc:
1971 - changed default fit prob. limit from 0.005 to 0.001
1972
1973 * mbadpixels/MBadPixelsPix.h :
1974 - IsCalibrationResultOK does not ask for FitOK any more
1975
1976 * mcalib/MHCalibrationChargeCam.cc:
1977 - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7
1978
1979 * mraw/MRawEvtPixelIter.[h,cc]:
1980 - function GetIdxMaxLoGainSamples can be called optionally with
1981 offset (because first "loGain" samples are often in reality
1982 hiGain with high values.
1983
1984
1985
1986 2004/03/12: Sebastian Raducci
1987
1988 * manalysis/Makefile
1989 - added mastro in the include directories
1990
1991
1992
1993 2004/03/12: Thomas Bretz
1994
1995 * merpp.cc:
1996 - added 'force' option
1997
1998 * manalysis/MCerPhotAnal2.cc:
1999 - extract pedestal and pedestal rms from lo-gain if hi-gain not
2000 above a certain athreshold
2001
2002 * mastro/MAstroCatalog.[h,c]:
2003 - added text argument to DrawStar
2004
2005 * mbase/MStatusDisplay.cc:
2006 - some small changes to output of SaveAsPS
2007
2008 * mfilter/MFCosmics.cc:
2009 - changed output of filter statistics
2010
2011 * mbadpixels/MBadPixelsTreat.[h,cc]:
2012 - fixed some problems with the code - now it should work like
2013 expected
2014 - added a new member function to be able to change the number
2015 of required neighbors
2016
2017
2018
2019 2004/03/12: Wolfgang Wittek
2020
2021 * manalysis/Makefile
2022 - include 'mastro'
2023
2024 * manalysis/MSourcePosfromStarPos.[h,cc]
2025 - include MObservatory.h
2026 - call member function Rotationangle() of MObservatory
2027
2028
2029
2030 2004/03/12: Markus Gaug
2031
2032 * mjobs/MJCalibration.cc
2033 - updated call in displays to the corr. Cams.
2034
2035 * macros/calibrate_data.C
2036 - macro to study calibrate and study data used in Munich and IFAE
2037
2038
2039
2040 2004/03/12: Antonio Stamerra
2041
2042 * mraw/MRawEvtHeader.[h,cc]
2043 - Added the method GetTriggerID() to decode the trigger pattern.
2044
2045
2046
2047 2004/03/11: Abelardo Moralejo
2048
2049 * mimage/MHillasCalc.cc
2050 - Added some printout in PostProcess, to better express the reasons
2051 for which the reconstruction of some events did not succeed.
2052
2053
2054
2055 2004/03/11: Thomas Bretz
2056
2057 * status.cc:
2058 - updated
2059
2060 * manalysis/MCerPhotAnal2.cc:
2061 - removed an obsolete debug output
2062
2063 * mhist/MHCamera.[h,cc]:
2064 - added same-option to camera display
2065
2066 * mbadpixels/MBadPixelsCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc]:
2067 - implemented functionality of MBlindPixelsCalc2
2068
2069 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsPix.[h,cc],
2070 mbadpixels/MMcBadPixelsSet.cc, mcalib/MCalibrationChargeCalc.cc,
2071 mcalib/MCalibrationChargePix.cc, mcalib/MHCalibrationChargeCam.cc:
2072 - replaced several Set/GetUnsuitable* by a single member function
2073
2074
2075
2076 2004/03/11: Markus Gaug
2077
2078 * mbadpixels/MBadPixelsPix.h
2079 - removed bits about validity of calibration methods
2080 - IsCalibrationResultOK asks also from IsSuitableRun
2081
2082 * mbadpixels/MBadPixelsCam.cc
2083 - updated GetPixelContent
2084 - added Print function
2085
2086 * mcalib/MCalibrationChargeCam.[h,cc]
2087 mcalib/MCalibrationChargePix.h, mcalib/MCalibrationChargeCalc.cc:
2088 - removed pointers to MGeomCam and MBadPixelsCam in MCalibrationChargeCam
2089 - use two loops over pixels in order to determine mean flux of phe;s to
2090 discard pixels far outside the normal distribution
2091
2092 * mcalib/MCalibrate.cc
2093 - added case that no MBadPixelsCam is available.
2094
2095 * mcalib/MHCalibrationChargeCam.cc
2096 - adapted to new MBadPixelsPix::SetUnsuitable function
2097
2098
2099 2004/03/10: Abelardo Moralejo
2100
2101 * manalysis/MCerPhotPix.[h,cc]
2102 - Added member fIsHGSaturated, and setter/getter functions.
2103 Updated class version to 4.
2104
2105 * mcalib/MCalibrate.cc, MCalibrateData.cc
2106 - Added setting of MCerPhotPix.fIsHGSaturated if one or more HG
2107 slices saturate.
2108
2109 * mimage/MNewImagePar.[h,cc]
2110 - Added member fNumHGSaturatedPixels to count the number of pixels
2111 in which high gain saturates. Added getter funciton for it.
2112 Updated class version to 3.
2113
2114
2115
2116 2004/03/10: Markus Gaug
2117
2118 * mcalib/MCalibrationChargeCalc.cc,
2119 mcalib/MCalibrationChargePix.[h,cc],
2120 mcalib/MCalibrationChargeCam.[h,cc]:
2121 - calculation of conversion factor with F-Factor method from
2122 same mean number of photons, derived from weighted mean number
2123 of photo-electrons from inner and outer pixels, respectively
2124
2125 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
2126 - fixed the projections (did only display inner pixels up to now)
2127
2128 * macros/calibration.C
2129 - small bug fixed in display of rel. arrival times
2130 ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam)
2131
2132 * mbadpixels/MBadPixelsCam.cc
2133 - replaced some InitSize(idx) by InitSize(idx+1) in order not to crash
2134 to program when reading from an ascii-file.
2135
2136 * mbadpixels/MBadPixelsCalc.cc
2137 - replaced one SetUnsuitableRun(....) by the new version without
2138 argument.
2139
2140
2141
2142 2004/03/10: Thomas Bretz
2143
2144 * mfilter/MFSoftwareTrigger.[h,cc]:
2145 - changed to support also a predifined number of NN
2146
2147 * mastro/MAstroCatalog.[h,cc]:
2148 - many enhancements
2149 - many speed improvements
2150
2151 * mbadpixels/MBadPixelsPix.[h,cc]:
2152 - fixed
2153
2154
2155
2156 2004/03/10: Ester Aliu
2157
2158 * mtemp/MIslands.[h,cc]
2159 - New MParContainer to hold information about islands
2160 (number of islands, pixels in each Island, Signal/Noise of
2161 each Island).
2162
2163 * mtemp/MIslandCalc.[h,cc]
2164 - New MTask to count and characterize Islands.
2165
2166
2167
2168 2004/03/09: Thomas Bretz
2169
2170 * Makefile.rules:
2171 - replaced *.o by $(...) for building archives
2172
2173 * mjobs/MJCalibration.cc:
2174 - exchanged apply and merge task
2175
2176 * mjobs/MJCalibration.h, mjobs/MJExtractSignal.h, mjobs/MJPedestal.h:
2177 - fixed some const-qualifiers
2178
2179 * mcalib/MHCalibrationChargeBlindPix.cc,
2180 mcalib/MHCalibrationChargeCam.cc,
2181 mcalib/MHCalibrationChargePINDiode.cc
2182 - removed some obsolete output when calling FindCreateObj
2183 - changed some 'not found' output messages to be 'Mars-compliant'
2184 - replaced some gLog by *fLog
2185
2186
2187
2188 2004/03/08: Markus Gaug
2189
2190 * mbadpixels/MBadPixelsPix.h
2191 - small modifications for better readability
2192 - remove Getters for calibration methods
2193 - added flag "UnReliableRun" in fInfo[0]
2194
2195 * mcalib/MHCalibrationChargeCam.cc, mcalib/MCalibrationChargePix.cc:
2196 - fill MBadPixelsPix with UnReliableRun or UnSuitableRun when
2197 calibration does not succeed.
2198
2199 * mcalib/MCalibrationChargeCam.cc
2200 - displaying saturation also for not-valid pixels in GetPixelContent
2201
2202 * msignal/MExtractedSignalCam.[h,cc], msignal/MExtractSignal.[h,cc],
2203 msignal/MExtractSignal2.[h,cc], mananlysis/MHPedestalCam.cc,
2204 mcalib/MCalibrationChargeCalc.[h,cc]:
2205 - in SetUsedFADCSlices, also the window (hi-and logain) is set.
2206 This because MExtractSignal2 set the whole window which was much
2207 bigger than the actually used one. This bug is now removed.
2208
2209
2210
2211 2004/03/08: Thomas Bretz
2212
2213 * merpp.cc:
2214 - fixed a bug in the screen output
2215
2216 * mgeom/MGeomMirror.cc:
2217 - added comment
2218
2219 * mmc/MMcConfigRunHeader.h:
2220 - added member function GetMirrors
2221
2222
2223
2224 2004/03/08: Abelardo Moralejo
2225
2226 * macros/starmc.C, starmcstereo.C, mccalibrate.C
2227 - adapted to m. Gaug's changes: now one MBadPixelsCam containers is
2228 added for each telescope to the parameter list.
2229
2230 * mmain/MEventDisplay.cc, Makefile
2231 - added MBadPixelsCam to par list, and mbadpixels/ to includes.
2232 Necessary due to changes in MCalibrate.
2233
2234
2235
2236 2004/03/06: Markus Gaug
2237
2238 * macros/calibration.C
2239 - adapted call to MHCamera::ProjectionS to the new version
2240
2241 * mcalib/Makefile
2242 - include directory mbadpixels
2243
2244 * manalysis/Makefile
2245 - include directory mbadpixels
2246
2247 * mcalib/MCalibrationChargeCalc.[h,cc]
2248 - include MBadPixelsCam
2249 - remove exclusion of pixels from ascii-file
2250 (now accessible from MBadPixelsCam)
2251
2252 * mcalib/MCalibrationChargePix.[h,cc]
2253 - include MBadPixelsCam
2254
2255 * mcalib/MCalibrationChargeCam.[h,cc]
2256 - include MBadPixelsCam
2257
2258 * mcalib/MHCalibrationChargeCam.[h,cc]
2259 - include MBadPixelsCam
2260 - include one additional MBadPixelsPix for the average inner and
2261 outer pixel, respectively
2262
2263 * mcalib/MHCalibrationChargePix.[h,cc]
2264 - make fSaturated and fPickup a Float_t (for average pixel)
2265
2266 * mbadpixels/MBadPixelsPix.h
2267 - include the CalibrationType_t infos
2268 - exchange "SetUnsuitable" by "SetUnsuitableRun"
2269
2270 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MMcBadPixelsSet.cc:
2271 - exchange "SetUnsuitable" by "SetUnsuitableRun"
2272
2273 * mbadpixels/MBadPixelsCalc.cc:
2274 - exchange "SetUnsuitable" by "SetUnsuitableEvt"
2275
2276 * manalysis/MGeomApply.cc
2277 - remove obsolete MArrivalTime
2278 - add MBadPixelsCam
2279
2280 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc]
2281 - implemented calls to MBadPixelsCam
2282
2283 * macros/calibration.C, macros/bootcampstandardanalysis.C,
2284 macros/pedphotcalc.C
2285 - implemented calls to MBadPixelsCam
2286
2287 * mjobs/MJCalibration.cc
2288 - call to MBadPixelsCam
2289
2290
2291
2292 2004/03/05: Nadia Tonello
2293
2294 * manalysis/MBlindPixelsCalc2.[h,cc], manalysis/AnalysisLinkDef.h,
2295 manalysis/Makefile
2296 - Temporary class added (will be included in mbadpixels/ soon)
2297 - All the functions of MBlindPixelCalc are kept(with small improvements)
2298 - New function added: SetCheckPedestalRms
2299
2300 * manalysis/MCerPhotPix.h
2301 - Status Unmapped added (not include the pixel in the cleaned image)
2302
2303 * mimage/MImgCleanStd.cc
2304 - Checks for Unmapped status added
2305
2306 * mastro/MAstroCatalog.cc, msql/MSQLServer.cc:
2307 - include <stdlib.h> to solve compilation error
2308
2309
2310
2311 2004/03/05: Sebastian Raducci
2312
2313 * msignal/MArrivalTimeCalc.cc
2314 - fixed a little bug (exchanged a - with a + in the Calc() method)
2315
2316
2317
2318 2004/03/05: Markus Gaug
2319
2320 * mcalib/MCalibraitonChargeCalc.cc
2321 - remove some runheader line:
2322 if (runheader->IsMonteCarloRun())
2323 return kTRUE;
2324 which gave always true since this week, don't know why.
2325 - added some information in class description
2326
2327
2328
2329 2004/03/04: Sebastian Raducci
2330
2331 * msignal/MArrivalTimeCalc.cc
2332 - fixed a memory leak (the spline was not deleted...)
2333
2334
2335
2336 2004/03/04: Thomas Bretz
2337
2338 * mgeom/MGeomCam.[h,cc]:
2339 - added new data member fNumAreas
2340 - added new function CalcNumAreas
2341 - increased class version to 3
2342
2343 * mgeom/MGeomCamMagic.cc:
2344 - added setting of area index
2345
2346 * mgeom/MGeomPix.[h,cc]:
2347 - added fAidx data member
2348 - added getter function fAidx
2349 - increased class version to 3
2350
2351 * macros/sectorvstime.C:
2352 - added example of how to plot the evolution of a sector vs time
2353
2354 * mhist/MHVsTime.[h,cc], mhist/MHPixVsTime.[h,cc]:
2355 - moved to mhvstime
2356
2357 * mhvstime/MHSectorVsTime.[h,cc]:
2358 - added
2359
2360 * Makefile:
2361 - added mhvstime
2362
2363 * mhvstime/Makefile, mhvstime/HVsTimeLinkDef.h,
2364 mhvstime/HVsTimeIncl.h:
2365 - added
2366
2367 * mhist/Makefile, mhist/HistLinkDef.h,
2368 - removed MHVsTime
2369 - removed MHPixVsTime
2370
2371 * macros/rootlogon.C, macros/dohtml.C:
2372 - added new directory mhvstime
2373
2374 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
2375 - changes such, that it doesn't crash if signal has no lo-gain
2376 (This might still give wrong results!)
2377
2378 * macros/dohtml.C:
2379 - added pixvstime.C
2380 - added sectorvstime.C
2381
2382 * manalysis/MMcCalibrationUpdate.cc:
2383 - some changes on file consistency check done by Abelardo,
2384 he may comment on it
2385
2386 * mhist/MHCamera.[h,cc]:
2387 - changed to support also dividing the camera in pixels area indices
2388
2389 * mhist/MHEvent.cc:
2390 - minor change
2391
2392 * mjobs/MJPedestal.cc:
2393 - adapted to changes in MHCamera
2394
2395 * mastro/MAstroCatalog.[h,cc]:
2396 - added preliminary catalog
2397
2398 * mastro/Makefile, mastro/AstroLinkDef.h:
2399 - added MAstroCatalog
2400
2401
2402
2403 2004/03/03: Thomas Bretz
2404
2405 * mgeom/MGeomCam.cc:
2406 - give a name and title also if the default constructor is used
2407
2408 * mgeom/MGeomMirror.[h,cc]:
2409 - added member function GetReflection
2410 - added persistent data member fReflector
2411
2412 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, mjobs/MJPedestal.cc:
2413 - fixed a typo in the output
2414
2415 * mraw/MRawFileWrite.cc:
2416 - added the missing '.' to MRawRunHeader. Because of the design of
2417 MReadTree this is backward compatible
2418
2419 * mraw/MRawRunHeader.h:
2420 - removed last change from Abelardo. '>255' is the correct
2421 check for MC files following the definition that all MC files
2422 have run types >255 which was made in the past.
2423
2424 * manalysis/MCerPhotAnal.[h,cc], manalysis/MCerPhotAnal2.[h,cc]:
2425 - created ReInit member function to hold all code (moved from
2426 PreProcess) accessing the run header. The run header is not
2427 available in PreProcess. That it was working before was only
2428 by chance, because the run type is initialized with 65535 which
2429 is != 255 but not >255.
2430
2431
2432
2433 2004/03/03: Sebastian Raducci
2434
2435 * msignal/MArrivalTimeCalc.cc
2436 - The calculation of the arrival times is made only when needed
2437 (when the HalfMax is over the pedestal)
2438
2439 * mtools/MCubicSpline.cc
2440 - Commented out an annoying warn
2441
2442
2443
2444 2004/03/03: Abelardo Moralejo
2445
2446 * mraw/MRawRunHeader.h
2447 - Replaced
2448 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } by
2449 Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
2450 since the latter is the exact translation of what the function
2451 intends to do. I do not know why, but the display of real data
2452 did not work with the upper line!
2453
2454 * mgeom/MGeomCam.cc
2455 - Undid yesterday change! I do not know why, display completely
2456 fails after that change, both for old and new camera files.
2457 Put back fPixels[i] = new MGeomPix; in constructor.
2458
2459
2460
2461 2004/03/02: Abelardo Moralejo
2462
2463 * mmc/MMcCorsikaRunHeader.[h,cc]
2464 - Added operator [] to get references to the objects in
2465 TObjArray fTelescopes.
2466 - Added Print() function.
2467 - Added GetNumCT() function.
2468 - Replaced
2469 fTelescopes[i]= new MGeomCorsikaCT;
2470 by
2471 MGeomCorsikaCT* dummy = new MGeomCorsikaCT();
2472 fTelescopes.Add(dummy);
2473
2474 * mgeom/MGeomCorsikaCT.[h,cc]
2475 - Added getter functions for telescope coordinates.
2476 - Added Print() function.
2477
2478 * mgeom/MGeomCam.cc => NOTE: this change was undone later!
2479 - Replaced
2480 fPixels[i] = new MGeomPix;
2481 by
2482 MGeomPix* dummy = new MGeomPix();
2483 fPixels.Add(dummy);
2484
2485
2486
2487 2004/03/02: Thomas Bretz
2488
2489 * mcalib/MCalibrateData.cc:
2490 - removed usage of MGeomCam (you have MGeomApply for this!)
2491
2492
2493
2494 2004/03/01: Nadia Tonello
2495
2496 * manalysis/MCerPhotEvt.cc
2497 - TObject *MCerPhotEvtIter::Next() now returns Used pixels
2498 only if fUsedonly=kTRUE, otherwise it returns all the pixels
2499 in the array
2500
2501
2502
2503 2004/03/01: Sebastian Raducci
2504
2505 * msignal/MArrivalTimeCalc.[cc,h]
2506 - now the arrival time is at the half max of the spline:
2507 half max = (maximum - pedestal)/2
2508
2509 * mmain/MEventDisplay.cc
2510 - fixed an include (from MArrivalTime.h to MArrivalTimeCam.h)
2511
2512
2513
2514 2004/03/01: Wolfgang Wittek
2515
2516 * mhist/MHStarMap.[h,cc]
2517 - remove bugs
2518 - change GetRotationAngle() such that it can be called from outside
2519
2520
2521
2522 2004/03/01: Thomas Bretz
2523
2524 * Makefile:
2525 - enhanced all calls to subsequent makes by '-f Makefile' to
2526 make sure the correct Makefile is called
2527
2528 * merpp.cc:
2529 - enhanced interpretation of time
2530 - fixed a bug in determin the file-type
2531
2532 * mbase/MTime.[h,cc]:
2533 - added GetGmst() member function
2534
2535 * mastro/MAstro.[h,cc]:
2536 - added Coordinate2Angle
2537 - added AngularDistance
2538 - implemented UT2GMST
2539 - replaced defined by TMath::Pi()
2540
2541 * mastro/MObservatory.[h,cc]:
2542 - added data members for sin-/cos-component of latitude
2543 - added calculation of rotation angle
2544
2545 * mhist/MHStarMap.[h,cc]:
2546 - changes to use MObservatory member function
2547
2548 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotAnal2.cc,
2549 manalysis/MCerPhotCalc.cc, manalysis/MMcCalibrationUpdate.cc,
2550 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc,
2551 manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc,
2552 mcalib/MCalibrationChargeCalc.cc, mcalib/MMcCalibrationCalc.cc
2553 - changed to use IsMonteCarloRun() now
2554
2555 * manalysis/MMcCalibrationUpdate.cc:
2556 - unified output to log-stream
2557 - replaced sqrt by TMath::Sqrt
2558
2559 * mcalib/MCalibrationChargeCalc.cc:
2560 - unified output to log-stream
2561 - removed .Data() from TString where obsolete
2562 - fixed memory leak using gSystem->ExpandPathName
2563
2564 * mpointing/MPointingPosCalc.cc, mraw/MRawFileWrite.cc:
2565 - adde class name to used kRT*/kTT* enums
2566
2567 * mraw/MRawEvtHeader.h:
2568 - made enum data member of class
2569
2570 * mraw/MRawRunHeader.[h,cc]:
2571 - made kMagicNumber and kMaxFormatVersion a static data
2572 member of the class
2573 - added IsMonteCarloRun member function
2574
2575
2576
2577 2004/02/27: Markus Gaug
2578
2579 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
2580 - put in call to MHCamera::Projection the name of the calling
2581 class, otherwise the projected hsitogram will be overwritten by
2582 an empyt one.
2583
2584 * mcalib/MHCalibrationChargePix.[h,cc],
2585 mcalib/MHCalibrationHiGainChargePix.[h,cc],
2586 mcalib/MHCalibrationLoGainChargePix.[h,cc]:
2587 - histogram name setting and title setting moved to constructor,
2588 Functions Init and ChangeHistId derive directly from
2589 MHcalibrationChargePix
2590
2591 * mcalib/MHCalibrationChargeCam.[h,cc],
2592 mcalib/MCalibrationChargeCam.[h,cc],
2593 mcalib/MCalibrationChargeCalc.[h,cc]:
2594 - introduced "average inner" and "average outer" higain and logain
2595 pixels.
2596
2597
2598
2599 2004/02/27: Raducci Sebastian
2600
2601 * mhist/Makefile
2602 - added mastro in the include list
2603
2604
2605
2606 2004/02/27: Abelardo Moralejo
2607
2608 * mmain/MEventDisplay.cc
2609 - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
2610 - Updated display of MC data: removed MCerPhotCalc, and replaced
2611 it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
2612 MPedPhotCam is filled and all the camera display tabs are shown
2613 correctly (most were not working for MC events since a while
2614 ago).
2615
2616 * mmain/Makefile
2617 - Added mcalib to list of include directories.
2618
2619 * manalysis/MMcCalibrationUpdate.[h,cc]
2620 - Added member variable Bool_t fOuterPixelsScaling, which is
2621 kTRUE by default. If set to kFALSE, MCalibrationCam is filled
2622 such that MCerPhotEvt will later be filled with the signal as it
2623 is, not corrected for the (possibly) different gain of the outer
2624 pixels electronic chain. This option was necessary to allow for
2625 the change in the camera display (see above).
2626
2627 * macros/starmc.C
2628 - added (optional) division of output into two, for use as train
2629 and test samples in g/h separation studies.
2630
2631
2632
2633 2004/02/26: Hendrik Bartko
2634
2635 * macros/dohtml.C
2636 - included the path msignals/
2637
2638
2639
2640 2004/02/26: Abelardo Moralejo
2641
2642 * macros/starmcstereo.C
2643 - changed filters to divide data between train and test sample for
2644 gamma hadron separation studies. Now we use the modulus operator
2645 applied to (Corsika) event number:
2646 MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
2647 MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
2648 - cleaned up a bit the way the CT coordinates are fed to the task
2649 MStereoCalc.
2650 - Changed default FADC integration range (center range to adapt to
2651 new camera).
2652
2653
2654
2655 2004/02/26: Thomas Bretz
2656
2657 * mhist/MHCamera.cc:
2658 - fixed a function description
2659
2660 * mreport/MReport.cc, mreport/MReportFileRead.cc:
2661 - introduced return case -1
2662
2663 * Makefile.rules:
2664 - remove all dependancy files when calling 'rmdep'
2665
2666 * mbase/MAGIC.h, mmc/MMcEvt.hxx:
2667 - moved ParticleId_t to MMcEvt
2668 - implemented MMcEvt::GetParticleName
2669 - implemented MMcEvt::GetEnergyStr
2670
2671 * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
2672 mhist/MHEvent.cc, mhist/MHHadronness.cc,
2673 mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
2674 - fixed usage of ParticleId_t
2675
2676 * msignal/Makefile:
2677 - removed obsolete includes
2678
2679 * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
2680 mastro/MObservatory.[h,cc]:
2681 - added
2682
2683 * mbase/MAstro.[h,cc]:
2684 - removed
2685
2686 * mbase/Makefile, mbase/BaseLinkDef.h:
2687 - removed MAstro
2688
2689 * Makefile:
2690 - added mastro
2691 - added msql
2692 - added mfbase
2693
2694 * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
2695 - removed
2696
2697 * merpp.cc:
2698 - added Sql support
2699
2700 * mraw/MRawFileRead.h:
2701 - added GetFileName
2702
2703 * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
2704 MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
2705 - added
2706
2707 * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
2708 mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
2709 mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
2710 - moved to mfbase
2711
2712 * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
2713 - added
2714
2715 * merpp.cc:
2716 - implemented control of gDebug (root debugging)
2717
2718 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
2719 mfileio/MWriteRootFile.[h,cc]:
2720 - implemented CheckAndWrite return value
2721
2722 * mfileio/MWriteRootFile.cc:
2723 - fixed updating already existing branches (eg concatenating report
2724 files)
2725
2726 * macros/dohtml.C, macros/rootlogon.C:
2727 - added mastro
2728 - added mfbase
2729 - added msql
2730
2731 * mraw/MRawEvtHeader.h:
2732 - implemented GetNumTrigLvl1
2733 - implemented GetNumTrigLvl2
2734
2735
2736
2737 2004/02/25: Markus Gaug
2738
2739 * mcalib/MExtractBlindPixel.[h,cc],
2740 mcalib/MExtractPINDiode.[h,cc],
2741 mcalib/MExtractedSignalBlindPixel.[h,cc],
2742 mcalib/MExtractedSignalPINDiode.[h,cc],
2743 mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
2744 msignal/SignalLinkDef.h:
2745 - moved blindpixel and PINdiode extractors to msignal
2746
2747
2748 * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
2749 - two new classes to hold the quantum efficieny information of the
2750 calibration
2751
2752 * msignal/MArrivalTimeCalc.[h,cc]
2753 - fill now MArrivalTimePix instead of MArrivalTime
2754
2755 * mcalib/MHCalibrationChargeCam.cc
2756 - display only valid pixels for the corr. values in GetPixelContent
2757
2758 * mcalib/MHCalibrationRelTimeCam.cc
2759 - is now filled from MArrivalTimeCam instead of MArrivalTime
2760
2761 * macros/calibration.C
2762 - divided into two macros: calibration.C using the MJPedestal
2763 standard procedure and pedestalstudies.C using the old
2764 procedures
2765
2766 * macros/pedestalstudies.C
2767 - new macro containing the first previous part of calibration.C
2768
2769 * mcalib/MCalibrationChargeBlindPix.h,
2770 mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
2771 mjobs/MJCalibration.cc:
2772 - definition of PulserColot_t in MAGIC.h.
2773
2774
2775
2776 2004/02/25: Hendrik Bartko
2777
2778 * macros/rootlogon.C
2779 - set the include path also to msignals/
2780
2781 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
2782 manalysis/MExtractedSignalCam.[h,cc],
2783 manalysis/MExtractedSignalPix.[h,cc],
2784 manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
2785 manalysis/MArrivalTimeCalc2.[h,cc]:
2786 - removed
2787
2788 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2789 - removed classes mentioned above
2790
2791 * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
2792 msignal/MExtractedSignalCam.[h,cc],
2793 msignal/MExtractedSignalPix.[h,cc],
2794 msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
2795 msignal/MArrivalTimeCalc2.[h,cc]:
2796 - added
2797
2798 * msignal/Makefile, msignal/AnalysisLinkDef.h:
2799 - added classes mentioned above
2800
2801 * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
2802 - added include msignal
2803
2804
2805
2806
2807 2004/02/25: Wolfgang Wittek
2808
2809 * mcalib/MCalibrateData.[h,cc]
2810 - initialize size for MPedPhotCam
2811
2812
2813
2814 2004/02/24: Wolfgang Wittek
2815
2816 * manalysis/MSourcPosfromStarPos.[h,cc]
2817 - change member function SetSourceAndStarPosition() to expect sky
2818 coordinates in the standard units
2819 - generalize to more than 1 star
2820 - the class is not yet fully tested
2821
2822 * mfilter/MFSelBasic.[h,cc]
2823 - change default values of cuts
2824
2825
2826
2827 2004/02/24: Markus Gaug
2828
2829 * mjobs/MJCalibration.cc, macros/calibration.C,
2830 macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
2831 - added MCalibrationChargeBlindPix to plist
2832 - added new filling of histograms with MFillH
2833 - changed SetPulserColor to MCalibrationChargeBlindPix and
2834 MCalibrationChargePINDiode
2835
2836 * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
2837 - receives a pointer to MCalibrationChargePINDiode which is filled
2838 with the results and told to calculate the fluxes in the
2839 Finalize function
2840 - is filled via MFillH from MExtractBlindPixel
2841 - SetPulserColor directly in this class
2842
2843 * mcalib/MCalibrationChargeBlindPix.[h,cc]
2844 - new storage container of the blind pxiel resutls, replaces
2845 MCalibrationBlindPix
2846
2847 * mcalib/MCalibrationChargeCalc.[h,cc]:
2848 - does not fill the histograms any more, but does ony the
2849 calculations in the postprocess. No pointer to MExtractPINDidoe
2850 or MExtractBlindPixel any more.
2851
2852 * mcalib/MCalibrationChargePix.cc
2853 - discovered an error in the calculation of phe's in
2854 CalcFFactorMethod(). The average QE was applied twice.
2855 This error had been introduced on 13/02/04
2856 - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
2857 - CalcFFactor asks for IsChargeValid before calculating anything
2858
2859 * mcalib/MCalibrationChargePINDiode.[h,cc]
2860 - added function SetFluxOutsidePlexiglassAvailable
2861 - SetPulserColor directly in this class
2862
2863 * mcalib/MCalibrationChargeCam.cc
2864 - removed function SetPulserColor from here
2865
2866 * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
2867 mcalib/MHCalibrationPINDiode.[h,cc],
2868 mcalib/MCalibrationBlindPix.[h,cc],
2869 mcalib/MHCalibrationBlindPixel.[h,cc]:
2870 - removed since obsolote
2871
2872 * mcalib/MHCalibrationChargePix.cc
2873 - make fPickup an Int_t
2874
2875 * mcalib/MCalibrate.cc
2876 - test validity of every calibration method before retrieving
2877 conversion factors
2878
2879 * mcalib/MHGausEvents.[h,cc]
2880 - add possibility to set fit ranges in call to FitGaus
2881 - make function CreateXaxis protected
2882
2883
2884
2885 2004/02/23: Markus Gaug
2886
2887 * mraw/MRawEvtPixelIter.h
2888 - include GetNumHiGainSamples and GetNumLoGainSamples
2889
2890 * mcalib/MExtractedSignalBlindPixel.h,
2891 mcalib/MExtractBlindPixel.[h,cc]:
2892 - included storage of pedestal
2893
2894 * mcalib/MHGausEvents.[h,cc]
2895 - make the fit functions protected
2896
2897
2898
2899 2004/02/22: Markus Gaug
2900
2901 * mfilter/MFCosmics.[h,cc]
2902 - fMaxNumEmpty changed from absolute number to relative number of
2903 pixels
2904
2905 * mcalib/MHGausEvents.h
2906 - remove the "->" from the pointers which are initialized only
2907 in certain cases. The streamer did not work in case that
2908 MFGausFit was left at the NULL pointer.
2909
2910
2911
2912 2004/02/21: Markus Gaug
2913
2914 * manalysis/MExtractedSignalPix.[h,cc]
2915 - changed variable fIsLoGainUsed to fLoGainUsed
2916 - added function GetNumHiGainSaturated()
2917
2918
2919 2004/02/20: Markus Gaug
2920
2921 * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
2922 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
2923 mcalib/CalibLinkDef.h
2924 - new class to replace MHCalibrationPixel,
2925 based on MHCalibrationChargePix
2926
2927 * mcalib/MCalibrationChargeCalc.[h,cc]
2928 mcalib/MCalibrationChargeCam.[h,cc]
2929 mcalib/MCalibrationChargePix.[h,cc]
2930 mcalib/MCalibrationChargePINDiode.[h,cc]
2931 mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
2932 mcalib/MCalibrationPINDiode.[h,cc]:
2933 - added the "charge" versions, remove the old ones. The histograms
2934 should be filled in the MH... versions independently of
2935 MCalibrationChargeCalc. This is fully realized for the PIN Didoe
2936 now and will later be so for the pixels and the blind pixel.
2937
2938 * mcalib/MHCalibrationChargePINDiode.[h,cc]
2939 - receives a pointer to MCalibrationChargePINDiode which is filled
2940 with the results and told to calculate the fluxes in the
2941 Finalize function
2942
2943 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
2944 mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
2945 manalysis/MMcCalibrationUpdate.[h,cc],
2946 mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
2947 mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
2948 macros/bootcampstandardanalysis.C,
2949 macros/pedphotcalc.C:
2950 - replace MCalibrationCam by MCalibrationChargeCam
2951 - replace MCalibrationCalc by MCalibrationChargeCalc
2952
2953
2954
2955 2004/02/19: Markus Gaug
2956
2957 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
2958 mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
2959 manalysis/MMcCalibrationUpdate.cc:
2960 - standardized naming of variables containing "Error", this also affected
2961 the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
2962
2963 * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
2964 mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
2965 mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
2966 - took out some configuration numbers and put them directly into
2967 the class
2968 - remove completely MCalibrationConfig.h
2969
2970
2971
2972 2004/02/19: Abelardo Moralejo
2973
2974 * mhist/MHEvent.[h,cc]:
2975 - Changed names of Event "types" to make them more descriptive.
2976 Former kEvtSignal is now called kEvtSignalDensity, and indicates
2977 pixel content scaled by area. Added kEvtSignalRaw, which
2978 corresponds to pixel content (with no scaling) in whatever units
2979 (this depends on how the MHEvent object is filled!). The default
2980 constructor initializes type=kEvtSignalRaw.
2981
2982 * mmain/MEventDisplay.cc
2983 - Changed filling of evt1 and evt2. Now they are filled with raw
2984 content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
2985 still filled uncalibrated (hence in ADC counts), this means that
2986 what will be now shown in Mars' camera display is now the signal
2987 in each pixel without scaling with pixel area. Given that the
2988 default flat fielding is such that equal light density
2989 corresponds to equal absolute signal (in ADC counts), this is
2990 more reasonable, and allows to check for instance how the
2991 relative pixel gains are adjusted by looking at calibration
2992 events. To be FIXED: there is however an "inconsistency" in
2993 MEventDisplay, and it is that MCerPhotEvt is still used to keep
2994 uncalibrated signals. To be replaced by MExtractedSignalCam?
2995
2996
2997
2998 2004/02/19: Thomas Bretz
2999
3000 * manalysis/MCerPhotEvt.h:
3001 - added operator= to MCerPhotEvtIter -- is this correct?
3002
3003 * mhist/MHCamera.[h,cc]:
3004 - added member function to calculate minimum content and
3005 maximum content for a single sector
3006 - Added possibility to get a projection for a single sector.
3007 - GetMinimum/GetMaximum now only takes used pixels into account
3008 (you can request all pixels using a different member function)
3009 - fixed projection (projection only took pixels with contents!=0
3010 instead of 'used' pixels
3011 - Don't call Sumw2() anymore for projection
3012
3013 * mjobs/MJPedestal.cc:
3014 - added MPedestalCam to output again - MPedestalCam was fixed
3015 yesterday
3016 - Added Histograms for the two camera halves
3017
3018
3019
3020 2004/02/18: Markus Gaug
3021
3022 * macros/calibration.C
3023 - fixed a buggy display of the F-Factor method
3024
3025 * mcalib/MCalibrationCalc.cc
3026 - calculate the F-Factor method already in the post-Process
3027
3028 * mcalib/MCalibrationPix.h
3029 - move CalcFFactorMethod to public
3030
3031
3032
3033 2004/02/18: Abelardo Moralejo
3034
3035 * mtools/MCubicSpline.cc
3036 - in Init, corrected initialization of arrays temp and ysd, which
3037 was done with n-1 elements instead of n.
3038
3039 * mgui/MHexagon.cc
3040 - added comment explaining the algorithm.
3041 - changed explicit values of Sin and Cos 60 degrees by const
3042 variables (more readable).
3043
3044
3045
3046 2004/02/18: Hendrik Bartko
3047
3048 * msignal/:
3049 - removed the backup files *~
3050 - removed the object files *.o
3051 - removed the files SignalCint.*
3052
3053 * mgui/MHexagon.cc
3054 - added comment explaining the algorithm.
3055
3056
3057
3058 2004/02/18: Thomas Bretz
3059
3060 * manalysis/MPedestalCam.[h,cc]:
3061 - Changed order of derivements - seems to be VERY important!
3062 - changed GetSize from UInt_t to Int_t which is the type
3063 of TClonesArray::GetSize() !
3064
3065 * mfileio/MReadReports.cc:
3066 - skip trees with no entries
3067
3068 * mgui/MCamEvent.cc:
3069 - added a comment
3070
3071 * mhbase/MFillH.cc:
3072 - in case SetupFill returns kFALSE and kCanSkip is set
3073 Skip task
3074
3075 * mraw/MRawFileRead.cc:
3076 - don't print warning in case of none executions
3077
3078 * manalysis/MArrivalTimeCalc2.cc:
3079 - added some const-qualifiers
3080
3081
3082
3083 2004/02/17: Raquel de los Reyes
3084
3085 * macros/CCDataCheck.C
3086 - Added some improvements in the plots.
3087
3088
3089
3090 2004/02/17: Abelardo Moralejo
3091
3092 * macros/readrfl.C
3093 - Added missing gPad->cd(1), otherwise the display of events was
3094 not updated.
3095
3096 * mgui/MHexagon.cc
3097 - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
3098 whether px,py is inside the pixel or not. Previous algorithm
3099 was just an approximation.
3100
3101
3102
3103 2004/02/17: Raquel de los Reyes
3104
3105 * mcamera/MCameraHV.h
3106 - Now it derives from a MCamEvent class and implemented the
3107 GetPixContent() and DrawPixelContent() functions. Added the
3108 GetMean function to get the mean HV settings of the camera.
3109
3110 * macros/CCDataCheck.C
3111 - Added the HV settings plots.
3112
3113
3114
3115 2004/02/17: Hendrik Bartko
3116
3117 * msignal:
3118 - new: directory for all signal and time extraction classes
3119
3120 * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
3121 msignal/AnalysisLinkDef.h, MGeomApply.cc:
3122 - new: Storage Container for the ArrivalTime in the camera
3123
3124 * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
3125 msignal/AnalysisLinkDef.h:
3126 - new: Storage Container for ArrivalTime information of one pixel
3127
3128 * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
3129 SignalLinkDef.h
3130 - auxiliary files for msignal directory
3131
3132 * manalysis/MArrivalTimeCalc2.[h,cc]:
3133 - added functionality to compute error of the extracted ArrivalTime
3134 - calculated ArrivalTime is stored in MArrivalTimeCam
3135
3136 * manalysis/MGeomApply.cc
3137 - geometry is applied to MArrivalTimeCam
3138
3139 * Makefile:
3140 - directory msignal is included
3141
3142
3143
3144 2004/02/17: Sebastian Raducci
3145
3146 * mtools/MCubicSpline.[h,cc]
3147 - little corrections in minimums evalustion methods
3148 - changed constructors (they require the fadc slices to be const)
3149
3150 * macros/spline.C
3151 - changed according to the MCubicSpline new constructors
3152
3153 * manalysis/MArrivalTimeCalc.[h,cc]
3154 - changed to use the MCubicSpline class intead of the TSpline class
3155 - warning: now the arrival time is again the maximum of the spline,
3156 soon it will be changed to half maximum
3157
3158
3159
3160 2004/02/17: Wolfgang Wittek
3161
3162 * manalysis/MSourcPosfromStarPos.[h,cc]
3163 - new class; calculates the position of the source in the camera from
3164 the position of a star in the camera and puts it into
3165 MSrcPosCam
3166
3167
3168
3169 2004/02/16: Abelardo Moralejo
3170
3171 * mcalib/MMcCalibrationCalc.cc
3172 - Fixed two typos in screen output.
3173
3174
3175
3176 2004/02/16: Markus Gaug
3177
3178 * mcalib/MCalibrationPix.cc
3179 - documentation from David's email added
3180 - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
3181
3182 * mcalib/Makefile, mcalib/CalibLinkDef.h:
3183 - added MExtractBlindPixel and MExtractedSignalBlindPixel
3184
3185 * mcalib/MExtractBlindPixel.[h,cc]
3186 - new signal extractor for the Blind Pixel
3187
3188 * mcalib/MExtractedSignalBlindPixel.[h,cc]
3189 - new container for the extracted signal of the BlindPixel
3190
3191 * mcalib/MCalibrationCalc.[h,cc]
3192 - does not extract signal from Blind Pixel any more, searches
3193 for MExtractedSignalBlindPixel and fills the hists from there
3194
3195 * macros/calibration.C, macros/bootcampstandardanalysis.C,
3196 macros/pedphotcalc.C, mjobs/MJCalibration.cc:
3197 - introduce the blind pixel and PIN diode extraction in the macro
3198
3199 * manalysis/MPedestalCam.h
3200 - changed type of fTotalEntries from ULong_t to UInt_t
3201 - fixed documentation of fTotalEntries
3202
3203 * manalysis/MPedCalcPedRun.h
3204 - changed type of fNumSamplesTot from ULong_t to UInt_t
3205
3206 * mcalib/MHGausEvents.h
3207 - changed type of fCurrentSize from ULong_t to UInt_t
3208
3209 * mcalib/MCalibrationConfig.h
3210 - removed gkConversionHiLo and gkConversionHiLoErr which is now
3211 directly in the class MCalibrationPix
3212
3213
3214
3215 2004/02/16: Thomas Bretz
3216
3217 * manalysis/AnalysisLinkDef.h:
3218 - added missing MCerPhotEvtIter
3219
3220 * merpp.cc:
3221 - added possible usage of database
3222
3223 * star.cc:
3224 - moved source code into new class MJStar - preliminary
3225
3226 * manalysis/MCerPhotPix.cc:
3227 - updated class header
3228 - fixed Print-output
3229
3230 * mbase/MAGIC.h:
3231 - removed definition of MLog
3232
3233 * mbase/MArgs.h:
3234 - removed include of MAGIC.h
3235
3236 * mbase/MLog.h:
3237 - added extern definition of gLog
3238
3239 * mbase/MParContainer.[h,cc]:
3240 - move body of constructors to source file
3241
3242 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
3243 mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
3244 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
3245 mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
3246 - fixed documentation header
3247
3248 * mcalib/MMcCalibrationCalc.[h,cc]:
3249 - fixed documentation header
3250 - fixed usage of FindCreateObj and FindObject
3251 - removed data member to count entries (use histogram instead)
3252 - use TH1 function Integral instead of doing it manually
3253
3254 * mfilter/MFCosmics.cc:
3255 - fixed documentation
3256
3257 * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
3258 mimage/MNewImagePar.[h,cc]:
3259 - replaced for-loops by Iterators
3260
3261 * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
3262 - fixed documentation header
3263 - check return value of MRawRunHeader::ReadEvt
3264
3265 * mraw/mraw/MRawRunHeader.[h,cc]:
3266 - fixed documentation header
3267 - added return value to MRawRunHeader::ReadEvt
3268 - added constant number for max format version - preliminary
3269 (should by a static data member)
3270
3271 * mcalib/MHCalibrationPINDiode.cc:
3272 - do not delete pointers in the destructor which are already
3273 deleted in the base class
3274 - reset histograms in Clear()
3275
3276 * mcalib/MHCalibrationPixel.cc:
3277 - after deletion of instances in Clear() initialize pointer to NULL
3278
3279 * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
3280 - fixed usage of logging stream output levels
3281
3282 * manalysis/MPedCalcPedRun.[h,cc]:
3283 - removed obsolete fSignals
3284
3285 - removed obsolete fNumPixels
3286
3287 * manalysis/MPedestalCam.h:
3288 - added '->' to fArray
3289
3290 * mfileio/MWriteRootFile.cc:
3291 - changed some output to make debugging easier
3292
3293 * mjobs/MJCalibration.cc:
3294 - fixed a bug in drawing
3295
3296 * mjobs/MJExtractSignal.cc:
3297 - removed MPedestalCam from MWriteRootFile output.
3298 When creating the branch it crashes - reason unknown I'll
3299 investigate further
3300
3301
3302
3303 2004/02/16: Markus Gaug
3304
3305 * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
3306 - added MHCalibrationRelTimePix
3307
3308 * mcalib/MHCalibrationRelTimePix.[h,cc],
3309 mcalib/MHCalibrationRelTimeCam.[h,cc]:
3310 - new classes to fit and display the relative arrival times.
3311 - filled from MArrivalTime
3312 - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
3313
3314 * manalysis/MCalibrationCalc.cc
3315 - take out all uncommented code referring to the relative arrival time
3316
3317 * manalysis/MArrivalTime.h
3318 - changed function GetNumPixels to GetSize
3319
3320 * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
3321 - included cosmics rejection which was in MCalibrationCalc before
3322
3323
3324
3325 2004/02/14: Markus Gaug
3326
3327 * mcalib/Makefile, mcalib/CalibLinkDef.h:
3328 - added MHCalibrationChargePINDiode
3329
3330 * mcalib/MHCalibrationChargePINDiode.[h,cc]
3331 - new class to fill the PIN Diode histograms. Derives from
3332 MHCalibrationChargePix and is filled with MFillH from the
3333 container MExtractedSignalPINDiode.
3334 Will replace MHCalibrationPINDiode entirely soon.
3335
3336 * mcalib/MHCalibrationChargePix.[h,cc]
3337 - new base class for the calibration charges histogram pixel.
3338 Derives from MH and can be filled with the MH with the MH
3339 functions.
3340
3341 * mcalib/MExtractPINDiode.[h,cc]
3342 - new signal extractor for the PIN Diode
3343
3344 * mcalib/MExtractedSignalPINDiode.[h,cc]
3345 - new container for the extracted signal of the PIN Diode
3346
3347 * mcalib/MCalibrationCalc.[h,cc]
3348 - remove the PIN Diode signal extraction
3349
3350 * manalysis/MHPedestalPix.[h,cc]
3351 - new version of MHPedestalPixel, deriving from MHGausEvents.
3352
3353 * manalysis/MHPedestalPixel.[h,cc]
3354 - old version removed, since obsolete (and erroneous)
3355
3356 * manalysis/MHPedestalCam.[h,cc]
3357 - histogramming part of MPedestalCam now in own class
3358
3359 * manalysis/MPedestalPix.h
3360 - removed include of MHPedestalPixel
3361
3362 * macros/calibration.C
3363 - changed pedestal displays accordingly
3364
3365 * mjobs/MJPedestal.h
3366 - class TCanvas included (did not compile otherwise)
3367
3368 * mhbase/MH.cc
3369 - included call to FindGoodLimits(..) in CutEdges()
3370 - axe from pointer to reference
3371 - "CutEdges" renamed to "StripZeros"
3372
3373 * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
3374 mcalib/MHCalibrationBlindPixel.cc:
3375 - "CutEdges" renamed to "StripZeros"
3376
3377 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
3378 - replaced by the improved version: MHGausEvents.[h,cc]
3379
3380
3381
3382 2004/02/14: Thomas Bretz
3383
3384 * manalysis/MCerPhotEvt.[h,cc]:
3385 - added 'Iterator' facility, this will replace some for-loops
3386 in the near future
3387
3388 * mbase/MTime.[h,cc]:
3389 - added a more powerfull interface to get and interprete the
3390 MTime contents as string
3391 - added a new constructor
3392
3393 * mreport/MReportTrigger.h:
3394 - fixed GetPixContent
3395
3396 * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
3397 - many small changes to simple details (like order of includes)
3398 - some speed improvements
3399 - many small simplifications
3400 - changed parts of the code to be more C++ like (eg Iterators
3401 instead of for-loops)
3402 - disentangles some if-cases
3403 - replaced some math.h function by TMath::
3404 - removed data-member fN (obsolete with iterators)
3405
3406
3407
3408 2004/02/13: Wolfgang Wittek
3409
3410 * mcalib/MCalibrateData.[h,cc]
3411 - new class;
3412 like MCalibrate, but in ReInit it fills the MPedPhot container
3413 using informations from MPedestal, MExtracteSignalCam and
3414 MCalibrationCam
3415
3416 * mcalib/Makefile, mcalib/CalibLinkDef.h
3417 - added MCalibrateData
3418
3419 * manalysis/MPedestalWorkaround.[h,cc]
3420 - create MMcEvt container and fill with theta = 10.0
3421 - set pedestalRMS = 0. if it is > 10.0
3422
3423 * manalysis/MSupercuts.[h,cc]
3424 - change default values of parameters
3425
3426 * manalysis/MSupercutsCalc.[h,cc]
3427 - change dNOMLOGSIZE from 4.1 to 5.0
3428
3429 * mhist/MHBlindPixels.[h,cc]
3430 - change MPedestalCam to MPedPhotCam
3431
3432 * mhist/MHSigmaTheta.[h,cc]
3433 - automatic binning for pixel number doesn't work
3434 use default binning
3435
3436
3437
3438 2004/02/13: Markus Gaug
3439
3440 * mcalib/MCalibrationPix.[h,cc]
3441 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
3442 fAverageQEErr
3443 - gkAverageQE initializes to 0.2 (according to David)
3444 - gkAverageQEErr initializes to 0.02 (dito)
3445 - added new member function: SetAverageQE
3446 - call to GetMeanConversionFFactorMethod returns:
3447 fMeanConversionFFactorMethod/fAverageQE.
3448 - call to GetErrorConversionFFactorMethod returns:
3449 errors of fMeanConversionFFactorMethod and fAverageQEErr added
3450 quadratically
3451
3452 * mcalib/Makefile
3453 - split into two parts one comment line
3454
3455
3456 2004/02/13: Thomas Bretz
3457
3458 * mbadpixels/MBadPixelsTreat.[h.cc]:
3459 - added for new bad pixel treatment
3460
3461 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
3462 - added MBadPixelsTreat
3463
3464 * merpp.cc:
3465 - changed the name of the "DC" tree to "Currents" to make
3466 MReportRead work correctly with this tree
3467
3468 * mbase/MTime.[h,cc]:
3469 - Changed UpDMagicTime to support nanosec instead of millisec
3470 - exchanged Reset() by Clear() not to clear the yy/mm/dd
3471 information away in an eventloop
3472
3473 * mraw/MRawEvtHeader.[h,cc]:
3474 - implemented decoding of the time-stamp for raw-data files
3475 with version>2. Thanks to Marcos.
3476
3477 * mraw/MRawRead.[h,c]:
3478 - pipe file version number to MRawEvtHeader::ReadEvt
3479 - create fake time for file-version<3
3480
3481 * macros/readMagic.C:
3482 - changed to use MInteractiveTask
3483
3484 * mbase/MPrint.cc:
3485 - fixed debugging level of some output
3486
3487 * mhist/MHCamera.[h,cc]:
3488 - fixed handling in AddNotify (necessayr due to change of
3489 inheritance from MCamEvent)
3490 - replaced cout by gLog
3491 - added fNotify to list of cleanups
3492
3493 * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
3494 mjobs/MJPedestal.cc:
3495 - fixed usage of AddNotify
3496
3497 * mfileio/MReadReports.cc:
3498 - use a different way to determin whether the tree is a valid tree,
3499 skip invalid trees
3500
3501 * mfileio/MReadTree.cc:
3502 - added another sanity check at the beginning of PreProcess
3503
3504 * mhbase/MFillH.[h,cc]:
3505 - added bit kCanSkip which skips MFillH in case the necessary container
3506 wasn't found.
3507 - cd into the corresponding canvas before filling the MH
3508
3509
3510
3511 2004/02/12: Markus Gaug
3512
3513 * mbase/MArray.[h,cc]:
3514 - changed name of StripZeros
3515
3516 * mcalib/MHGausEvent.cc:
3517 - corrected call to StripZeros
3518
3519 * mcalib/MCalibrationPix.[h,cc]
3520 - implemented dummy for combined method
3521
3522 * mcalib/MCalibrate.[h,cc]
3523 - implemented a dummy for calibration factor 1. (requested by
3524 Javier Rico)
3525 - implemented combined method
3526 - check for valid methods moved to ReInit
3527
3528 * mcalib/MCalibrationCalc.cc
3529 - removed initialization of non-used nsamples
3530
3531 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
3532 mcalib/MCalibrationCalc.[h,cc]
3533 macros/calibration.C
3534 - implemented new histograms:
3535 HSinglePheFADCSlices and HPedestalFADCSlices
3536 They are filled with the FADC slice values of either a s.phe.
3537 event or a pedestal event. The decision is taken with the
3538 variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
3539 with a setter
3540
3541 * mtools/MFFT.[h,cc]
3542 - PowerSpectrumDensity of TArrayI implemented
3543
3544
3545
3546 2004/02/12: Thomas Bretz
3547
3548 * mbase/MArray.[h,cc]:
3549 - changed argument of CutEdges from pointer to reference
3550
3551 * mgeom/MGeomPix.h:
3552 - fixed calculation of area of pixel. It was too big for a
3553 factor of 2
3554
3555 * mjobs/MJCalibration.cc:
3556 - slight change of name of a MHCamera
3557
3558 * manalysis/MExtractSignal.cc:
3559 - slight change to the creation of the satpixels list
3560
3561 * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
3562 mcalib/MHGausEvent.cc:
3563 - corrected call to ProjectArray
3564 - corrected call to CutEdges
3565
3566 * mfilter/MFCosmics.[h,cc]:
3567 - small fixes to logging output
3568 - small simplification to return statement
3569 - declared CosmicsRejection const
3570
3571 * mhbase/MH.[h,cc]:
3572 - changed argument of ProjectArray from pointer to reference
3573 - added missing calcualtion of minimum
3574 - removed obsolete SetEntries
3575 - changed SetDirectory from NULL to gROOT
3576
3577
3578
3579 2004/02/12: Javier López
3580
3581 * macros/pointspreadfunction.C
3582 - added new macro that fits with a 2D gaussian the DC spot for an
3583 star. It gives you the RMS of the PSF and the center of the star,
3584 very useful for misspointing studies.
3585
3586
3587
3588 2004/02/11: Hendrik Bartko
3589
3590 * manalysis/MExtractSignal2.cc:
3591 - introduced a validity check for the set-function of the window
3592 size (even number of slices, WindowSize < NumberSlices)
3593
3594 * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
3595 manalysis/AnalysisLinkDef.h:
3596 - new: introduced the calculation of the arrival time as the signal
3597 weighted mean of the time slices in the maximum window
3598
3599
3600
3601 2004/02/11: Markus Gaug
3602
3603 * mcalib/MCalibrationCalc.cc:
3604 - the blind pixel signal extractor introduced one week ago, counted
3605 one FADC slice too little, thus the normalization w.r.t. pedestals
3606 was wrong. Now corrected.
3607
3608 * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
3609 - when "WARNING - Lo Gain saturated" occurs, display also the
3610 corr. pixel numbers.
3611
3612 * mbase/MArray.[h,cc]:
3613 - introduced function to cut array edges with zeros.
3614 (Thomas, should we keep it there or move it to another class? )
3615
3616 * mcalib/MCalibrationCalc.[h,cc]:
3617 - new function SetBlindPixelRange to set start and end of FADC slices
3618 used for the blind pixel signal extraction.
3619 - remove fEvents which are not necessary any more after the shift
3620 to MFCosmics.
3621
3622 * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
3623 - show the fourier spectrum now with axes in frequency [Hz] instead
3624 of inverted events.
3625
3626 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
3627 - new base class for all kind of events with variables having a
3628 Gaussian distribution. Will serve as base class for the
3629 existing and new calibration histogram classes.
3630
3631
3632
3633 2004/02/11: Abelardo Moralejo
3634
3635 * mmain/MEventDisplay.cc
3636 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
3637 MMcPedestalCopy must be executed earlier!
3638
3639
3640
3641 2004/02/10: Raquel de los Reyes
3642
3643 * mhist/MHPixVsTime.[h,cc]:
3644 - Added a default draw function and replaced the TGraph object
3645 by a pointer to a TGraph object.
3646
3647 * mreport/MReportTrigger.h:
3648 - Now it dereives from a MCamEvent class and implemented the
3649 GetPixContent() and DrawPixelContent() functions.
3650
3651 * maccros/CCDataCheck.C:
3652 - An update of the previous macro. New plots: subsystems status and
3653 macrocells trigger.
3654
3655
3656
3657 2004/02/10: Markus Gaug
3658
3659 * mcalib/MCalibrationCam.cc:
3660 - fixed documentation
3661
3662 * mhbase/MH.[h,cc]:
3663 - new function ProjectArray
3664
3665 * mcalib/MHCalibrationPixel.[h,cc],
3666 mcalib/MHCalibrationBlindPixel.[h,cc]:
3667 - use ProjectArray from MH to plot the projection of the fourier
3668 spectrum
3669
3670 * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
3671 mfilter/FilterLinkDef.h:
3672 - new filter removing cosmics, the same as in MCalibrationCalc
3673 where it was removed now.
3674 Call: MFCosmics cosmics;
3675 MContinue cont(&cosmics);
3676 tlist.AddToList(&cont);
3677
3678 * mcalib/MCalibrationCalc.[h,cc]:
3679 - removed cosmics rejection from there
3680
3681 * macros/calibration.C, mjobs/MJCalibration.cc:
3682 - changed cosmics rejection to the filter algorithm
3683
3684
3685
3686 2004/02/09: Markus Gaug
3687
3688 * mcalib/MCalibrationBlindPix.[h,cc]:
3689 - added histogram to display the average in FADC slices of all
3690 single and double phe events
3691
3692 * mcalib/MCalibrationCalc.cc:
3693 - fill histograms of single-phe events with higain and logain
3694 sampls
3695
3696 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
3697 mcalib/MCalibrationConfig.h:
3698 - take all pixel areas out of MGeomPix::GetA(), remove all previous
3699 areas
3700 - calculate photon fluxes from blind pixel and PIN diode, use
3701 area only to fill the conversion factors in MCalibrationPix
3702
3703
3704 * mcalib/MJCalibration.cc:
3705 - display of number of photons for Blindpixel and PIN Diode Method
3706 changed to display of photon flux which is the actually
3707 calculated quantity
3708
3709
3710
3711 2004/02/09: Thomas Bretz
3712
3713 * mbadpixels/*:
3714 - added
3715
3716 * Makefile:
3717 - added MBadPixels
3718
3719 * manalysis/MGeomApply.cc:
3720 - fixed class description
3721
3722 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
3723 - added bad pixel treatment
3724
3725 * mjobs/MJPedestal.[h,cc]:
3726 - reorganized order of functions
3727 - removed a nonsense scrren output (some BLABABLA or so)
3728
3729 * mjobs/Makefile:
3730 - added include for mbadpixels
3731
3732 * mmain/MBrowser.cc:
3733 - do not call construtor of TGTReeLBEntry if pic0=0
3734
3735
3736
3737 2004/02/09: Raquel de los Reyes
3738
3739 * mcamera/MCameraLids.h, mreport/MReportCamera.h
3740 - Added the "Get" functions to access the private data
3741 members of the class.
3742
3743
3744
3745 2004/02/09: Markus Gaug
3746
3747 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
3748 MCalibrationPix.h:
3749 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
3750 because we can calibrate with the histogram mean and RMS even
3751 if the fit is not OK. Thus, there is a question: IsFitted() and
3752 IsChargeValid(), i.e. does the charge make any sense?
3753
3754 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
3755 - found serious bug in calculation of conversion factors for the
3756 outer pixels:
3757 GetMeanConversionBlindPixelMethod and
3758 GetMeanConversionPINDiodeMethod
3759 did not correct for the area of the outer pixel, this did only
3760 MCalibrationCam::GetPixelContent which is not used by MCalibrate
3761
3762
3763
3764 2004/02/06: Markus Gaug
3765
3766 * mgeom/MGeomCam.h
3767 - replaced in Comment of fPixRatio:
3768 "ratio between size of pixel idx and pixel 0" by
3769 "ratio between size of pixel 0 and pixel idx"
3770
3771 * manalysis/MPedestalCam.cc
3772 - catch calls to MHPedestalPixel in case that they are not filled
3773 This led previous calls to segmentation violations
3774 - remove include of MHExtractedSignalPix
3775
3776 * manalysis/MHExtractedSignalPix.[h,cc]
3777 - is everything in MHPedestalPixel, so removed it again
3778
3779 * mjobs/MJPedestal.cc
3780 - put the projections into Display()
3781 - correct the input of Display (0: pedestal, 1: pedestalerror,
3782 2: pedRMS, 3: pedRMSerror)
3783
3784 * manalysis/MHPedestalPixel.cc
3785 - increased number of bins in for charges plot
3786
3787 * mtools/MFFT.[h,cc]
3788 - possibility to have PSD directly from TArray
3789
3790 * mjobs/MJCalibration.[h,cc]
3791 - fixed displays
3792 - replaced MExtractSignal by MExtractSignal2
3793
3794 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
3795 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
3796 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
3797 - remove histograms MHChargevsN..., now keep TArrays directly
3798 - check for oscillations for all pixels (and you will not trust
3799 your eyes when you look at the results :-((((
3800
3801 * mcalib/MCalibrationCalc.[h,cc]
3802 - remove ArrivalTime -> go to separate class
3803 - remove BlindPixel and PIN Diode overflow, now handled directly
3804 inside the corr. classes.
3805 - remove SkipTimeFits -> go the arrival time class
3806
3807 * mcalib/MCalibrationCam.h
3808 - new getters for number of photons
3809 - removed timeslicewidth -> go the corr. time containers
3810
3811 * mcalib/MCalibrationCam.cc
3812 - removed times of GetPixelContent
3813 - added OscillationChecks in GetPixelContent
3814
3815 * manalysis/MMcCalibrationUpdate.cc
3816 - remove calpix.SkipTimeFits which is now obsolet
3817
3818 * macros/calibration.C
3819 - all previous changes now in this macro.
3820 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
3821 das ging diesmal in einem Aufwasch)
3822
3823
3824
3825 2004/02/06: Thomas Bretz
3826
3827 * mhist/MHPixVsTime.[h,cc]:
3828 - changed such that you can set the name of the time container now
3829
3830 * mraw/MRawRunHeader.[h,cc]:
3831 - added GetMaxPixId()
3832
3833 * mraw/MRawEvtData.cc:
3834 - fixed wrong size calculation for fABflags
3835
3836
3837
3838 2004/02/06: Oscar Blanch
3839
3840 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
3841 - We cahnged the name (and values) of the global variable
3842 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
3843
3844
3845
3846 2004/02/05: Markus Gaug
3847
3848 * mcalib/MHCalibrationPixel.[h,cc]
3849 - put an NDF limit for the fit
3850 - removed all TStrings and replace them by Form(..)
3851 - Check for nan's of all returned fit values
3852
3853 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
3854 - reshuffled HiLoGainConversion, calculation of F-Factor method,
3855 - calculation of total F-Factor of the readout.
3856
3857 * mcalib/MCalibrationCam.cc
3858 - include relative times to display with GetPixelContent
3859
3860 * mcalib/MCalibrationCalc.[h,cc]
3861 - flag to skip Hi-Lo Calibration
3862 - Hi-LO Graph not filled any more after overflow of ChargevsN
3863 - fill the blind pixel differently from the rest of pixels
3864
3865 * mcalib/MCalibrate.cc:
3866 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
3867
3868 * manalysis/MArrivalTimeCalc.cc
3869 - default step width 100 ps.
3870 - look for half maximum (at rising edge)
3871
3872 * manalysis/MExtractSignal.[h,cc]
3873 - removed uncommented code (arrival time)
3874 - set start byte back by one like it was before TB's changes
3875 (does not affect the calculation of number of FADC slices)
3876
3877 * manalysis/MExtractSignal2.[h,cc]
3878 - removed uncommented code (arrival time)
3879
3880 * manalysis/MHPedestalPixel.[h,cc]
3881 - is now filled with total pedestals (not per slice), but results are
3882 renormalized to values per slice (this is not to screw up with the
3883 pedestal RMS and the derived uncertainties)
3884 - new function Renorm(nslices)
3885
3886 * manalysis/MPedestalCam.[h,cc]
3887 - introduced function Clone() (like proposed by TB)
3888 - call to MHPedestalPixel operator() not const any more
3889 - take out lots of uncommented code
3890 - found bug in initialization of hists. SetupFill is called in
3891 PreProcess, therefore, TObjArray is not yet enlarged there.
3892 Now, InitUseHists is called in Fill
3893 - MHPedestalPixel is now filled with total pedestals (not per slice),
3894 but results are
3895 renormalized to values per slice (this is not to screw up with the
3896 pedestal RMS and the derived uncertainties)
3897
3898 * manalysis/MPedCalcPedRun.cc
3899 - added author
3900 - split calculation of RMS into two steps to make it more clear to
3901 the user
3902
3903 * macros/calibration.C
3904 - found bug introduced two days ago, namely calculating pedestlas with
3905 MExtractSignal2 which is now fixed
3906 - Skip HiLoConversionCalibration
3907
3908
3909
3910 2004/02/05: Abelardo Moralejo
3911
3912 * macros/starmc2.C
3913 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
3914 for both MMcEvt and MMcRunHeader since these containers are
3915 not present in real data. Name of macro is no longer adequate if
3916 we will use it for calibrated real data (to be changed if so).
3917
3918
3919
3920 2004/02/05: Sebastian Raducci
3921
3922 * mtools/MCubicSpline.[h,cc]
3923 - added
3924 - this class will take the place of the TSpline class to
3925 calculate arrival times
3926
3927 * mtools/MCubicCoeff.[h,cc]
3928 - added
3929 - this class is used by MCubicSpline to store coefficients
3930
3931 * macros/spline.C
3932 - added
3933 - test macro. Shows how to use the MCubicSpline class
3934 - it could be used to test the methods of the Spline class
3935
3936
3937
3938 2004/02/05: Thomas Bretz
3939
3940 * mmain/MBrowser.cc:
3941 - fixed a double deletion of a TGLayoutHints
3942
3943
3944
3945 2004/02/04: Markus Gaug
3946
3947 * mmain/MBrowser.cc:
3948 - corrected TGTReeLBEntry for TGTreeLBEntry
3949
3950
3951
3952 2004/02/04: Thomas Bretz
3953
3954 * manalysis/MExtractSignal2.cc:
3955 - don't allow odd numbers for the window size
3956
3957 * mfilter/MFilterList.cc:
3958 - corrected a wrong logging message
3959
3960 * mmain/MBrowser.cc:
3961 - added '/data/MAGIC' as shortcut in the combo box
3962
3963 * mraw/MRawEvtPixelIter.cc:
3964 - optimized calculation of MaxIdx
3965
3966
3967
3968 2004/02/04: Abelardo Moralejo
3969
3970 * macros/starmc2.C
3971 - removed unnecessary variables BinsHigh, BinsLow
3972
3973
3974
3975 2004/02/04: Markus Gaug
3976
3977 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
3978 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
3979 macros/calibration.C:
3980 - histograms are now filled with MFillH as proposed and coded by
3981 Thomas Bretz. Some modifications had to be done, however.
3982 - Class to hold MHPedestalPixel is still MPedestalCam
3983 - MPedCalcPedRun does nothing any more (except from what is was
3984 doing before)
3985
3986 * manalysis/MExtractSignal.cc
3987 - remove uncommented code
3988
3989 * mcalib/MCalibrationCalc.[h,cc]
3990 - modified way to handle histogram overflow: Now flags are set and
3991 ChargevsN histogram is not tried to be filled subsequently
3992
3993
3994
3995 2004/02/03: Markus Gaug
3996
3997 * manalysis/MHExtractedSignalPix.[h,cc]
3998 - added Thomas B. modified version of MHPedestalPixel. Later will
3999 remove MHPedestalPixel
4000
4001 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
4002 manalysis/MCalibrationCam.cc, macros/calibration.C:
4003 - now split completely absolute and relative times. Absolute
4004 times are not fitted, but their histogram mean and rms are
4005 returned.
4006
4007
4008
4009 2004/02/03: Thomas Bretz
4010
4011 * mfileio/MReadTree.cc:
4012 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
4013
4014 * manalysis/MExtractSignal.[h,cc]:
4015 - moved code to extract the signal from Process to
4016 new member function FindSignal, I left the arrival time
4017 extraction as commented-out code in the code just as a
4018 demonstration to do this very fast.
4019
4020
4021
4022 2004/02/02: Markus Gaug
4023
4024 * manalysis/MPedCalcPedRun.cc
4025 - corrected formulae in Class description
4026
4027 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
4028 manalysis/MMcCalibrationUpdate.cc:
4029 - calculate relative times and absolute times. Fit only
4030 the relative ones.
4031
4032
4033
4034 2004/02/02: Abelardo Moralejo
4035
4036 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
4037 - removed file type check (MC or data) from PreProcess since now
4038 run headers are not yet known at that point.
4039
4040 * mcalib/MMcCalibrationCalc.cc
4041 - same as above.
4042
4043 * NEWS
4044 - updated.
4045
4046
4047
4048 2004/02/02: Thomas Bretz
4049
4050 * manalysis/MExtractSignal2.[h,cc]:
4051 - added new task which takes a given number of slices with the
4052 highest integral content as signal.
4053
4054 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4055 - added MExtractSignal2
4056
4057
4058
4059 2004/01/30: Abelardo Moralejo
4060
4061 * macros/starmc.C
4062 - changed default FADC integration range (more adequate for coming
4063 camera version).
4064
4065 * macros/mccalibrate.C, starmc2.C
4066 - added. First macro transforms input files from camera simulation
4067 into files with pixel data already calibrated in photons. The
4068 second reads in an already calibrated data file and produces an
4069 output file with Hillas parameters. Both together do the same as
4070 starmc.C, but it is convenient to have files containing
4071 calibrated pixel information.
4072
4073
4074
4075 2004/01/30: Thomas Bretz
4076
4077 * mbase/MDirIter.h:
4078 - added GetNumEntries
4079
4080 * mhist/MHEvent.cc:
4081 - added a dynamic_cast from MParContainer to MCamEvent to get the
4082 correct pointer to the correct base-class.
4083
4084 * mbase/MStatusDisplay.cc:
4085 - In EventInfo check whether gPad==0
4086
4087 * mfileio/MReadMarsFile.cc:
4088 - removed reading RunHeaders from PreProcess, this resulted
4089 in strange behaviour of writing RunHeaders
4090 - fixed consistency check for RunType accordingly
4091
4092 * mfilter/MFilterList.cc:
4093 - do not skip adding filter if only a filter with the same name
4094 exists
4095
4096 * mraw/MRawFileRead.cc:
4097 - added an output message if run header is not accessible
4098
4099 * mraw/MRawRunHeader.[h,cc]:
4100 - initialize fRunType to new enum kRTNone
4101
4102 * mfilter/MFGeomag.cc:
4103 - set fResult to kFALSE at the beginning of Process
4104 - according to this removed setting fResult=kFALSE before return
4105 - replaced some float by Float_t
4106 - added some const-qualifiers
4107 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
4108 with rnd = R * (r2-r1)/2 to make sure that we cannot
4109 devide by 0
4110
4111 * manalysis/MPedCalcPedRun.cc:
4112 - added some comments
4113
4114 * Makefile:
4115 - added mjobs
4116
4117 * mjobs/*:
4118 - added
4119
4120 * mbase/Makefile, mbase/BaseLinkDef.h:
4121 - added MRunIter
4122
4123 * mbase/MRunIter.[h,cc]:
4124 - added
4125
4126
4127
4128 2004/01/30: Markus Gaug
4129
4130 * manalysis/MPedestalCam.h
4131 - added function IsUsedHists()
4132
4133 * manalysis/MPedestalCam.cc
4134 - modified GetPixelContent
4135
4136 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
4137 - include storage of number of used FADC slices to compare later
4138 the pedestal per slice ( and sigma per slice)
4139 - return relative differences in GetPixelContent
4140
4141 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
4142 - fBlindPixelId and fPINDiodeId now like in PedestalCam
4143 - fill Blind Pixel with information about its fitted pedestal if
4144 available
4145 - initialize charges histogram with a bigger range
4146 - use pedestal information to constrain the pedestal fit ranges
4147
4148 * manalysis/MHPedestalPixel.cc
4149 - initialize charges histogram with a bigger range
4150
4151 * macros/calibration.C
4152 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
4153 - apply new GetPixelContents of MPedestalCam (more calculations
4154 and displays of errors, correction for different FADC slice
4155 number)
4156
4157 * manalysis/MExtractSignal.cc
4158 - not access to MArrivalTime any more. The same information is
4159 stored in MRawEvt->GetPixelContent(...)
4160
4161 * manalysis/MCalibrationCalc.cc
4162 - retrieve default arrival time from MRawEvt
4163
4164 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
4165 - check for NaN's in fit results
4166
4167
4168
4169 2004/01/29: Abelardo Moralejo
4170
4171 * mfileio/MWriteFile.h
4172 - added missing declaration of ReInit
4173
4174 * manalysis/MMcCalibrationUpdate.cc
4175 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
4176 to adapt to recent changes in MCalibrate.
4177
4178
4179
4180 2004/01/29: Thomas Bretz
4181
4182 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
4183 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
4184 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
4185 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
4186 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
4187 - split derivement into MParContainer and MCamEvent
4188
4189 * manalysis/MExtractSignalCam.[h,cc]:
4190 - removed obsolete MExtractSignal::ReInit
4191 - added -> to fArray
4192
4193 * mbase/MParList.h:
4194 - added a new bit kIsProcessing
4195
4196 * mbase/MTaskList.cc:
4197 - fixed the handling of kDoNotReset and the bahaviour of
4198 SetReadyToSave, such that it is possible to write all
4199 headers
4200
4201 * mfileio/MWriteFile.cc:
4202 - added ReInit which also calls CheckAndWrite
4203
4204 * mgui/MCamEvent.h:
4205 - does not derive from MParContainer anymore
4206
4207
4208
4209 2004/01/29: Markus Gaug
4210
4211 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
4212 mcalib/MCalibrationConfig.h
4213 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
4214 directly into the corresponding classes.
4215
4216
4217
4218 2004/01/29: Nicola Galante
4219
4220 * mhistmc/MHMcTriggerLvl2.[h,cc]:
4221 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
4222 added string checking to return also
4223 fHistCellPseudoSize, fHistCellPseudoSizeNorm
4224 and fHistCellPseudoSizeEnergy.
4225 - Added inline functions GetHistCellPseudoSize() and
4226 GetHistCellPseudoSizeNorm().
4227
4228
4229
4230 2004/01/28: Javier Rico
4231
4232 * mcalib/MCalibrate.[h.cc]
4233 - include possibility to select the calibration method to be used
4234
4235
4236
4237 2004/01/28: Markus Gaug
4238
4239 * mcalib/MCalibrate.[h.cc]
4240 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
4241
4242 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
4243 - included flags to indicate if Blind Pixel Method or PIn Diode
4244 method was OK. Up to now, program stopped, if one of the two
4245 methods was chosen but not able to being executed.
4246
4247 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
4248 manalysis/MGeomApply.cc:
4249 - put all missing InitSize(npixels) into MGeomApply
4250
4251 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
4252 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
4253 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4254 - include possibility to fit the pedestals with Gaussian.
4255 - old methods are not affected.
4256 - add new method with MPedCalcPedRun::SetUseHists()
4257
4258
4259
4260 2004/01/28: Abelardo Moralejo
4261
4262 * mcalib/MMcCalibration.cc
4263 - fixed wrong variable type in call to TH1F constructor (number of
4264 bins is now integer), which resulted in a compilation warning.
4265
4266
4267
4268 2004/01/28: Thomas Bretz
4269
4270 * manalysis/MPedestalCam.cc:
4271 - removed unwanted CheckBound from operators. CheckBounds is ONLY
4272 ment for really old MC files and will be removed in the future
4273 anyhow.
4274
4275 * mcalib/MHCalibrationPixel.h:
4276 - removed obsolete include of MFFT
4277
4278 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
4279 manalysis/MPedestalCam.[h,cc]:
4280 - removed use of obsolete MPedestalCam::CheckBounds. This was
4281 a workaround for a 'bug' in very old camera files, which is not
4282 necessary anymore.
4283
4284 * manalysis/MCerPhotAnal2.[h,cc]:
4285 - replaced MPedestalCam by MPedPhotCam
4286
4287 * manalysis/MExtractSignal.cc:
4288 - some small simplification to the signal extraction
4289 - removed some obsolete variables
4290 - replaced for by while
4291 - removed obsolete casts
4292
4293 * mmain/MEventDisplay.cc:
4294 - gave names to the filters
4295 - removed adding MHCamera to fList because it was deleted twice
4296
4297 * mhist/MHCamera.cc:
4298 - fixed usage of fPainter in Paint() - title was not updated
4299 correctly
4300
4301
4302
4303 2004/01/28: Sebastian Raducci
4304
4305 * manalysis/MArrivalTime.[h,cc]:
4306 - removed all the code relative to the cluster evaluation
4307
4308
4309
4310 2004/01/27: Markus Gaug
4311
4312 * manalysis/MPedestalPix.cc:
4313 - initialize default values to 0 instead of -1.
4314
4315 * manalysis/MPedestalCam.[h,cc]:
4316 - include CheckBounds, also in operator[]
4317
4318 * mcalib/MCalibrationCam.[h,cc]:
4319 - apparently, there was a reference to InitSize(UInt_t i) instead
4320 of InitSize(Int_t i), where compiler complained, now changed
4321
4322 * mcalib/MHCalibration*, mcalib/MCalibration*:
4323 - fixed all Clear()'s, Reset()'s, direct intializers
4324
4325
4326
4327 2004/01/27: Thomas Bretz
4328
4329 * mdata/MDataChain.cc:
4330 - added '%' to supported operators
4331
4332
4333
4334 2004/01/26: Nicola Galante
4335
4336 * manalysis/MMcTriggerLvl2.[cc,h]:
4337
4338 - Defined some static constants to avoid ugly "magic numbers"
4339 in arrays: gsNCells, gsNTrigPixels,
4340 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
4341 - Added method
4342 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
4343 which computes compact pixels into a given L2T macrocell.
4344 - Added method
4345 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
4346 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
4347 macrocells
4348 - Added method
4349 MMcTriggerLvl2::GetCellPseudoSize() const
4350 which returns fCellPseudoSize
4351 - Added method
4352 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
4353 which controls whether a pixel belongs to a given L2T cell.
4354 - Added method
4355 MMcTriggerLvl2::GetMaxCell() const
4356 which returns fMaxCell, the cell with the maximum
4357 fCellPseudoSize.
4358
4359
4360
4361 2004/01/26: Markus Gaug, Michele Doro
4362
4363 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
4364 - moved calculation of arrival time from MArrivalTime to
4365 MArrivalTimeCalc. MArrivalTime does not do any Process-job
4366 anymore
4367 - TSpline5 now on stack.
4368 - function to set the stepsize
4369
4370 * mcalib/MHCalibrationBlindPixel.[h,cc]:
4371 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
4372 - implement combined Polya fit and Michele's back-scattered electron
4373 fit
4374
4375 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
4376 mcalib/MCalibrationPINDiode.cc:
4377 - combine FitChargeHiGain and FitChargeLoGain into one function
4378
4379 * macros/calibration.C
4380 - improve double gauss fit a bit
4381
4382
4383
4384 2004/01/26: Thomas Bretz
4385
4386 * mraw/MRawEvtPixelIter.[h,cc]:
4387 - removed member function GetNumPixels. For more details see mantis.
4388
4389 * manalysis/MArrivalTime.[h,cc]:
4390 - reorganized includes
4391 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
4392 definition
4393 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
4394 PROGRAM
4395
4396 * manalysis/MArrivalTimeCalc.[h,cc]:
4397 - reorganized includes
4398 - removed many obsolete code, exspecially copy&paste relicts!
4399 - fixed usage of InitSize
4400 - removed CleanArray. Reset() is called automatically before Process()
4401
4402 * manalysis/MExtractedSignalCam.[h,cc]:
4403 - added SetLogStream
4404 - removed obsolete include MGeomCam
4405 - replaced PrintOut by Print
4406 - added const-qualifiers to all Getters
4407 - fixed documentation
4408
4409 * manalysis/MExtractedSignalPix.[h,cc]:
4410 - replaced PrintOut by Print
4411 - fixed documentation
4412
4413 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
4414 - replaced memset by Reset()
4415
4416
4417
4418 2004/01/24: Abelardo Moralejo
4419
4420 * macros/starmcstereo.C
4421 - Added. Example of how to run the analysis chain for MC files
4422 containing simulation of stereo systems of 2 telescopes.
4423
4424 * mcalib/MCalibrate.cc
4425 - Added check that value of signal from MExtractedSignalPix is not
4426 the default (error) value. In such a case, the signal in
4427 MCerPhotEvt is now set to 0. Before, all pixels got very high
4428 values in MCerPhotEvt in case the MRawEvtData object for the
4429 event was missing in the file. This happened in MC files, in
4430 which in some circumstances an event is written without the
4431 pixel information (for instance, when running stereo simulations
4432 the pixel data is missing for non-triggered telescopes, but the
4433 event headers are present).
4434
4435
4436
4437 2004/01/23: Markus Gaug
4438
4439 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
4440 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
4441 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
4442 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
4443 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
4444 - use MArrivalTime for Storage (or calculation) of time
4445 in MExtractSignal
4446 - pass from TH1I histos to TH1F for times
4447
4448 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
4449 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
4450 mcalib/MCalibrationCalc.[h,cc]:
4451 - clean up setters
4452 - pass to bit-fields for all flags
4453
4454 * mcalib/MCalibrationCam.cc
4455 - exclude Blind Pixel from Camera display
4456 - do not fill &val when return kFALSE
4457
4458 * macros/calibration.C
4459 - include functions to exclude the blind pixel,
4460 calculation of times and quality checks
4461
4462
4463
4464 2004/01/23: Abelardo Moralejo
4465
4466 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
4467 - Added support (using AddSerialNumber) for stereo MC files.
4468
4469
4470
4471 2004/01/23: Thomas Bretz
4472
4473 * mbase/MAstro.cc:
4474 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
4475
4476 * mreport/MReport*.[h,cc]:
4477 - changed all classes to return Int_t instead of Bool_t in
4478 InterpreteBody
4479 - changed MReportFileRead such, that a wrong line results in
4480 skipping the line instead of abort reading.
4481
4482 * manalysis/MExtractSignal.cc:
4483 - do not print information for each pixel - it's too much.
4484
4485 * mbase/MStatusDisplay.cc:
4486 - when reading a status display do not display tabs with
4487 the same name than one which is already existing.
4488
4489 * mcalib/MCalibrate.cc:
4490 - directly store pointer to pixel when setting saturation flag
4491
4492 * mcamera/MCameraDC.cc:
4493 - fixed some comments
4494
4495 * mhist/MHCamEvent.cc:
4496 - fixed a crash when no geometry was available
4497
4498 * mhist/MHCamera.[h,cc]:
4499 - removed obsolete member function SetPix
4500
4501 * mbase/MStatusDisplay.[h,cc]:
4502 - added EventInfo member function
4503 - implemented preliminary redirection of GetObjectInfo to
4504 StatusLine2 -> An own status line for this is missing
4505
4506 * manalysis/MExtractSignal.[h,cc]:
4507 - implemented StreamPrimitive
4508 - changed deafults to be static const data members
4509
4510 * manalysis/MGeomApply.[h,cc]:
4511 - implemented StreamPrimitive
4512
4513
4514
4515 2004/01/23: Abelardo Moralejo
4516
4517 * manalysis/MMcCalibrationUpdate.[h,cc]
4518 - Added check to guarantee that the FADC simulation parameters of
4519 all read files (those used for calibration and those analyzed)
4520 are the same.
4521 - Added missing support for analysis of stereo files.
4522
4523 * mcalib/MMcCalibrationCalc.cc
4524 - Removed obsolete FIXME comment.
4525 - Added missing support for analysis of stereo files.
4526
4527
4528 2004/01/23: Raquel de los Reyes
4529
4530 * macros/CCDataCheck.C
4531 - Added the temperature distribution of the optical links
4532 and the plots of the LV power supplies.
4533 * mcamera/MCameraLV.h
4534 - Added the "Get" functions to access the private data
4535 members of the class.
4536
4537
4538 2004/01/22: Abelardo Moralejo
4539
4540 * manalysis/MMcCalibrationUpdate.[h,cc]
4541 - Now ratio of high to low gain is taken from MCalibrationCam if
4542 it existed previously in the parameter list, instead of being
4543 read again from the MMcFadcHeader. Removed Setter function for
4544 fADC2PhInner, no longer necessary. Fixed error regarding the
4545 pedestal conversion to photons (did not read conversion factor
4546 from preexisting MCalibrationCam object).
4547
4548 * mcalib/MMcCalibrationCalc.cc
4549 - Changed parameters of the histogram, and also the quantity being
4550 histogrammed. Check that input data come from a noiseless camera
4551 file before proceeding to do the calibration. Introduced lower
4552 size in cut for calibration. Now rhe calibration constant is not
4553 calculated from the mean of photons/ADC counts, but from the peak
4554 of the histogram.
4555
4556 * macros/starmc.C
4557 - Introduced new scheme. Now there are two loops over two different
4558 sets of files. First loop calculates the calibration constants,
4559 second one does the analysis. Introduced comments. Now the
4560 histogram used in the light calibration is written to the output
4561 file.
4562
4563
4564
4565 2004/01/22: Thomas Bretz
4566
4567 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
4568 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
4569 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
4570 mcalib/MCalibrationBlindPixel.[h,cc],
4571 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
4572 mcalib/MHCalibrationBlindPixel.[h,cc],
4573 mcalib/MHCalibrationPINDiode.[h,cc]:
4574 - cleaned up includes
4575
4576
4577
4578 2004/01/22: Raquel de los Reyes
4579
4580 * macros/CCDataCheck.C
4581 - macro to check the data from the central control (.rep files).
4582
4583
4584
4585 2004/01/22: Markus Gaug
4586
4587 * macros/calibration.C
4588 - made MStatusDisplay 3 bit smaller
4589
4590 * manalysis/MExtractSignal.cc
4591 - put fSignals->SetUsedFADCSlices into PreProcess
4592
4593 * manalysis/MPedCalcPedRun.cc
4594 - calculate PedRMS as RMS of the sums, later renormalized to units
4595 of RMS/slice (eliminate the wrong effect of odd and even slices)
4596
4597 * mcalib/MCalibrationCalc.cc
4598 - if bit SkipBlindPixelFit is set, now number of photons outside
4599 plexiglass is not intended to be calculated any more (previous
4600 bug)
4601 - exclude excluded pixels in eventloop
4602
4603 * mcalib/MHCalibrationBlindPixel.[h,cc]
4604 - move functions to pointer again (otherwise, Clone will give
4605 strange results)
4606
4607
4608
4609 2004/01/21: Abelardo Moralejo
4610
4611 * mcalib/MMcCalibrationCalc.[h,cc]
4612 - Added. First version of the task intended to calculate the
4613 conversion factors from ADC counts to photons in the MC. It has
4614 a different aim than the recently renamed class
4615 "MMcCalibrationUpdate" (which takes care that the correct
4616 pedestals and conversion factors are supplied to each event, but
4617 does not really calculate anything).
4618
4619 * mcalib/Makefile, CalibLinkDef.h
4620 - Added new class MMcCalibrationCalc
4621
4622 * manalysis/MMcCalibrationUpdate.[h,cc]
4623 - Now the container MCalibrationCam is not created or modified if
4624 it is found that one such container already exists in the
4625 Parameter list (from a previous calibration).
4626
4627
4628
4629 2004/01/21: Thomas Bretz
4630
4631 * mraw/MRawRead.cc:
4632 - restore the fake time for all runs (current time stamp in
4633 the data seems to be toally nonsense)
4634
4635 * mraw/MRawEvtHeader.cc:
4636 - removed decoding of real time (current time stamp in the data
4637 seems to be toally nonsense)
4638
4639
4640
4641 2004/01/21: Abelardo Moralejo
4642
4643 * mmc/MMcEvt.hxx
4644 - Uncommented 6 Getter functions (those regarding the number of
4645 photons surviving the different stages of simulation).
4646
4647 * manalysis/MMcCalibrationUpdate.[h,cc]
4648 - Added (see below).
4649
4650 * manalysis/MMcCalibrationCalc.[h,cc]
4651 - Removed: changed name of this class to MMcCalibrationUpdate,
4652 which is more representative of what it really does. Moved
4653 the filling of the MCalibrationCam container from Process to
4654 ReInit, since it does not change on an event by event basis.
4655 Simplified PreProcess (MCalibrationCam was searched for twice).
4656 Updated class description and comments.
4657
4658 * manalysis/Makefile, AnalysisLinkDef.h
4659 - Adapted to change above
4660
4661 * macros/starmc.C
4662 - Adapted to change above. Changed also task instance name from
4663 mccalibcalc to mccalibupdate.
4664
4665
4666
4667 2004/01/21: Raquel de los Reyes
4668
4669 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
4670 and mcamera/MCameraCalibration.h
4671 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
4672 the private data members of the class.
4673
4674
4675
4676 2004/01/20: Thomas Hengstebeck
4677
4678 * mranforest/MRanForestCalc.[h,cc]
4679 - Added member functions Grow (training of RF) and Fill (reading in
4680 trained forest from file) which simplify macros.
4681 One just needs to call them instead of using MRanForestGrow and
4682 MRanForestFill (and the related training and fill loops) in a
4683 macro.
4684
4685
4686
4687 2004/01/20: Abelardo moralejo
4688
4689 * manalysis/MMcCalibrationCalc.cc
4690 - removed call to MCalibrationPix::SetPedestal, which was not
4691 needed.
4692
4693
4694
4695 2004/01/20: Thomas Bretz
4696
4697 * Makefile:
4698 - replaced 'make' by '$(MAKE)'
4699
4700 * Makefile.rules:
4701 - added Makefile itself to dependencies
4702
4703 * mbase/MTask.cc:
4704 - added comment about ReInit
4705
4706 * mhbase/MH.cc:
4707 - do not clear pad in DrawClone if 'same' option given
4708
4709 * mhist/MHVsTime.cc:
4710 - evaluate 'same' option
4711
4712 * mfileio/MReadCurrents.[h,cc]:
4713 - obsolete, removed
4714
4715 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
4716 - added some comments
4717
4718
4719
4720 2004/01/20: Abelardo moralejo
4721
4722 * mcalib/MHCalibrationPINDiode.cc
4723 - Added call to SetDirecory(0) for histograms fHErrCharge,
4724 fHPCharge, fHPTime.
4725
4726 * manalysis/MCerPhotPix.h:
4727 - Changed position of declaration of fIsSaturated to be the last
4728 private variable. Otherwise, since in the constructor it is
4729 initialized in the last place, a warning is displayed upon
4730 compilation in some systems.
4731
4732
4733
4734 2004/01/20: Markus Gaug
4735 * mcalib/Makefile, manalysis/Makefile:
4736 - include directory ../mtools
4737
4738 * mtools/MFFT.[h,cc]
4739 - class inherits from TObject now
4740
4741
4742
4743 2004/01/19: Markus Gaug
4744
4745 * mcalib/MHCalibrationBlindPixel.[h,cc]
4746 - fixed a bug in fFitLegend due to which program crashed by calls
4747 to DrawClone
4748 - Modified way to change the fit function
4749
4750 * mcalib/MHCalibrationPixel.[h,cc]
4751 - reordered function calls
4752 - removed SetupFill
4753
4754 * mcalib/MHCalibrationPINDiode.h
4755 - reordered function calls
4756
4757 * mcalib/MCalibrationPix.[h,cc]
4758 - limits to define fFitValid now as variables in class
4759
4760 * mcalib/MCalibrationCam.[h,cc]
4761 - reordered function calls
4762 - incorporate option to exclude pixels
4763
4764 * mcalib/MCalibrationBlindPix.h
4765 - Modified way to change the fit function
4766
4767 * mcalib/MCalibrationCalc.[h,cc]
4768 - Modified way to change the fit function
4769 - incorporate option to exclude pixels from configuration file
4770
4771 * macros/calibration.C
4772 - Modified way to change the fit function
4773 - incorporate option to exclude pixels from configuration file
4774
4775
4776
4777 2004/01/19: Javier Rico
4778
4779 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
4780 - Added documentation of member functions
4781
4782
4783
4784 2004/01/19: Abelardo Moralejo
4785
4786 * manalysis/MCerPhotPix.[h,cc]
4787 - Added fIsSaturated to flag whether low gain of the pixel is
4788 saturated. Added corresponding getter and setter functions.
4789 Updated ClassDef to version 2.
4790
4791 * mcalib/MCalibrate.cc
4792 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
4793 one low gain FADC slice is saturated.
4794
4795 * mimage/MNewImagePar.[h,cc]
4796 - Added new member variable fNumSaturatedPixels to count how many
4797 pixels were saturated. Updated ClassDef to version 2.
4798
4799
4800
4801 2004/01/19: Thomas Bretz
4802
4803 * manalysis/MPedPhotCalc.[cc,h]:
4804 - fixed order of includes
4805 - removed obsolete forward declarations
4806 - removed obsolete data member fNumPixels (stored already twice in
4807 the two TArrayF)
4808 - fixed some small bugs in the documentation
4809
4810 * manalysis/MPedCalcPedRun.cc:
4811 - updated my eMail address
4812
4813
4814
4815 2004/01/19: Javier Rico
4816
4817 * macros/dohtml.C, NEWS
4818 - include some missing info
4819
4820
4821
4822 2004/01/19: Abelardo Moralejo
4823
4824 * manalysis/MExtractedSignalPix.h
4825 - added GetNumLoGainSaturated()
4826
4827
4828
4829 2004/01/19: Markus Gaug
4830
4831 * macros/dohtml.C
4832 - include calibration.C
4833
4834 * manalysis/MExtractSignal.cc
4835 - warning of logain saturation now only once per event (out of loop)
4836
4837 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
4838 - new Flag fExcluded to indicate if pixel has been excluded from
4839 further analysis
4840
4841
4842
4843 2004/01/16: Javier Rico & Pepe Flix
4844
4845 * manalysis/MPedPhotCalc.[cc,h]
4846 - added
4847 - new class for the evaluation of pedestals in units of photons
4848 using the extracted signal from pedestal runs and calibration
4849 constants defined in MCalibrate
4850
4851 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
4852 - added entries for MPedPhotCalc
4853
4854 * macros/pedphotcalc.C
4855 - added
4856 - example on how to use MPedPhotCalc task
4857
4858
4859
4860 2004/01/16: Markus Gaug
4861
4862 * mcalib/MCalibrationFits.h
4863 - removed and incorporated in MHCalibrationBlindPixel.h
4864
4865 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
4866 mcalib/MCalibrationBlindPix.h:
4867 - incorporate Fit functions
4868 - fixed a bug due to which DrawClone crashed when class was used
4869 in a compiled macro
4870
4871 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
4872 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
4873 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
4874 mcalib/MHCalibrationPixel.cc:
4875 - fixed the warns and errs in fLog's
4876
4877
4878
4879 2004/01/16: Abelardo Moralejo
4880
4881 * manalysis/MMcCalibrationCalc.cc
4882 - TMath::Max() is no longer used because it did not compile in some
4883 systems for unkown reasons. I replaced it by a safer (and may be
4884 slower) code.
4885 - Added calpix.SetFitValid();
4886
4887 * mhist/MHEvent.cc
4888 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
4889 be 1 in case of RMS:
4890 case kEvtPedestalRMS:
4891 fHist->SetCamContent(*(MCamEvent*)par, 1);
4892
4893
4894
4895 2004/01/15: Abelardo Moralejo
4896
4897 * macros/starmc.C
4898 - Added. Version of star showing new chain to get Hillas
4899 parameters (with Size calibrated in photons) from MC files.
4900
4901
4902
4903 2004/01/15: Javier Rico
4904
4905 * manalysis/MPedCalcPedRun.[h,cc]
4906 - optimize the running time
4907 - add (some) documentation
4908 - correct treatment for the case of several input files
4909
4910 * macros/pedvsevent.C
4911 - added
4912 - draw pedestal mean and rms vs event# for input pixel# and run
4913 file, and compares them to the global pedestal mean and rms
4914
4915
4916
4917 2004/01/15: Raquel de los Reyes
4918
4919 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
4920 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
4921 functions to compute the estimation of the error of the
4922 mean. It can be done calling to the function
4923 MCamEvent::SetBit(MHCamera::kVariance) in the macro
4924
4925
4926
4927 2004/01/15: Markus Gaug
4928
4929 * mhist/MHCamera.[h,cc]
4930 - incorporate Thomas's changes
4931 - replace void CreateProjection() by TH1D *Projection(const char*)
4932
4933 * macros/calibration.C
4934 - replace MHCamera->Draw("proj") by MHCamera->Projection()
4935 - produce better fits to the projection
4936
4937 * manalysis/MSimulatedAnnealing.[h,cc],
4938 mhist/MHSimulatedAnnealing.[h,cc]:
4939 - moved to directory mtools
4940 - MSimulatedAnnealing now inherits from TObject
4941
4942 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
4943 mhist/Makefile, mhist/HistLinkDef.h:
4944 - removed MSimulatedAnnealing
4945 - removed MHSimulatedAnnealing
4946
4947 * mtools/Makefile, mtools/AnalysisLinkDef.h:
4948 - added MSimulatedAnnealing
4949 - added MHSimulatedAnnealing
4950
4951
4952
4953 2004/01/15: Thomas Bretz
4954
4955 * manalysis/AnalysisLinkDef.h:
4956 - removed MCurrents
4957
4958 * mhist/MHCamera.[h,cc]:
4959 - added member function Projection
4960 - removed fYproj
4961
4962 * mreport/MReport*.*:
4963 - added more comments
4964
4965
4966
4967 2004/01/14: Markus Gaug
4968
4969 * mtools/MFFT.[h,cc]
4970 - new class to perform Fast Fourier Transforms
4971
4972 * mtools/Makefile
4973 * mtools/ToolsLinkDef.h
4974 - include MFFT
4975
4976 * manalysis/MExtractedSignalCam.h
4977 - removed variables fNumHiGainSamples and fNumLoGainSamples
4978 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
4979
4980 * manalysis/MExtractSignal.cc
4981 - updated call to SetUsedFADCSlices
4982
4983
4984
4985 2004/01/14: Abelardo Moralejo
4986
4987 * manalysis/MMcCalibrationCalc.cc:
4988 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
4989 This can happen (depending on camera simulation parameters), and
4990 rms = 0 later resulted in the pixel being eliminated in the
4991 image cleaning.
4992
4993
4994
4995 2004/01/14: Thomas Bretz
4996
4997 * Makefile:
4998 - replaced old style Makefile.depend by directory specific
4999 dependancy files
5000
5001 * Makefile.rules:
5002 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
5003 - added rule to make dependency files
5004 - added rule to remove dependancy files.
5005 - added rmdep as prerequisite to clean
5006 - include dependency file
5007
5008 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
5009 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
5010 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
5011 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
5012 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
5013 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
5014 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
5015 mtools/Makefile:
5016 - removed clean-rule, use the one in Makefile.rules instead
5017
5018 * mreport/Makefile, mreport/ReportLinkDef.h:
5019 - added MReportHelp
5020
5021 * mreport/MReportFileRead.cc:
5022 - moved code from MReportHelp to new file
5023 - removed usage of MReport class completely
5024
5025 * mfilter/MFGeomag.[h,cc]:
5026 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
5027 - changed the second loop from 0->1151 to 1152->2304
5028 - removed dummy arrays used for reading
5029 - output filename in case of 'file not found'
5030 - removed obsolete data members
5031 - removed obsolete Init function
5032 - removed forbidden underscore from member variable
5033 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
5034
5035 * mbase/MStatusDisplay.[h,cc]:
5036 - added new member function Open
5037 - added new menu entry kFileOpen
5038 - changed UpdatePSheader algorithm (the old one was much too slow)
5039
5040 * manalysis/MCurrents.[h,cc]:
5041 - removed (old outdated)
5042
5043 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
5044 - removed MCurrents
5045
5046
5047
5048 2004/01/14: Wolfgang Wittek
5049
5050 * macros/ONOFFAnalysis.C:
5051 - current version
5052
5053 * mhist/MHSigmaTheta.[h,cc]:
5054 - replace MPedestalCam by MPedPhotCam
5055
5056 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
5057 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
5058 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
5059 - replace MPedestalCam by MPedPhotCam
5060
5061 * manalysis/MPedPhotPix.[h,cc]
5062 - uncomment SetRms()
5063
5064
5065
5066 2004/01/13: Markus Gaug
5067
5068 * manalysis/MExtractSignal.h
5069 - seems that the reduced light intensity of the CT1 Pulser
5070 results in broader pulses -> Set Default time slices to [3,10]
5071
5072 * mhist/MHCamera.cc
5073 - make Stat Window in option 'proj' bigger
5074 - add comment line at beginning of Draw()
5075
5076 * mcalib/MHCalibrationBlindPixel.[h.cc]
5077 - add Function DrawClone()
5078 - fix bug in calculation of integral (GetIntegral("width"))
5079 - restrict parameters tighter
5080 - declare fit as not valid, if less than 100 events
5081 in single photo-electron peak
5082
5083 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
5084 - fit now with fixed normalization
5085
5086 * mcalib/MHCalibrationPixel.[h.cc]
5087 - new function IsEmpty()
5088 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
5089
5090 * mcalib/MCalibrationPix.[h.cc]
5091 - F-Factor corrected and added error
5092 - Histograms not fitted if they are empty
5093 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
5094
5095 * mcalib/MCalibrationCam.cc
5096 - Square Root of Reduced Sigmas not taken, if they are < 0.
5097 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
5098
5099 * mcalib/MCalibrationCalc.cc
5100 - Blind Pixel is not additionally treated as normal pixel any more
5101 - Blind Pixel Draw replaced by DrawClone
5102
5103 * macros/calibration.C
5104 - took out some unused code
5105 - some default axis labelling corrected
5106
5107
5108
5109 2004/01/13: Abelardo Moralejo
5110
5111 * manalysis/MMcPedestalCopy.cc
5112 - added check of whether input file is a MC file before executing
5113 the PreProcess.
5114
5115
5116
5117 2004/01/13: Wolfgang Wittek
5118
5119 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
5120 - change macro to handle also MC events with finite sigmabar
5121
5122 * manalysis/MPadOn.[h,cc]:
5123 - deleted, is replaced by MPad
5124
5125 * manalysis/MPadOnOFF.[h,cc]:
5126 - deleted, is replaced by MPad
5127
5128 * manalysis/MPad.[h,cc]:
5129 - new class, replacing MPadON and MPadONOFF
5130 - handle also MC events with finite sigmabar
5131
5132 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
5133 - replace MPadON and MPadONOFF by MPad
5134
5135
5136
5137 2004/01/13: Thomas Bretz
5138
5139 * mraw/MRawRunHeader.[h,cc]:
5140 - implemented new member function GetRunTypeStr
5141
5142 * Changelog.03:
5143 - added (contains entries of 2003)
5144
5145 * Changelog:
5146 - removed entries of 2003
5147
5148 * mfilter/MFGeomag.cc:
5149 - simplified open/close of input files
5150
5151 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
5152 - added some comments
5153 - added new member function GetError
5154
5155 * Makefile:
5156 - updated 'make dox' output for convinience
5157
5158 * macros/dohtml.C:
5159 - do not print Info's
5160 - added mcamera
5161 - added mpointing
5162 - added mreport
5163
5164 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
5165 - removed some obsolete comments (these comments confused THtml)
5166
5167 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
5168 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
5169 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
5170 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
5171 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
5172 - replaced MPedestalCam by MPedPhotCam
5173 - removed some obsolete includes
5174
5175 * mbase/BaseLinkDef.h, mbase/Makefile:
5176 - added MLogPlugin
5177 - added MLogHtml
5178
5179 * mbase/MLog.[h,cc]:
5180 - added use of plugins
5181
5182 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
5183 - added
5184
5185 * mbase/MStatusDisplay.[h,cc]:
5186 - added a Save-As dialog
5187
5188
5189
5190 2004/01/12: Thomas Bretz
5191
5192 * macros/rootlogon.C:
5193 - added mcamera to include path
5194 - added mpointing to include path
5195 - added mreport to include path
5196
5197 * mbase/MLog.cc:
5198 - updated my eMail address
5199
5200 * mbase/MParContainer.h:
5201 - added Read member function
5202
5203 * mbase/MStatusDisplay.[h,cc]:
5204 - changed size of ps-paper
5205 - added a user defined bottom line to the ps-files
5206 - added name (currently unused)
5207 - added title (used as possible bottom line in ps-file)
5208
5209 * mraw/MRawRunHeader.cc:
5210 - added some comments
5211
5212 * status.cc:
5213 - set name of input as bottom line of status display
5214
5215
5216
5217 2004/01/12: Abelardo Moralejo
5218
5219 * mimage/MStereoPar.cc
5220 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
5221 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
5222 Bug had no effect unless scale1 != scale2 (-> telescopes of
5223 different size).
5224
5225
5226
5227 2004/01/12: Markus Gaug
5228
5229 * manalysis/MExtractSignal.[h,cc]
5230 - take out some uncommented code
5231 - replace logainshift by two independent variables:
5232 logainfirst, logainlast
5233 - because in most data, maximum occurs in slice 4, shift default
5234 from slices 4-9 to slices 3-8.
5235
5236 * manalysis/MExtractedSignalPix.[h,cc]
5237 - took out some uncommented code
5238 - new initializers: instead of -1. now 99999.9
5239
5240
5241
5242 2004/01/09: Markus Gaug
5243
5244 * mcalib/MCalibrationCam.[h,cc]
5245 - take out 1-dim histos because we can use
5246 the projections in MHCamera (s.b.)
5247
5248 * mcalib/MHCalibrationBlindPixel.h
5249 - make the fit by default quiet
5250
5251 * mcalib/MHCalibrationPixel.[h,cc]
5252 * mcalib/MCalibrationPix.[h,cc]
5253 - Ranges of time slices stored independently for HiGain and LoGain
5254 in order to allow consecutive checks
5255
5256 * mhist/MHCamera.[h.cc]
5257 - add the possibility to call a Draw("proj") which will
5258 draw a Y-Projection of the histogram
5259
5260 * macros/calibration.C
5261 - apply the drawing of the projections and fit them
5262
5263 * mcalib/MCalibrationCalc.cc
5264 - catch the possibility of a calibration file,
5265 unintendedly being a pedestal or cosmic file.
5266 Program now exits with an error before doing the fits
5267
5268 * mcalib/MCalibrationPix.[h,cc]
5269 - fixed a bug in calculation of fFitValid.
5270 before, a call to IsFitValid() always returned false
5271
5272
5273
5274 2004/01/09: Javier L¢pez
5275
5276 * macros/bootcampstandardanalysis.C
5277 - added new macro that holds the main scheleton discussed in the
5278 december bootcamp in Wuerzburg. It runs first over a pedestal
5279 run, then over a calibration run, again over the pedestal run
5280 to compute de pedestal in number of photons and finally over a
5281 data run to calibrate the data.
5282
5283
5284
5285 2004/01/06: Sebastian Raducci
5286
5287 * manalysis/MArrivalTime.[h,cc]
5288 - added new method to calculate photon arrival times. It uses the
5289 TSpline5 Root Class to interpolate the Fadc Slices. The time is
5290 the abscissa value of the absolute maximum of the interpolation
5291 - added new method to find clusters with similar arrival times.
5292 For now it's a preliminary version. It simply search for adiacent
5293 pixels having the same arrival time (color).
5294
5295 * manalysis/MArrivalTimeCalc.[h,cc]
5296 - modified the Process() method according to the changes in the
5297 Arrival Time Cointainer
5298
5299 * mmain/MEventDisplay.cc
5300 - added new tab in the camera event display to show the arrival
5301 time. This arrival time is calculated with the spline method
5302 - the old Arrival Time pad now it's called Max Slice Idx, because
5303 it's only the index of the slice with the max content.
5304
5305 * mhist/MHEvent.[h,cc]
5306 - added new fType in te enumeration to handle the arrival time
5307 histos
Note: See TracBrowser for help on using the repository browser.