source: trunk/MagicSoft/Mars/Changelog@ 3183

Last change on this file since 3183 was 3183, checked in by tbretz, 21 years ago
*** empty log message ***
File size: 61.0 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
4
5 -*-*- END OF LINE -*-*-
6 2004/02/14: Thomas Bretz
7
8 * manalysis/AnalysisLinkDef.h:
9 - added missing MCerPhotEvtIter
10
11 * merpp.cc:
12 - added possible usage of database
13
14 * star.cc:
15 - moved source code into new class MJStar - preliminary
16
17 * manalysis/MCerPhotPix.cc:
18 - updated class header
19 - fixed Print-output
20
21 * mbase/MAGIC.h:
22 - removed definition of MLog
23
24 * mbase/MArgs.h:
25 - removed include of MAGIC.h
26
27 * mbase/MLog.h:
28 - added extern definition of gLog
29
30 * mbase/MParContainer.[h,cc]:
31 - move body of constructors to source file
32
33 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
34 mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
35 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
36 mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
37 - fixed documentation header
38
39 * mcalib/MMcCalibrationCalc.[h,cc]:
40 - fixed documentation header
41 - fixed usage of FindCreateObj and FindObject
42 - removed data member to count entries (use histogram instead)
43 - use TH1 function Integral instead of doing it manually
44
45 * mfilter/MFCosmics.cc:
46 - fixed documentation
47
48 * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
49 mimage/MNewImagePar.[h,cc]:
50 - replaced for-loops by Iterators
51
52 * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
53 - fixed documentation header
54 - check return value of MRawRunHeader::ReadEvt
55
56 * mraw/mraw/MRawRunHeader.[h,cc]:
57 - fixed documentation header
58 - added return value to MRawRunHeader::ReadEvt
59 - added constant number for max format version - preliminary
60 (should by a static data member)
61
62
63
64 2004/02/16: Markus Gaug
65
66 * mcalib/Makefile, mcalib/CalibLinkDef.h:
67 - added MHCalibrationRelTimePix
68
69 * mcalib/MHCalibrationRelTimePix.[h,cc],
70 mcalib/MHCalibrationRelTimeCam.[h,cc]:
71 - new classes to fit and display the relative arrival times.
72 - filled from MArrivalTime
73 - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
74
75 * manalysis/MCalibrationCalc.cc
76 - take out all uncommented code referring to the relative arrival time
77
78 * manalysis/MArrivalTime.h
79 - changed function GetNumPixels to GetSize
80
81
82
83 2004/02/14: Markus Gaug
84
85 * mcalib/Makefile, mcalib/CalibLinkDef.h:
86 - added MHCalibrationChargePINDiode
87
88 * mcalib/MHCalibrationChargePINDiode.[h,cc]
89 - new class to fill the PIN Diode histograms. Derives from
90 MHCalibrationChargePix and is filled with MFillH from the
91 container MExtractedSignalPINDiode.
92 Will replace MHCalibrationPINDiode entirely soon.
93
94 * mcalib/MHCalibrationChargePix.[h,cc]
95 - new base class for the calibration charges histogram pixel.
96 Derives from MH and can be filled with the MH with the MH
97 functions.
98
99 * mcalib/MExtractPINDiode.[h,cc]
100 - new signal extractor for the PIN Diode
101
102 * mcalib/MExtractedSignalPINDiode.[h,cc]
103 - new container for the extracted signal of the PIN Diode
104
105 * mcalib/MCalibrationCalc.[h,cc]
106 - remove the PIN Diode signal extraction
107
108 * manalysis/MHPedestalPix.[h,cc]
109 - new version of MHPedestalPixel, deriving from MHGausEvents.
110
111 * manalysis/MHPedestalPixel.[h,cc]
112 - old version removed, since obsolete (and erroneous)
113
114 * manalysis/MHPedestalCam.[h,cc]
115 - histogramming part of MPedestalCam now in own class
116
117 * manalysis/MPedestalPix.h
118 - removed include of MHPedestalPixel
119
120 * macros/calibration.C
121 - changed pedestal displays accordingly
122
123 * mjobs/MJPedestal.h
124 - class TCanvas included (did not compile otherwise)
125
126 * mhbase/MH.cc
127 - included call to FindGoodLimits(..) in CutEdges()
128 - axe from pointer to reference
129 - "CutEdges" renamed to "StripZeros"
130
131 * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
132 mcalib/MHCalibrationBlindPixel.cc:
133 - "CutEdges" renamed to "StripZeros"
134
135 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
136 - replaced by the improved version: MHGausEvents.[h,cc]
137
138
139
140 2004/02/14: Thomas Bretz
141
142 * manalysis/MCerPhotEvt.[h,cc]:
143 - added 'Iterator' facility, this will replace some for-loops
144 in the near future
145
146 * mbase/MTime.[h,cc]:
147 - added a more powerfull interface to get and interprete the
148 MTime contents as string
149 - added a new constructor
150
151 * mreport/MReportTrigger.h:
152 - fixed GetPixContent
153
154 * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
155 - many small changes to simple details (like order of includes)
156 - some speed improvements
157 - many small simplifications
158 - changed parts of the code to be more C++ like (eg Iterators
159 instead of for-loops)
160 - disentangles some if-cases
161 - replaced some math.h function by TMath::
162 - removed data-member fN (obsolete with iterators)
163
164
165
166 2004/02/13: Wolfgang Wittek
167
168 * mcalib/MCalibrateData.[h,cc]
169 - new class;
170 like MCalibrate, but in ReInit it fills the MPedPhot container
171 using informations from MPedestal, MExtracteSignalCam and
172 MCalibrationCam
173
174 * mcalib/Makefile, mcalib/CalibLinkDef.h
175 - added MCalibrateData
176
177 * manalysis/MPedestalWorkaround.[h,cc]
178 - create MMcEvt container and fill with theta = 10.0
179 - set pedestalRMS = 0. if it is > 10.0
180
181 * manalysis/MSupercuts.[h,cc]
182 - change default values of parameters
183
184 * manalysis/MSupercutsCalc.[h,cc]
185 - change dNOMLOGSIZE from 4.1 to 5.0
186
187 * mhist/MHBlindPixels.[h,cc]
188 - change MPedestalCam to MPedPhotCam
189
190 * mhist/MHSigmaTheta.[h,cc]
191 - automatic binning for pixel number doesn't work
192 use default binning
193
194
195
196 2004/02/13: Markus Gaug
197
198 * mcalib/MCalibrationPix.[h,cc]
199 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
200 fAverageQEErr
201 - gkAverageQE initializes to 0.2 (according to David)
202 - gkAverageQEErr initializes to 0.02 (dito)
203 - added new member function: SetAverageQE
204 - call to GetMeanConversionFFactorMethod returns:
205 fMeanConversionFFactorMethod/fAverageQE.
206 - call to GetErrorConversionFFactorMethod returns:
207 errors of fMeanConversionFFactorMethod and fAverageQEErr added
208 quadratically
209
210 * mcalib/Makefile
211 - split into two parts one comment line
212
213
214 2004/02/13: Thomas Bretz
215
216 * mbadpixels/MBadPixelsTreat.[h.cc]:
217 - added for new bad pixel treatment
218
219 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
220 - added MBadPixelsTreat
221
222 * merpp.cc:
223 - changed the name of the "DC" tree to "Currents" to make
224 MReportRead work correctly with this tree
225
226 * mbase/MTime.[h,cc]:
227 - Changed UpDMagicTime to support nanosec instead of millisec
228 - exchanged Reset() by Clear() not to clear the yy/mm/dd
229 information away in an eventloop
230
231 * mraw/MRawEvtHeader.[h,cc]:
232 - implemented decoding of the time-stamp for raw-data files
233 with version>2. Thanks to Marcos.
234
235 * mraw/MRawRead.[h,c]:
236 - pipe file version number to MRawEvtHeader::ReadEvt
237 - create fake time for file-version<3
238
239 * macros/readMagic.C:
240 - changed to use MInteractiveTask
241
242 * mbase/MPrint.cc:
243 - fixed debugging level of some output
244
245 * mhist/MHCamera.[h,cc]:
246 - fixed handling in AddNotify (necessayr due to change of
247 inheritance from MCamEvent)
248 - replaced cout by gLog
249 - added fNotify to list of cleanups
250
251 * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
252 mjobs/MJPedestal.cc:
253 - fixed usage of AddNotify
254
255 * mfileio/MReadReports.cc:
256 - use a different way to determin whether the tree is a valid tree,
257 skip invalid trees
258
259 * mfileio/MReadTree.cc:
260 - added another sanity check at the beginning of PreProcess
261
262 * mhbase/MFillH.[h,cc]:
263 - added bit kCanSkip which skips MFillH in case the necessary container
264 wasn't found.
265 - cd into the corresponding canvas before filling the MH
266
267
268
269 2004/02/12: Markus Gaug
270
271 * mbase/MArray.[h,cc]:
272 - changed name of StripZeros
273
274 * mcalib/MHGausEvent.cc:
275 - corrected call to StripZeros
276
277 * mcalib/MCalibrationPix.[h,cc]
278 - implemented dummy for combined method
279
280 * mcalib/MCalibrate.[h,cc]
281 - implemented a dummy for calibration factor 1. (requested by
282 Javier Rico)
283 - implemented combined method
284 - check for valid methods moved to ReInit
285
286 * mcalib/MCalibrationCalc.cc
287 - removed initialization of non-used nsamples
288
289 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
290 mcalib/MCalibrationCalc.[h,cc]
291 macros/calibration.C
292 - implemented new histograms:
293 HSinglePheFADCSlices and HPedestalFADCSlices
294 They are filled with the FADC slice values of either a s.phe.
295 event or a pedestal event. The decision is taken with the
296 variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
297 with a setter
298
299 * mtools/MFFT.[h,cc]
300 - PowerSpectrumDensity of TArrayI implemented
301
302
303
304 2004/02/12: Thomas Bretz
305
306 * mbase/MArray.[h,cc]:
307 - changed argument of CutEdges from pointer to reference
308
309 * mgeom/MGeomPix.h:
310 - fixed calculation of area of pixel. It was too big for a
311 factor of 2
312
313 * mjobs/MJCalibration.cc:
314 - slight change of name of a MHCamera
315
316 * manalysis/MExtractSignal.cc:
317 - slight change to the creation of the satpixels list
318
319 * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
320 mcalib/MHGausEvent.cc:
321 - corrected call to ProjectArray
322 - corrected call to CutEdges
323
324 * mfilter/MFCosmics.[h,cc]:
325 - small fixes to logging output
326 - small simplification to return statement
327 - declared CosmicsRejection const
328
329 * mhbase/MH.[h,cc]:
330 - changed argument of ProjectArray from pointer to reference
331 - added missing calcualtion of minimum
332 - removed obsolete SetEntries
333 - changed SetDirectory from NULL to gROOT
334
335
336
337 2004/02/12: Javier López
338
339 * macros/pointspreadfunction.C
340 - added new macro that fits with a 2D gaussian the DC spot for an
341 star. It gives you the RMS of the PSF and the center of the star,
342 very useful for misspointing studies.
343
344
345
346 2004/02/11: Hendrik Bartko
347
348 * manalysis/MExtractSignal2.cc:
349 - introduced a validity check for the set-function of the window
350 size (even number of slices, WindowSize < NumberSlices)
351
352 * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
353 manalysis/AnalysisLinkDef.h:
354 - new: introduced the calculation of the arrival time as the signal
355 weighted mean of the time slices in the maximum window
356
357
358
359 2004/02/11: Markus Gaug
360
361 * mcalib/MCalibrationCalc.cc:
362 - the blind pixel signal extractor introduced one week ago, counted
363 one FADC slice too little, thus the normalization w.r.t. pedestals
364 was wrong. Now corrected.
365
366 * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
367 - when "WARNING - Lo Gain saturated" occurs, display also the
368 corr. pixel numbers.
369
370 * mbase/MArray.[h,cc]:
371 - introduced function to cut array edges with zeros.
372 (Thomas, should we keep it there or move it to another class? )
373
374 * mcalib/MCalibrationCalc.[h,cc]:
375 - new function SetBlindPixelRange to set start and end of FADC slices
376 used for the blind pixel signal extraction.
377 - remove fEvents which are not necessary any more after the shift
378 to MFCosmics.
379
380 * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
381 - show the fourier spectrum now with axes in frequency [Hz] instead
382 of inverted events.
383
384 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
385 - new base class for all kind of events with variables having a
386 Gaussian distribution. Will serve as base class for the
387 existing and new calibration histogram classes.
388
389
390
391 2004/02/11: Abelardo Moralejo
392
393 * mmain/MEventDisplay.cc
394 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
395 MMcPedestalCopy must be executed earlier!
396
397
398
399 2004/02/10: Raquel de los Reyes
400
401 * mhist/MHPixVsTime.[h,cc]:
402 - Added a default draw function and replaced the TGraph object
403 by a pointer to a TGraph object.
404
405 * mreport/MReportTrigger.h:
406 - Now it dereives from a MCamEvent class and implemented the
407 GetPixContent() and DrawPixelContent() functions.
408
409 * maccros/CCDataCheck.C:
410 - An update of the previous macro. New plots: subsystems status and
411 macrocells trigger.
412
413
414
415 2004/02/10: Markus Gaug
416
417 * mcalib/MCalibrationCam.cc:
418 - fixed documentation
419
420 * mhbase/MH.[h,cc]:
421 - new function ProjectArray
422
423 * mcalib/MHCalibrationPixel.[h,cc],
424 mcalib/MHCalibrationBlindPixel.[h,cc]:
425 - use ProjectArray from MH to plot the projection of the fourier
426 spectrum
427
428 * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
429 mfilter/FilterLinkDef.h:
430 - new filter removing cosmics, the same as in MCalibrationCalc
431 where it was removed now.
432 Call: MFCosmics cosmics;
433 MContinue cont(&cosmics);
434 tlist.AddToList(&cont);
435
436 * mcalib/MCalibrationCalc.[h,cc]:
437 - removed cosmics rejection from there
438
439 * macros/calibration.C, mjobs/MJCalibration.cc:
440 - changed cosmics rejection to the filter algorithm
441
442
443
444 2004/02/09: Markus Gaug
445
446 * mcalib/MCalibrationBlindPix.[h,cc]:
447 - added histogram to display the average in FADC slices of all
448 single and double phe events
449
450 * mcalib/MCalibrationCalc.cc:
451 - fill histograms of single-phe events with higain and logain
452 sampls
453
454 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
455 mcalib/MCalibrationConfig.h:
456 - take all pixel areas out of MGeomPix::GetA(), remove all previous
457 areas
458 - calculate photon fluxes from blind pixel and PIN diode, use
459 area only to fill the conversion factors in MCalibrationPix
460
461
462 * mcalib/MJCalibration.cc:
463 - display of number of photons for Blindpixel and PIN Diode Method
464 changed to display of photon flux which is the actually
465 calculated quantity
466
467
468
469 2004/02/09: Thomas Bretz
470
471 * mbadpixels/*:
472 - added
473
474 * Makefile:
475 - added MBadPixels
476
477 * manalysis/MGeomApply.cc:
478 - fixed class description
479
480 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
481 - added bad pixel treatment
482
483 * mjobs/MJPedestal.[h,cc]:
484 - reorganized order of functions
485 - removed a nonsense scrren output (some BLABABLA or so)
486
487 * mjobs/Makefile:
488 - added include for mbadpixels
489
490 * mmain/MBrowser.cc:
491 - do not call construtor of TGTReeLBEntry if pic0=0
492
493
494
495 2004/02/09: Raquel de los Reyes
496
497 * mcamera/MCameraLids.h, mreport/MReportCamera.h
498 - Added the "Get" functions to access the private data
499 members of the class.
500
501
502
503 2004/02/09: Markus Gaug
504
505 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
506 MCalibrationPix.h:
507 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
508 because we can calibrate with the histogram mean and RMS even
509 if the fit is not OK. Thus, there is a question: IsFitted() and
510 IsChargeValid(), i.e. does the charge make any sense?
511
512 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
513 - found serious bug in calculation of conversion factors for the
514 outer pixels:
515 GetMeanConversionBlindPixelMethod and
516 GetMeanConversionPINDiodeMethod
517 did not correct for the area of the outer pixel, this did only
518 MCalibrationCam::GetPixelContent which is not used by MCalibrate
519
520
521
522 2004/02/06: Markus Gaug
523
524 * mgeom/MGeomCam.h
525 - replaced in Comment of fPixRatio:
526 "ratio between size of pixel idx and pixel 0" by
527 "ratio between size of pixel 0 and pixel idx"
528
529 * manalysis/MPedestalCam.cc
530 - catch calls to MHPedestalPixel in case that they are not filled
531 This led previous calls to segmentation violations
532 - remove include of MHExtractedSignalPix
533
534 * manalysis/MHExtractedSignalPix.[h,cc]
535 - is everything in MHPedestalPixel, so removed it again
536
537 * mjobs/MJPedestal.cc
538 - put the projections into Display()
539 - correct the input of Display (0: pedestal, 1: pedestalerror,
540 2: pedRMS, 3: pedRMSerror)
541
542 * manalysis/MHPedestalPixel.cc
543 - increased number of bins in for charges plot
544
545 * mtools/MFFT.[h,cc]
546 - possibility to have PSD directly from TArray
547
548 * mjobs/MJCalibration.[h,cc]
549 - fixed displays
550 - replaced MExtractSignal by MExtractSignal2
551
552 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
553 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
554 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
555 - remove histograms MHChargevsN..., now keep TArrays directly
556 - check for oscillations for all pixels (and you will not trust
557 your eyes when you look at the results :-((((
558
559 * mcalib/MCalibrationCalc.[h,cc]
560 - remove ArrivalTime -> go to separate class
561 - remove BlindPixel and PIN Diode overflow, now handled directly
562 inside the corr. classes.
563 - remove SkipTimeFits -> go the arrival time class
564
565 * mcalib/MCalibrationCam.h
566 - new getters for number of photons
567 - removed timeslicewidth -> go the corr. time containers
568
569 * mcalib/MCalibrationCam.cc
570 - removed times of GetPixelContent
571 - added OscillationChecks in GetPixelContent
572
573 * manalysis/MMcCalibrationUpdate.cc
574 - remove calpix.SkipTimeFits which is now obsolet
575
576 * macros/calibration.C
577 - all previous changes now in this macro.
578 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
579 das ging diesmal in einem Aufwasch)
580
581
582
583 2004/02/06: Thomas Bretz
584
585 * mhist/MHPixVsTime.[h,cc]:
586 - changed such that you can set the name of the time container now
587
588 * mraw/MRawRunHeader.[h,cc]:
589 - added GetMaxPixId()
590
591 * mraw/MRawEvtData.cc:
592 - fixed wrong size calculation for fABflags
593
594
595
596 2004/02/06: Oscar Blanch
597
598 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
599 - We cahnged the name (and values) of the global variable
600 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
601
602
603
604 2004/02/05: Markus Gaug
605
606 * mcalib/MHCalibrationPixel.[h,cc]
607 - put an NDF limit for the fit
608 - removed all TStrings and replace them by Form(..)
609 - Check for nan's of all returned fit values
610
611 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
612 - reshuffled HiLoGainConversion, calculation of F-Factor method,
613 - calculation of total F-Factor of the readout.
614
615 * mcalib/MCalibrationCam.cc
616 - include relative times to display with GetPixelContent
617
618 * mcalib/MCalibrationCalc.[h,cc]
619 - flag to skip Hi-Lo Calibration
620 - Hi-LO Graph not filled any more after overflow of ChargevsN
621 - fill the blind pixel differently from the rest of pixels
622
623 * mcalib/MCalibrate.cc:
624 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
625
626 * manalysis/MArrivalTimeCalc.cc
627 - default step width 100 ps.
628 - look for half maximum (at rising edge)
629
630 * manalysis/MExtractSignal.[h,cc]
631 - removed uncommented code (arrival time)
632 - set start byte back by one like it was before TB's changes
633 (does not affect the calculation of number of FADC slices)
634
635 * manalysis/MExtractSignal2.[h,cc]
636 - removed uncommented code (arrival time)
637
638 * manalysis/MHPedestalPixel.[h,cc]
639 - is now filled with total pedestals (not per slice), but results are
640 renormalized to values per slice (this is not to screw up with the
641 pedestal RMS and the derived uncertainties)
642 - new function Renorm(nslices)
643
644 * manalysis/MPedestalCam.[h,cc]
645 - introduced function Clone() (like proposed by TB)
646 - call to MHPedestalPixel operator() not const any more
647 - take out lots of uncommented code
648 - found bug in initialization of hists. SetupFill is called in
649 PreProcess, therefore, TObjArray is not yet enlarged there.
650 Now, InitUseHists is called in Fill
651 - MHPedestalPixel is now filled with total pedestals (not per slice),
652 but results are
653 renormalized to values per slice (this is not to screw up with the
654 pedestal RMS and the derived uncertainties)
655
656 * manalysis/MPedCalcPedRun.cc
657 - added author
658 - split calculation of RMS into two steps to make it more clear to
659 the user
660
661 * macros/calibration.C
662 - found bug introduced two days ago, namely calculating pedestlas with
663 MExtractSignal2 which is now fixed
664 - Skip HiLoConversionCalibration
665
666
667
668 2004/02/05: Abelardo Moralejo
669
670 * macros/starmc2.C
671 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
672 for both MMcEvt and MMcRunHeader since these containers are
673 not present in real data. Name of macro is no longer adequate if
674 we will use it for calibrated real data (to be changed if so).
675
676
677
678 2004/02/05: Sebastian Raducci
679
680 * mtools/MCubicSpline.[h,cc]
681 - added
682 - this class will take the place of the TSpline class to
683 calculate arrival times
684
685 * mtools/MCubicCoeff.[h,cc]
686 - added
687 - this class is used by MCubicSpline to store coefficients
688
689 * macros/spline.C
690 - added
691 - test macro. Shows how to use the MCubicSpline class
692 - it could be used to test the methods of the Spline class
693
694
695
696 2004/02/05: Thomas Bretz
697
698 * mmain/MBrowser.cc:
699 - fixed a double deletion of a TGLayoutHints
700
701
702
703 2004/02/04: Markus Gaug
704
705 * mmain/MBrowser.cc:
706 - corrected TGTReeLBEntry for TGTreeLBEntry
707
708
709
710 2004/02/04: Thomas Bretz
711
712 * manalysis/MExtractSignal2.cc:
713 - don't allow odd numbers for the window size
714
715 * mfilter/MFilterList.cc:
716 - corrected a wrong logging message
717
718 * mmain/MBrowser.cc:
719 - added '/data/MAGIC' as shortcut in the combo box
720
721 * mraw/MRawEvtPixelIter.cc:
722 - optimized calculation of MaxIdx
723
724
725
726 2004/02/04: Abelardo Moralejo
727
728 * macros/starmc2.C
729 - removed unnecessary variables BinsHigh, BinsLow
730
731
732
733 2004/02/04: Markus Gaug
734
735 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
736 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
737 macros/calibration.C:
738 - histograms are now filled with MFillH as proposed and coded by
739 Thomas Bretz. Some modifications had to be done, however.
740 - Class to hold MHPedestalPixel is still MPedestalCam
741 - MPedCalcPedRun does nothing any more (except from what is was
742 doing before)
743
744 * manalysis/MExtractSignal.cc
745 - remove uncommented code
746
747 * mcalib/MCalibrationCalc.[h,cc]
748 - modified way to handle histogram overflow: Now flags are set and
749 ChargevsN histogram is not tried to be filled subsequently
750
751
752
753 2004/02/03: Markus Gaug
754
755 * manalysis/MHExtractedSignalPix.[h,cc]
756 - added Thomas B. modified version of MHPedestalPixel. Later will
757 remove MHPedestalPixel
758
759 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
760 manalysis/MCalibrationCam.cc, macros/calibration.C:
761 - now split completely absolute and relative times. Absolute
762 times are not fitted, but their histogram mean and rms are
763 returned.
764
765
766
767 2004/02/03: Thomas Bretz
768
769 * mfileio/MReadTree.cc:
770 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
771
772 * manalysis/MExtractSignal.[h,cc]:
773 - moved code to extract the signal from Process to
774 new member function FindSignal, I left the arrival time
775 extraction as commented-out code in the code just as a
776 demonstration to do this very fast.
777
778
779
780 2004/02/02: Markus Gaug
781
782 * manalysis/MPedCalcPedRun.cc
783 - corrected formulae in Class description
784
785 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
786 manalysis/MMcCalibrationUpdate.cc:
787 - calculate relative times and absolute times. Fit only
788 the relative ones.
789
790
791
792 2004/02/02: Abelardo Moralejo
793
794 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
795 - removed file type check (MC or data) from PreProcess since now
796 run headers are not yet known at that point.
797
798 * mcalib/MMcCalibrationCalc.cc
799 - same as above.
800
801 * NEWS
802 - updated.
803
804
805
806 2004/02/02: Thomas Bretz
807
808 * manalysis/MExtractSignal2.[h,cc]:
809 - added new task which takes a given number of slices with the
810 highest integral content as signal.
811
812 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
813 - added MExtractSignal2
814
815
816
817 2004/01/30: Abelardo Moralejo
818
819 * macros/starmc.C
820 - changed default FADC integration range (more adequate for coming
821 camera version).
822
823 * macros/mccalibrate.C, starmc2.C
824 - added. First macro transforms input files from camera simulation
825 into files with pixel data already calibrated in photons. The
826 second reads in an already calibrated data file and produces an
827 output file with Hillas parameters. Both together do the same as
828 starmc.C, but it is convenient to have files containing
829 calibrated pixel information.
830
831
832
833 2004/01/30: Thomas Bretz
834
835 * mbase/MDirIter.h:
836 - added GetNumEntries
837
838 * mhist/MHEvent.cc:
839 - added a dynamic_cast from MParContainer to MCamEvent to get the
840 correct pointer to the correct base-class.
841
842 * mbase/MStatusDisplay.cc:
843 - In EventInfo check whether gPad==0
844
845 * mfileio/MReadMarsFile.cc:
846 - removed reading RunHeaders from PreProcess, this resulted
847 in strange behaviour of writing RunHeaders
848 - fixed consistency check for RunType accordingly
849
850 * mfilter/MFilterList.cc:
851 - do not skip adding filter if only a filter with the same name
852 exists
853
854 * mraw/MRawFileRead.cc:
855 - added an output message if run header is not accessible
856
857 * mraw/MRawRunHeader.[h,cc]:
858 - initialize fRunType to new enum kRTNone
859
860 * mfilter/MFGeomag.cc:
861 - set fResult to kFALSE at the beginning of Process
862 - according to this removed setting fResult=kFALSE before return
863 - replaced some float by Float_t
864 - added some const-qualifiers
865 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
866 with rnd = R * (r2-r1)/2 to make sure that we cannot
867 devide by 0
868
869 * manalysis/MPedCalcPedRun.cc:
870 - added some comments
871
872 * Makefile:
873 - added mjobs
874
875 * mjobs/*:
876 - added
877
878 * mbase/Makefile, mbase/BaseLinkDef.h:
879 - added MRunIter
880
881 * mbase/MRunIter.[h,cc]:
882 - added
883
884
885
886 2004/01/30: Markus Gaug
887
888 * manalysis/MPedestalCam.h
889 - added function IsUsedHists()
890
891 * manalysis/MPedestalCam.cc
892 - modified GetPixelContent
893
894 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
895 - include storage of number of used FADC slices to compare later
896 the pedestal per slice ( and sigma per slice)
897 - return relative differences in GetPixelContent
898
899 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
900 - fBlindPixelId and fPINDiodeId now like in PedestalCam
901 - fill Blind Pixel with information about its fitted pedestal if
902 available
903 - initialize charges histogram with a bigger range
904 - use pedestal information to constrain the pedestal fit ranges
905
906 * manalysis/MHPedestalPixel.cc
907 - initialize charges histogram with a bigger range
908
909 * macros/calibration.C
910 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
911 - apply new GetPixelContents of MPedestalCam (more calculations
912 and displays of errors, correction for different FADC slice
913 number)
914
915 * manalysis/MExtractSignal.cc
916 - not access to MArrivalTime any more. The same information is
917 stored in MRawEvt->GetPixelContent(...)
918
919 * manalysis/MCalibrationCalc.cc
920 - retrieve default arrival time from MRawEvt
921
922 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
923 - check for NaN's in fit results
924
925
926
927 2004/01/29: Abelardo Moralejo
928
929 * mfileio/MWriteFile.h
930 - added missing declaration of ReInit
931
932 * manalysis/MMcCalibrationUpdate.cc
933 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
934 to adapt to recent changes in MCalibrate.
935
936
937
938 2004/01/29: Thomas Bretz
939
940 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
941 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
942 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
943 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
944 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
945 - split derivement into MParContainer and MCamEvent
946
947 * manalysis/MExtractSignalCam.[h,cc]:
948 - removed obsolete MExtractSignal::ReInit
949 - added -> to fArray
950
951 * mbase/MParList.h:
952 - added a new bit kIsProcessing
953
954 * mbase/MTaskList.cc:
955 - fixed the handling of kDoNotReset and the bahaviour of
956 SetReadyToSave, such that it is possible to write all
957 headers
958
959 * mfileio/MWriteFile.cc:
960 - added ReInit which also calls CheckAndWrite
961
962 * mgui/MCamEvent.h:
963 - does not derive from MParContainer anymore
964
965
966
967 2004/01/29: Markus Gaug
968
969 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
970 mcalib/MCalibrationConfig.h
971 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
972 directly into the corresponding classes.
973
974
975
976 2004/01/29: Nicola Galante
977
978 * mhistmc/MHMcTriggerLvl2.[h,cc]:
979 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
980 added string checking to return also
981 fHistCellPseudoSize, fHistCellPseudoSizeNorm
982 and fHistCellPseudoSizeEnergy.
983 - Added inline functions GetHistCellPseudoSize() and
984 GetHistCellPseudoSizeNorm().
985
986
987
988 2004/01/28: Javier Rico
989
990 * mcalib/MCalibrate.[h.cc]
991 - include possibility to select the calibration method to be used
992
993
994
995 2004/01/28: Markus Gaug
996
997 * mcalib/MCalibrate.[h.cc]
998 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
999
1000 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
1001 - included flags to indicate if Blind Pixel Method or PIn Diode
1002 method was OK. Up to now, program stopped, if one of the two
1003 methods was chosen but not able to being executed.
1004
1005 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
1006 manalysis/MGeomApply.cc:
1007 - put all missing InitSize(npixels) into MGeomApply
1008
1009 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
1010 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
1011 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1012 - include possibility to fit the pedestals with Gaussian.
1013 - old methods are not affected.
1014 - add new method with MPedCalcPedRun::SetUseHists()
1015
1016
1017
1018 2004/01/28: Abelardo Moralejo
1019
1020 * mcalib/MMcCalibration.cc
1021 - fixed wrong variable type in call to TH1F constructor (number of
1022 bins is now integer), which resulted in a compilation warning.
1023
1024
1025
1026 2004/01/28: Thomas Bretz
1027
1028 * manalysis/MPedestalCam.cc:
1029 - removed unwanted CheckBound from operators. CheckBounds is ONLY
1030 ment for really old MC files and will be removed in the future
1031 anyhow.
1032
1033 * mcalib/MHCalibrationPixel.h:
1034 - removed obsolete include of MFFT
1035
1036 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
1037 manalysis/MPedestalCam.[h,cc]:
1038 - removed use of obsolete MPedestalCam::CheckBounds. This was
1039 a workaround for a 'bug' in very old camera files, which is not
1040 necessary anymore.
1041
1042 * manalysis/MCerPhotAnal2.[h,cc]:
1043 - replaced MPedestalCam by MPedPhotCam
1044
1045 * manalysis/MExtractSignal.cc:
1046 - some small simplification to the signal extraction
1047 - removed some obsolete variables
1048 - replaced for by while
1049 - removed obsolete casts
1050
1051 * mmain/MEventDisplay.cc:
1052 - gave names to the filters
1053 - removed adding MHCamera to fList because it was deleted twice
1054
1055 * mhist/MHCamera.cc:
1056 - fixed usage of fPainter in Paint() - title was not updated
1057 correctly
1058
1059
1060
1061 2004/01/28: Sebastian Raducci
1062
1063 * manalysis/MArrivalTime.[h,cc]:
1064 - removed all the code relative to the cluster evaluation
1065
1066
1067
1068 2004/01/27: Markus Gaug
1069
1070 * manalysis/MPedestalPix.cc:
1071 - initialize default values to 0 instead of -1.
1072
1073 * manalysis/MPedestalCam.[h,cc]:
1074 - include CheckBounds, also in operator[]
1075
1076 * mcalib/MCalibrationCam.[h,cc]:
1077 - apparently, there was a reference to InitSize(UInt_t i) instead
1078 of InitSize(Int_t i), where compiler complained, now changed
1079
1080 * mcalib/MHCalibration*, mcalib/MCalibration*:
1081 - fixed all Clear()'s, Reset()'s, direct intializers
1082
1083
1084
1085 2004/01/27: Thomas Bretz
1086
1087 * mdata/MDataChain.cc:
1088 - added '%' to supported operators
1089
1090
1091
1092 2004/01/26: Nicola Galante
1093
1094 * manalysis/MMcTriggerLvl2.[cc,h]:
1095
1096 - Defined some static constants to avoid ugly "magic numbers"
1097 in arrays: gsNCells, gsNTrigPixels,
1098 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
1099 - Added method
1100 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
1101 which computes compact pixels into a given L2T macrocell.
1102 - Added method
1103 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
1104 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
1105 macrocells
1106 - Added method
1107 MMcTriggerLvl2::GetCellPseudoSize() const
1108 which returns fCellPseudoSize
1109 - Added method
1110 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
1111 which controls whether a pixel belongs to a given L2T cell.
1112 - Added method
1113 MMcTriggerLvl2::GetMaxCell() const
1114 which returns fMaxCell, the cell with the maximum
1115 fCellPseudoSize.
1116
1117
1118
1119 2004/01/26: Markus Gaug, Michele Doro
1120
1121 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
1122 - moved calculation of arrival time from MArrivalTime to
1123 MArrivalTimeCalc. MArrivalTime does not do any Process-job
1124 anymore
1125 - TSpline5 now on stack.
1126 - function to set the stepsize
1127
1128 * mcalib/MHCalibrationBlindPixel.[h,cc]:
1129 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
1130 - implement combined Polya fit and Michele's back-scattered electron
1131 fit
1132
1133 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
1134 mcalib/MCalibrationPINDiode.cc:
1135 - combine FitChargeHiGain and FitChargeLoGain into one function
1136
1137 * macros/calibration.C
1138 - improve double gauss fit a bit
1139
1140
1141
1142 2004/01/26: Thomas Bretz
1143
1144 * mraw/MRawEvtPixelIter.[h,cc]:
1145 - removed member function GetNumPixels. For more details see mantis.
1146
1147 * manalysis/MArrivalTime.[h,cc]:
1148 - reorganized includes
1149 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
1150 definition
1151 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
1152 PROGRAM
1153
1154 * manalysis/MArrivalTimeCalc.[h,cc]:
1155 - reorganized includes
1156 - removed many obsolete code, exspecially copy&paste relicts!
1157 - fixed usage of InitSize
1158 - removed CleanArray. Reset() is called automatically before Process()
1159
1160 * manalysis/MExtractedSignalCam.[h,cc]:
1161 - added SetLogStream
1162 - removed obsolete include MGeomCam
1163 - replaced PrintOut by Print
1164 - added const-qualifiers to all Getters
1165 - fixed documentation
1166
1167 * manalysis/MExtractedSignalPix.[h,cc]:
1168 - replaced PrintOut by Print
1169 - fixed documentation
1170
1171 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
1172 - replaced memset by Reset()
1173
1174
1175
1176 2004/01/24: Abelardo Moralejo
1177
1178 * macros/starmcstereo.C
1179 - Added. Example of how to run the analysis chain for MC files
1180 containing simulation of stereo systems of 2 telescopes.
1181
1182 * mcalib/MCalibrate.cc
1183 - Added check that value of signal from MExtractedSignalPix is not
1184 the default (error) value. In such a case, the signal in
1185 MCerPhotEvt is now set to 0. Before, all pixels got very high
1186 values in MCerPhotEvt in case the MRawEvtData object for the
1187 event was missing in the file. This happened in MC files, in
1188 which in some circumstances an event is written without the
1189 pixel information (for instance, when running stereo simulations
1190 the pixel data is missing for non-triggered telescopes, but the
1191 event headers are present).
1192
1193
1194
1195 2004/01/23: Markus Gaug
1196
1197 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
1198 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
1199 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
1200 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
1201 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
1202 - use MArrivalTime for Storage (or calculation) of time
1203 in MExtractSignal
1204 - pass from TH1I histos to TH1F for times
1205
1206 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
1207 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
1208 mcalib/MCalibrationCalc.[h,cc]:
1209 - clean up setters
1210 - pass to bit-fields for all flags
1211
1212 * mcalib/MCalibrationCam.cc
1213 - exclude Blind Pixel from Camera display
1214 - do not fill &val when return kFALSE
1215
1216 * macros/calibration.C
1217 - include functions to exclude the blind pixel,
1218 calculation of times and quality checks
1219
1220
1221
1222 2004/01/23: Abelardo Moralejo
1223
1224 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
1225 - Added support (using AddSerialNumber) for stereo MC files.
1226
1227
1228
1229 2004/01/23: Thomas Bretz
1230
1231 * mbase/MAstro.cc:
1232 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
1233
1234 * mreport/MReport*.[h,cc]:
1235 - changed all classes to return Int_t instead of Bool_t in
1236 InterpreteBody
1237 - changed MReportFileRead such, that a wrong line results in
1238 skipping the line instead of abort reading.
1239
1240 * manalysis/MExtractSignal.cc:
1241 - do not print information for each pixel - it's too much.
1242
1243 * mbase/MStatusDisplay.cc:
1244 - when reading a status display do not display tabs with
1245 the same name than one which is already existing.
1246
1247 * mcalib/MCalibrate.cc:
1248 - directly store pointer to pixel when setting saturation flag
1249
1250 * mcamera/MCameraDC.cc:
1251 - fixed some comments
1252
1253 * mhist/MHCamEvent.cc:
1254 - fixed a crash when no geometry was available
1255
1256 * mhist/MHCamera.[h,cc]:
1257 - removed obsolete member function SetPix
1258
1259 * mbase/MStatusDisplay.[h,cc]:
1260 - added EventInfo member function
1261 - implemented preliminary redirection of GetObjectInfo to
1262 StatusLine2 -> An own status line for this is missing
1263
1264 * manalysis/MExtractSignal.[h,cc]:
1265 - implemented StreamPrimitive
1266 - changed deafults to be static const data members
1267
1268 * manalysis/MGeomApply.[h,cc]:
1269 - implemented StreamPrimitive
1270
1271
1272
1273 2004/01/23: Abelardo Moralejo
1274
1275 * manalysis/MMcCalibrationUpdate.[h,cc]
1276 - Added check to guarantee that the FADC simulation parameters of
1277 all read files (those used for calibration and those analyzed)
1278 are the same.
1279 - Added missing support for analysis of stereo files.
1280
1281 * mcalib/MMcCalibrationCalc.cc
1282 - Removed obsolete FIXME comment.
1283 - Added missing support for analysis of stereo files.
1284
1285
1286 2004/01/23: Raquel de los Reyes
1287
1288 * macros/CCDataCheck.C
1289 - Added the temperature distribution of the optical links
1290 and the plots of the LV power supplies.
1291 * mcamera/MCameraLV.h
1292 - Added the "Get" functions to access the private data
1293 members of the class.
1294
1295
1296 2004/01/22: Abelardo Moralejo
1297
1298 * manalysis/MMcCalibrationUpdate.[h,cc]
1299 - Now ratio of high to low gain is taken from MCalibrationCam if
1300 it existed previously in the parameter list, instead of being
1301 read again from the MMcFadcHeader. Removed Setter function for
1302 fADC2PhInner, no longer necessary. Fixed error regarding the
1303 pedestal conversion to photons (did not read conversion factor
1304 from preexisting MCalibrationCam object).
1305
1306 * mcalib/MMcCalibrationCalc.cc
1307 - Changed parameters of the histogram, and also the quantity being
1308 histogrammed. Check that input data come from a noiseless camera
1309 file before proceeding to do the calibration. Introduced lower
1310 size in cut for calibration. Now rhe calibration constant is not
1311 calculated from the mean of photons/ADC counts, but from the peak
1312 of the histogram.
1313
1314 * macros/starmc.C
1315 - Introduced new scheme. Now there are two loops over two different
1316 sets of files. First loop calculates the calibration constants,
1317 second one does the analysis. Introduced comments. Now the
1318 histogram used in the light calibration is written to the output
1319 file.
1320
1321
1322
1323 2004/01/22: Thomas Bretz
1324
1325 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
1326 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
1327 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
1328 mcalib/MCalibrationBlindPixel.[h,cc],
1329 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
1330 mcalib/MHCalibrationBlindPixel.[h,cc],
1331 mcalib/MHCalibrationPINDiode.[h,cc]:
1332 - cleaned up includes
1333
1334
1335
1336 2004/01/22: Raquel de los Reyes
1337
1338 * macros/CCDataCheck.C
1339 - macro to check the data from the central control (.rep files).
1340
1341
1342
1343 2004/01/22: Markus Gaug
1344
1345 * macros/calibration.C
1346 - made MStatusDisplay 3 bit smaller
1347
1348 * manalysis/MExtractSignal.cc
1349 - put fSignals->SetUsedFADCSlices into PreProcess
1350
1351 * manalysis/MPedCalcPedRun.cc
1352 - calculate PedRMS as RMS of the sums, later renormalized to units
1353 of RMS/slice (eliminate the wrong effect of odd and even slices)
1354
1355 * mcalib/MCalibrationCalc.cc
1356 - if bit SkipBlindPixelFit is set, now number of photons outside
1357 plexiglass is not intended to be calculated any more (previous
1358 bug)
1359 - exclude excluded pixels in eventloop
1360
1361 * mcalib/MHCalibrationBlindPixel.[h,cc]
1362 - move functions to pointer again (otherwise, Clone will give
1363 strange results)
1364
1365
1366
1367 2004/01/21: Abelardo Moralejo
1368
1369 * mcalib/MMcCalibrationCalc.[h,cc]
1370 - Added. First version of the task intended to calculate the
1371 conversion factors from ADC counts to photons in the MC. It has
1372 a different aim than the recently renamed class
1373 "MMcCalibrationUpdate" (which takes care that the correct
1374 pedestals and conversion factors are supplied to each event, but
1375 does not really calculate anything).
1376
1377 * mcalib/Makefile, CalibLinkDef.h
1378 - Added new class MMcCalibrationCalc
1379
1380 * manalysis/MMcCalibrationUpdate.[h,cc]
1381 - Now the container MCalibrationCam is not created or modified if
1382 it is found that one such container already exists in the
1383 Parameter list (from a previous calibration).
1384
1385
1386
1387 2004/01/21: Thomas Bretz
1388
1389 * mraw/MRawRead.cc:
1390 - restore the fake time for all runs (current time stamp in
1391 the data seems to be toally nonsense)
1392
1393 * mraw/MRawEvtHeader.cc:
1394 - removed decoding of real time (current time stamp in the data
1395 seems to be toally nonsense)
1396
1397
1398
1399 2004/01/21: Abelardo Moralejo
1400
1401 * mmc/MMcEvt.hxx
1402 - Uncommented 6 Getter functions (those regarding the number of
1403 photons surviving the different stages of simulation).
1404
1405 * manalysis/MMcCalibrationUpdate.[h,cc]
1406 - Added (see below).
1407
1408 * manalysis/MMcCalibrationCalc.[h,cc]
1409 - Removed: changed name of this class to MMcCalibrationUpdate,
1410 which is more representative of what it really does. Moved
1411 the filling of the MCalibrationCam container from Process to
1412 ReInit, since it does not change on an event by event basis.
1413 Simplified PreProcess (MCalibrationCam was searched for twice).
1414 Updated class description and comments.
1415
1416 * manalysis/Makefile, AnalysisLinkDef.h
1417 - Adapted to change above
1418
1419 * macros/starmc.C
1420 - Adapted to change above. Changed also task instance name from
1421 mccalibcalc to mccalibupdate.
1422
1423
1424
1425 2004/01/21: Raquel de los Reyes
1426
1427 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
1428 and mcamera/MCameraCalibration.h
1429 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
1430 the private data members of the class.
1431
1432
1433
1434 2004/01/20: Thomas Hengstebeck
1435
1436 * mranforest/MRanForestCalc.[h,cc]
1437 - Added member functions Grow (training of RF) and Fill (reading in
1438 trained forest from file) which simplify macros.
1439 One just needs to call them instead of using MRanForestGrow and
1440 MRanForestFill (and the related training and fill loops) in a
1441 macro.
1442
1443
1444
1445 2004/01/20: Abelardo moralejo
1446
1447 * manalysis/MMcCalibrationCalc.cc
1448 - removed call to MCalibrationPix::SetPedestal, which was not
1449 needed.
1450
1451
1452
1453 2004/01/20: Thomas Bretz
1454
1455 * Makefile:
1456 - replaced 'make' by '$(MAKE)'
1457
1458 * Makefile.rules:
1459 - added Makefile itself to dependencies
1460
1461 * mbase/MTask.cc:
1462 - added comment about ReInit
1463
1464 * mhbase/MH.cc:
1465 - do not clear pad in DrawClone if 'same' option given
1466
1467 * mhist/MHVsTime.cc:
1468 - evaluate 'same' option
1469
1470 * mfileio/MReadCurrents.[h,cc]:
1471 - obsolete, removed
1472
1473 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
1474 - added some comments
1475
1476
1477
1478 2004/01/20: Abelardo moralejo
1479
1480 * mcalib/MHCalibrationPINDiode.cc
1481 - Added call to SetDirecory(0) for histograms fHErrCharge,
1482 fHPCharge, fHPTime.
1483
1484 * manalysis/MCerPhotPix.h:
1485 - Changed position of declaration of fIsSaturated to be the last
1486 private variable. Otherwise, since in the constructor it is
1487 initialized in the last place, a warning is displayed upon
1488 compilation in some systems.
1489
1490
1491
1492 2004/01/20: Markus Gaug
1493 * mcalib/Makefile, manalysis/Makefile:
1494 - include directory ../mtools
1495
1496 * mtools/MFFT.[h,cc]
1497 - class inherits from TObject now
1498
1499
1500
1501 2004/01/19: Markus Gaug
1502
1503 * mcalib/MHCalibrationBlindPixel.[h,cc]
1504 - fixed a bug in fFitLegend due to which program crashed by calls
1505 to DrawClone
1506 - Modified way to change the fit function
1507
1508 * mcalib/MHCalibrationPixel.[h,cc]
1509 - reordered function calls
1510 - removed SetupFill
1511
1512 * mcalib/MHCalibrationPINDiode.h
1513 - reordered function calls
1514
1515 * mcalib/MCalibrationPix.[h,cc]
1516 - limits to define fFitValid now as variables in class
1517
1518 * mcalib/MCalibrationCam.[h,cc]
1519 - reordered function calls
1520 - incorporate option to exclude pixels
1521
1522 * mcalib/MCalibrationBlindPix.h
1523 - Modified way to change the fit function
1524
1525 * mcalib/MCalibrationCalc.[h,cc]
1526 - Modified way to change the fit function
1527 - incorporate option to exclude pixels from configuration file
1528
1529 * macros/calibration.C
1530 - Modified way to change the fit function
1531 - incorporate option to exclude pixels from configuration file
1532
1533
1534
1535 2004/01/19: Javier Rico
1536
1537 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
1538 - Added documentation of member functions
1539
1540
1541
1542 2004/01/19: Abelardo Moralejo
1543
1544 * manalysis/MCerPhotPix.[h,cc]
1545 - Added fIsSaturated to flag whether low gain of the pixel is
1546 saturated. Added corresponding getter and setter functions.
1547 Updated ClassDef to version 2.
1548
1549 * mcalib/MCalibrate.cc
1550 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
1551 one low gain FADC slice is saturated.
1552
1553 * mimage/MNewImagePar.[h,cc]
1554 - Added new member variable fNumSaturatedPixels to count how many
1555 pixels were saturated. Updated ClassDef to version 2.
1556
1557
1558
1559 2004/01/19: Thomas Bretz
1560
1561 * manalysis/MPedPhotCalc.[cc,h]:
1562 - fixed order of includes
1563 - removed obsolete forward declarations
1564 - removed obsolete data member fNumPixels (stored already twice in
1565 the two TArrayF)
1566 - fixed some small bugs in the documentation
1567
1568 * manalysis/MPedCalcPedRun.cc:
1569 - updated my eMail address
1570
1571
1572
1573 2004/01/19: Javier Rico
1574
1575 * macros/dohtml.C, NEWS
1576 - include some missing info
1577
1578
1579
1580 2004/01/19: Abelardo Moralejo
1581
1582 * manalysis/MExtractedSignalPix.h
1583 - added GetNumLoGainSaturated()
1584
1585
1586
1587 2004/01/19: Markus Gaug
1588
1589 * macros/dohtml.C
1590 - include calibration.C
1591
1592 * manalysis/MExtractSignal.cc
1593 - warning of logain saturation now only once per event (out of loop)
1594
1595 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
1596 - new Flag fExcluded to indicate if pixel has been excluded from
1597 further analysis
1598
1599
1600
1601 2004/01/16: Javier Rico & Pepe Flix
1602
1603 * manalysis/MPedPhotCalc.[cc,h]
1604 - added
1605 - new class for the evaluation of pedestals in units of photons
1606 using the extracted signal from pedestal runs and calibration
1607 constants defined in MCalibrate
1608
1609 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
1610 - added entries for MPedPhotCalc
1611
1612 * macros/pedphotcalc.C
1613 - added
1614 - example on how to use MPedPhotCalc task
1615
1616
1617
1618 2004/01/16: Markus Gaug
1619
1620 * mcalib/MCalibrationFits.h
1621 - removed and incorporated in MHCalibrationBlindPixel.h
1622
1623 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
1624 mcalib/MCalibrationBlindPix.h:
1625 - incorporate Fit functions
1626 - fixed a bug due to which DrawClone crashed when class was used
1627 in a compiled macro
1628
1629 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
1630 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
1631 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
1632 mcalib/MHCalibrationPixel.cc:
1633 - fixed the warns and errs in fLog's
1634
1635
1636
1637 2004/01/16: Abelardo Moralejo
1638
1639 * manalysis/MMcCalibrationCalc.cc
1640 - TMath::Max() is no longer used because it did not compile in some
1641 systems for unkown reasons. I replaced it by a safer (and may be
1642 slower) code.
1643 - Added calpix.SetFitValid();
1644
1645 * mhist/MHEvent.cc
1646 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
1647 be 1 in case of RMS:
1648 case kEvtPedestalRMS:
1649 fHist->SetCamContent(*(MCamEvent*)par, 1);
1650
1651
1652
1653 2004/01/15: Abelardo Moralejo
1654
1655 * macros/starmc.C
1656 - Added. Version of star showing new chain to get Hillas
1657 parameters (with Size calibrated in photons) from MC files.
1658
1659
1660
1661 2004/01/15: Javier Rico
1662
1663 * manalysis/MPedCalcPedRun.[h,cc]
1664 - optimize the running time
1665 - add (some) documentation
1666 - correct treatment for the case of several input files
1667
1668 * macros/pedvsevent.C
1669 - added
1670 - draw pedestal mean and rms vs event# for input pixel# and run
1671 file, and compares them to the global pedestal mean and rms
1672
1673
1674
1675 2004/01/15: Raquel de los Reyes
1676
1677 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
1678 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
1679 functions to compute the estimation of the error of the
1680 mean. It can be done calling to the function
1681 MCamEvent::SetBit(MHCamera::kVariance) in the macro
1682
1683
1684
1685 2004/01/15: Markus Gaug
1686
1687 * mhist/MHCamera.[h,cc]
1688 - incorporate Thomas's changes
1689 - replace void CreateProjection() by TH1D *Projection(const char*)
1690
1691 * macros/calibration.C
1692 - replace MHCamera->Draw("proj") by MHCamera->Projection()
1693 - produce better fits to the projection
1694
1695 * manalysis/MSimulatedAnnealing.[h,cc],
1696 mhist/MHSimulatedAnnealing.[h,cc]:
1697 - moved to directory mtools
1698 - MSimulatedAnnealing now inherits from TObject
1699
1700 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
1701 mhist/Makefile, mhist/HistLinkDef.h:
1702 - removed MSimulatedAnnealing
1703 - removed MHSimulatedAnnealing
1704
1705 * mtools/Makefile, mtools/AnalysisLinkDef.h:
1706 - added MSimulatedAnnealing
1707 - added MHSimulatedAnnealing
1708
1709
1710
1711 2004/01/15: Thomas Bretz
1712
1713 * manalysis/AnalysisLinkDef.h:
1714 - removed MCurrents
1715
1716 * mhist/MHCamera.[h,cc]:
1717 - added member function Projection
1718 - removed fYproj
1719
1720 * mreport/MReport*.*:
1721 - added more comments
1722
1723
1724
1725 2004/01/14: Markus Gaug
1726
1727 * mtools/MFFT.[h,cc]
1728 - new class to perform Fast Fourier Transforms
1729
1730 * mtools/Makefile
1731 * mtools/ToolsLinkDef.h
1732 - include MFFT
1733
1734 * manalysis/MExtractedSignalCam.h
1735 - removed variables fNumHiGainSamples and fNumLoGainSamples
1736 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
1737
1738 * manalysis/MExtractSignal.cc
1739 - updated call to SetUsedFADCSlices
1740
1741
1742
1743 2004/01/14: Abelardo Moralejo
1744
1745 * manalysis/MMcCalibrationCalc.cc:
1746 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
1747 This can happen (depending on camera simulation parameters), and
1748 rms = 0 later resulted in the pixel being eliminated in the
1749 image cleaning.
1750
1751
1752
1753 2004/01/14: Thomas Bretz
1754
1755 * Makefile:
1756 - replaced old style Makefile.depend by directory specific
1757 dependancy files
1758
1759 * Makefile.rules:
1760 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
1761 - added rule to make dependency files
1762 - added rule to remove dependancy files.
1763 - added rmdep as prerequisite to clean
1764 - include dependency file
1765
1766 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
1767 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
1768 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
1769 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
1770 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
1771 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
1772 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
1773 mtools/Makefile:
1774 - removed clean-rule, use the one in Makefile.rules instead
1775
1776 * mreport/Makefile, mreport/ReportLinkDef.h:
1777 - added MReportHelp
1778
1779 * mreport/MReportFileRead.cc:
1780 - moved code from MReportHelp to new file
1781 - removed usage of MReport class completely
1782
1783 * mfilter/MFGeomag.[h,cc]:
1784 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
1785 - changed the second loop from 0->1151 to 1152->2304
1786 - removed dummy arrays used for reading
1787 - output filename in case of 'file not found'
1788 - removed obsolete data members
1789 - removed obsolete Init function
1790 - removed forbidden underscore from member variable
1791 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
1792
1793 * mbase/MStatusDisplay.[h,cc]:
1794 - added new member function Open
1795 - added new menu entry kFileOpen
1796 - changed UpdatePSheader algorithm (the old one was much too slow)
1797
1798 * manalysis/MCurrents.[h,cc]:
1799 - removed (old outdated)
1800
1801 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1802 - removed MCurrents
1803
1804
1805
1806 2004/01/14: Wolfgang Wittek
1807
1808 * macros/ONOFFAnalysis.C:
1809 - current version
1810
1811 * mhist/MHSigmaTheta.[h,cc]:
1812 - replace MPedestalCam by MPedPhotCam
1813
1814 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
1815 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
1816 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
1817 - replace MPedestalCam by MPedPhotCam
1818
1819 * manalysis/MPedPhotPix.[h,cc]
1820 - uncomment SetRms()
1821
1822
1823
1824 2004/01/13: Markus Gaug
1825
1826 * manalysis/MExtractSignal.h
1827 - seems that the reduced light intensity of the CT1 Pulser
1828 results in broader pulses -> Set Default time slices to [3,10]
1829
1830 * mhist/MHCamera.cc
1831 - make Stat Window in option 'proj' bigger
1832 - add comment line at beginning of Draw()
1833
1834 * mcalib/MHCalibrationBlindPixel.[h.cc]
1835 - add Function DrawClone()
1836 - fix bug in calculation of integral (GetIntegral("width"))
1837 - restrict parameters tighter
1838 - declare fit as not valid, if less than 100 events
1839 in single photo-electron peak
1840
1841 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
1842 - fit now with fixed normalization
1843
1844 * mcalib/MHCalibrationPixel.[h.cc]
1845 - new function IsEmpty()
1846 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
1847
1848 * mcalib/MCalibrationPix.[h.cc]
1849 - F-Factor corrected and added error
1850 - Histograms not fitted if they are empty
1851 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
1852
1853 * mcalib/MCalibrationCam.cc
1854 - Square Root of Reduced Sigmas not taken, if they are < 0.
1855 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
1856
1857 * mcalib/MCalibrationCalc.cc
1858 - Blind Pixel is not additionally treated as normal pixel any more
1859 - Blind Pixel Draw replaced by DrawClone
1860
1861 * macros/calibration.C
1862 - took out some unused code
1863 - some default axis labelling corrected
1864
1865
1866
1867 2004/01/13: Abelardo Moralejo
1868
1869 * manalysis/MMcPedestalCopy.cc
1870 - added check of whether input file is a MC file before executing
1871 the PreProcess.
1872
1873
1874
1875 2004/01/13: Wolfgang Wittek
1876
1877 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
1878 - change macro to handle also MC events with finite sigmabar
1879
1880 * manalysis/MPadOn.[h,cc]:
1881 - deleted, is replaced by MPad
1882
1883 * manalysis/MPadOnOFF.[h,cc]:
1884 - deleted, is replaced by MPad
1885
1886 * manalysis/MPad.[h,cc]:
1887 - new class, replacing MPadON and MPadONOFF
1888 - handle also MC events with finite sigmabar
1889
1890 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1891 - replace MPadON and MPadONOFF by MPad
1892
1893
1894
1895 2004/01/13: Thomas Bretz
1896
1897 * mraw/MRawRunHeader.[h,cc]:
1898 - implemented new member function GetRunTypeStr
1899
1900 * Changelog.03:
1901 - added (contains entries of 2003)
1902
1903 * Changelog:
1904 - removed entries of 2003
1905
1906 * mfilter/MFGeomag.cc:
1907 - simplified open/close of input files
1908
1909 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
1910 - added some comments
1911 - added new member function GetError
1912
1913 * Makefile:
1914 - updated 'make dox' output for convinience
1915
1916 * macros/dohtml.C:
1917 - do not print Info's
1918 - added mcamera
1919 - added mpointing
1920 - added mreport
1921
1922 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
1923 - removed some obsolete comments (these comments confused THtml)
1924
1925 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
1926 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
1927 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
1928 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
1929 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
1930 - replaced MPedestalCam by MPedPhotCam
1931 - removed some obsolete includes
1932
1933 * mbase/BaseLinkDef.h, mbase/Makefile:
1934 - added MLogPlugin
1935 - added MLogHtml
1936
1937 * mbase/MLog.[h,cc]:
1938 - added use of plugins
1939
1940 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
1941 - added
1942
1943 * mbase/MStatusDisplay.[h,cc]:
1944 - added a Save-As dialog
1945
1946
1947
1948 2004/01/12: Thomas Bretz
1949
1950 * macros/rootlogon.C:
1951 - added mcamera to include path
1952 - added mpointing to include path
1953 - added mreport to include path
1954
1955 * mbase/MLog.cc:
1956 - updated my eMail address
1957
1958 * mbase/MParContainer.h:
1959 - added Read member function
1960
1961 * mbase/MStatusDisplay.[h,cc]:
1962 - changed size of ps-paper
1963 - added a user defined bottom line to the ps-files
1964 - added name (currently unused)
1965 - added title (used as possible bottom line in ps-file)
1966
1967 * mraw/MRawRunHeader.cc:
1968 - added some comments
1969
1970 * status.cc:
1971 - set name of input as bottom line of status display
1972
1973
1974
1975 2004/01/12: Abelardo Moralejo
1976
1977 * mimage/MStereoPar.cc
1978 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
1979 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
1980 Bug had no effect unless scale1 != scale2 (-> telescopes of
1981 different size).
1982
1983
1984
1985 2004/01/12: Markus Gaug
1986
1987 * manalysis/MExtractSignal.[h,cc]
1988 - take out some uncommented code
1989 - replace logainshift by two independent variables:
1990 logainfirst, logainlast
1991 - because in most data, maximum occurs in slice 4, shift default
1992 from slices 4-9 to slices 3-8.
1993
1994 * manalysis/MExtractedSignalPix.[h,cc]
1995 - took out some uncommented code
1996 - new initializers: instead of -1. now 99999.9
1997
1998
1999
2000 2004/01/09: Markus Gaug
2001
2002 * mcalib/MCalibrationCam.[h,cc]
2003 - take out 1-dim histos because we can use
2004 the projections in MHCamera (s.b.)
2005
2006 * mcalib/MHCalibrationBlindPixel.h
2007 - make the fit by default quiet
2008
2009 * mcalib/MHCalibrationPixel.[h,cc]
2010 * mcalib/MCalibrationPix.[h,cc]
2011 - Ranges of time slices stored independently for HiGain and LoGain
2012 in order to allow consecutive checks
2013
2014 * mhist/MHCamera.[h.cc]
2015 - add the possibility to call a Draw("proj") which will
2016 draw a Y-Projection of the histogram
2017
2018 * macros/calibration.C
2019 - apply the drawing of the projections and fit them
2020
2021 * mcalib/MCalibrationCalc.cc
2022 - catch the possibility of a calibration file,
2023 unintendedly being a pedestal or cosmic file.
2024 Program now exits with an error before doing the fits
2025
2026 * mcalib/MCalibrationPix.[h,cc]
2027 - fixed a bug in calculation of fFitValid.
2028 before, a call to IsFitValid() always returned false
2029
2030
2031
2032 2004/01/09: Javier L¢pez
2033
2034 * macros/bootcampstandardanalysis.C
2035 - added new macro that holds the main scheleton discussed in the
2036 december bootcamp in Wuerzburg. It runs first over a pedestal
2037 run, then over a calibration run, again over the pedestal run
2038 to compute de pedestal in number of photons and finally over a
2039 data run to calibrate the data.
2040
2041
2042
2043 2004/01/06: Sebastian Raducci
2044
2045 * manalysis/MArrivalTime.[h,cc]
2046 - added new method to calculate photon arrival times. It uses the
2047 TSpline5 Root Class to interpolate the Fadc Slices. The time is
2048 the abscissa value of the absolute maximum of the interpolation
2049 - added new method to find clusters with similar arrival times.
2050 For now it's a preliminary version. It simply search for adiacent
2051 pixels having the same arrival time (color).
2052
2053 * manalysis/MArrivalTimeCalc.[h,cc]
2054 - modified the Process() method according to the changes in the
2055 Arrival Time Cointainer
2056
2057 * mmain/MEventDisplay.cc
2058 - added new tab in the camera event display to show the arrival
2059 time. This arrival time is calculated with the spline method
2060 - the old Arrival Time pad now it's called Max Slice Idx, because
2061 it's only the index of the slice with the max content.
2062
2063 * mhist/MHEvent.[h,cc]
2064 - added new fType in te enumeration to handle the arrival time
2065 histos
Note: See TracBrowser for help on using the repository browser.