source: trunk/MagicSoft/Mars/Changelog@ 4012

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