source: trunk/MagicSoft/Mars/Changelog@ 3185

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