source: trunk/MagicSoft/Mars/Changelog@ 2885

Last change on this file since 2885 was 2885, checked in by tbretz, 21 years ago
*** empty log message ***
File size: 21.2 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/01/22: Thomas Bretz
7
8 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
9 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
10 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
11 mcalib/MCalibrationBlindPixel.[h,cc],
12 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
13 mcalib/MHCalibrationBlindPixel.[h,cc],
14 mcalib/MHCalibrationPINDiode.[h,cc]:
15 - cleaned up includes
16
17
18
19 2004/01/22: Raquel de los Reyes
20
21 * macros/CCDataCheck.C
22 - macro to check the data from the central control (.rep files).
23
24
25
26 2004/01/22: Markus Gaug
27
28 * macros/calibration.C
29 - made MStatusDisplay 3 bit smaller
30
31 * manalysis/MExtractSignal.cc
32 - put fSignals->SetUsedFADCSlices into PreProcess
33
34 * manalysis/MPedCalcPedRun.cc
35 - calculate PedRMS as RMS of the sums, later renormalized to units
36 of RMS/slice (eliminate the wrong effect of odd and even slices)
37
38 * mcalib/MCalibrationCalc.cc
39 - if bit SkipBlindPixelFit is set, now number of photons outside
40 plexiglass is not intended to be calculated any more (previous
41 bug)
42 - exclude excluded pixels in eventloop
43
44 * mcalib/MHCalibrationBlindPixel.[h,cc]
45 - move functions to pointer again (otherwise, Clone will give
46 strange results)
47
48
49
50 2004/01/21: Abelardo Moralejo
51
52 * mcalib/MMcCalibrationCalc.[h,cc]
53 - Added. First version of the task intended to calculate the
54 conversion factors from ADC counts to photons in the MC. It has
55 a different aim than the recently renamed class
56 "MMcCalibrationUpdate" (which takes care that the correct
57 pedestals and conversion factors are supplied to each event, but
58 does not really calculate anything).
59
60 * mcalib/Makefile, CalibLinkDef.h
61 - Added new class MMcCalibrationCalc
62
63 * manalysis/MMcCalibrationUpdate.[h,cc]
64 - Now the container MCalibrationCam is not created or modified if
65 it is found that one such container already exists in the
66 Parameter list (from a previous calibration).
67
68
69
70 2004/01/21: Thomas Bretz
71
72 * mraw/MRawRead.cc:
73 - restore the fake time for all runs (current time stamp in
74 the data seems to be toally nonsense)
75
76 * mraw/MRawEvtHeader.cc:
77 - removed decoding of real time (current time stamp in the data
78 seems to be toally nonsense)
79
80
81
82 2004/01/21: Abelardo Moralejo
83
84 * mmc/MMcEvt.hxx
85 - Uncommented 6 Getter functions (those regarding the number of
86 photons surviving the different stages of simulation).
87
88 * manalysis/MMcCalibrationUpdate.[h,cc]
89 - Added (see below).
90
91 * manalysis/MMcCalibrationCalc.[h,cc]
92 - Removed: changed name of this class to MMcCalibrationUpdate,
93 which is more representative of what it really does. Moved
94 the filling of the MCalibrationCam container from Process to
95 ReInit, since it does not change on an event by event basis.
96 Simplified PreProcess (MCalibrationCam was searched for twice).
97 Updated class description and comments.
98
99 * manalysis/Makefile, AnalysisLinkDef.h
100 - Adapted to change above
101
102 * macros/starmc.C
103 - Adapted to change above. Changed also task instance name from
104 mccalibcalc to mccalibupdate.
105
106
107
108 2004/01/21: Raquel de los Reyes
109
110 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
111 and mcamera/MCameraCalibration.h
112 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
113 the private data members of the class.
114
115
116
117 2004/01/20: Thomas Hengstebeck
118
119 * mranforest/MRanForestCalc.[h,cc]
120 - Added member functions Grow (training of RF) and Fill (reading in
121 trained forest from file) which simplify macros.
122 One just needs to call them instead of using MRanForestGrow and
123 MRanForestFill (and the related training and fill loops) in a
124 macro.
125
126
127
128 2004/01/20: Abelardo moralejo
129
130 * manalysis/MMcCalibrationCalc.cc
131 - removed call to MCalibrationPix::SetPedestal, which was not
132 needed.
133
134
135
136 2004/01/20: Thomas Bretz
137
138 * Makefile:
139 - replaced 'make' by '$(MAKE)'
140
141 * Makefile.rules:
142 - added Makefile itself to dependencies
143
144 * mbase/MTask.cc:
145 - added comment about ReInit
146
147 * mhbase/MH.cc:
148 - do not clear pad in DrawClone if 'same' option given
149
150 * mhist/MHVsTime.cc:
151 - evaluate 'same' option
152
153 * mfileio/MReadCurrents.[h,cc]:
154 - obsolete, removed
155
156 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
157 - added some comments
158
159
160
161 2004/01/20: Abelardo moralejo
162
163 * mcalib/MHCalibrationPINDiode.cc
164 - Added call to SetDirecory(0) for histograms fHErrCharge,
165 fHPCharge, fHPTime.
166
167 * manalysis/MCerPhotPix.h:
168 - Changed position of declaration of fIsSaturated to be the last
169 private variable. Otherwise, since in the constructor it is
170 initialized in the last place, a warning is displayed upon
171 compilation in some systems.
172
173
174
175 2004/01/20: Markus Gaug
176 * mcalib/Makefile, manalysis/Makefile:
177 - include directory ../mtools
178
179 * mtools/MFFT.[h,cc]
180 - class inherits from TObject now
181
182
183
184 2004/01/19: Markus Gaug
185
186 * mcalib/MHCalibrationBlindPixel.[h,cc]
187 - fixed a bug in fFitLegend due to which program crashed by calls
188 to DrawClone
189 - Modified way to change the fit function
190
191 * mcalib/MHCalibrationPixel.[h,cc]
192 - reordered function calls
193 - removed SetupFill
194
195 * mcalib/MHCalibrationPINDiode.h
196 - reordered function calls
197
198 * mcalib/MCalibrationPix.[h,cc]
199 - limits to define fFitValid now as variables in class
200
201 * mcalib/MCalibrationCam.[h,cc]
202 - reordered function calls
203 - incorporate option to exclude pixels
204
205 * mcalib/MCalibrationBlindPix.h
206 - Modified way to change the fit function
207
208 * mcalib/MCalibrationCalc.[h,cc]
209 - Modified way to change the fit function
210 - incorporate option to exclude pixels from configuration file
211
212 * macros/calibration.C
213 - Modified way to change the fit function
214 - incorporate option to exclude pixels from configuration file
215
216
217
218 2004/01/19: Javier Rico
219
220 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
221 - Added documentation of member functions
222
223
224
225 2004/01/19: Abelardo Moralejo
226
227 * manalysis/MCerPhotPix.[h,cc]
228 - Added fIsSaturated to flag whether low gain of the pixel is
229 saturated. Added corresponding getter and setter functions.
230 Updated ClassDef to version 2.
231
232 * mcalib/MCalibrate.cc
233 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
234 one low gain FADC slice is saturated.
235
236 * mimage/MNewImagePar.[h,cc]
237 - Added new member variable fNumSaturatedPixels to count how many
238 pixels were saturated. Updated ClassDef to version 2.
239
240
241
242 2004/01/19: Thomas Bretz
243
244 * manalysis/MPedPhotCalc.[cc,h]:
245 - fixed order of includes
246 - removed obsolete forward declarations
247 - removed obsolete data member fNumPixels (stored already twice in
248 the two TArrayF)
249 - fixed some small bugs in the documentation
250
251 * manalysis/MPedCalcPedRun.cc:
252 - updated my eMail address
253
254
255
256 2004/01/19: Javier Rico
257
258 * macros/dohtml.C, NEWS
259 - include some missing info
260
261
262
263 2004/01/19: Abelardo Moralejo
264
265 * manalysis/MExtractedSignalPix.h
266 - added GetNumLoGainSaturated()
267
268
269
270 2004/01/19: Markus Gaug
271
272 * macros/dohtml.C
273 - include calibration.C
274
275 * manalysis/MExtractSignal.cc
276 - warning of logain saturation now only once per event (out of loop)
277
278 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
279 - new Flag fExcluded to indicate if pixel has been excluded from
280 further analysis
281
282
283
284 2004/01/16: Javier Rico & Pepe Flix
285
286 * manalysis/MPedPhotCalc.[cc,h]
287 - added
288 - new class for the evaluation of pedestals in units of photons
289 using the extracted signal from pedestal runs and calibration
290 constants defined in MCalibrate
291
292 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
293 - added entries for MPedPhotCalc
294
295 * macros/pedphotcalc.C
296 - added
297 - example on how to use MPedPhotCalc task
298
299
300
301 2004/01/16: Markus Gaug
302
303 * mcalib/MCalibrationFits.h
304 - removed and incorporated in MHCalibrationBlindPixel.h
305
306 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
307 mcalib/MCalibrationBlindPix.h:
308 - incorporate Fit functions
309 - fixed a bug due to which DrawClone crashed when class was used
310 in a compiled macro
311
312 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
313 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
314 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
315 mcalib/MHCalibrationPixel.cc:
316 - fixed the warns and errs in fLog's
317
318
319
320 2004/01/16: Abelardo Moralejo
321
322 * manalysis/MMcCalibrationCalc.cc
323 - TMath::Max() is no longer used because it did not compile in some
324 systems for unkown reasons. I replaced it by a safer (and may be
325 slower) code.
326 - Added calpix.SetFitValid();
327
328 * mhist/MHEvent.cc
329 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
330 be 1 in case of RMS:
331 case kEvtPedestalRMS:
332 fHist->SetCamContent(*(MCamEvent*)par, 1);
333
334
335
336 2004/01/15: Abelardo Moralejo
337
338 * macros/starmc.C
339 - Added. Version of star showing new chain to get Hillas
340 parameters (with Size calibrated in photons) from MC files.
341
342
343
344 2004/01/15: Javier Rico
345
346 * manalysis/MPedCalcPedRun.[h,cc]
347 - optimize the running time
348 - add (some) documentation
349 - correct treatment for the case of several input files
350
351 * macros/pedvsevent.C
352 - added
353 - draw pedestal mean and rms vs event# for input pixel# and run
354 file, and compares them to the global pedestal mean and rms
355
356
357
358 2004/01/15: Raquel de los Reyes
359
360 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
361 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
362 functions to compute the estimation of the error of the
363 mean. It can be done calling to the function
364 MCamEvent::SetBit(MHCamera::kVariance) in the macro
365
366
367
368 2004/01/15: Markus Gaug
369
370 * mhist/MHCamera.[h,cc]
371 - incorporate Thomas's changes
372 - replace void CreateProjection() by TH1D *Projection(const char*)
373
374 * macros/calibration.C
375 - replace MHCamera->Draw("proj") by MHCamera->Projection()
376 - produce better fits to the projection
377
378 * manalysis/MSimulatedAnnealing.[h,cc],
379 mhist/MHSimulatedAnnealing.[h,cc]:
380 - moved to directory mtools
381 - MSimulatedAnnealing now inherits from TObject
382
383 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
384 mhist/Makefile, mhist/HistLinkDef.h:
385 - removed MSimulatedAnnealing
386 - removed MHSimulatedAnnealing
387
388 * mtools/Makefile, mtools/AnalysisLinkDef.h:
389 - added MSimulatedAnnealing
390 - added MHSimulatedAnnealing
391
392
393
394 2004/01/15: Thomas Bretz
395
396 * manalysis/AnalysisLinkDef.h:
397 - removed MCurrents
398
399 * mhist/MHCamera.[h,cc]:
400 - added member function Projection
401 - removed fYproj
402
403 * mreport/MReport*.*:
404 - added more comments
405
406
407
408 2004/01/14: Markus Gaug
409
410 * mtools/MFFT.[h,cc]
411 - new class to perform Fast Fourier Transforms
412
413 * mtools/Makefile
414 * mtools/ToolsLinkDef.h
415 - include MFFT
416
417 * manalysis/MExtractedSignalCam.h
418 - removed variables fNumHiGainSamples and fNumLoGainSamples
419 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
420
421 * manalysis/MExtractSignal.cc
422 - updated call to SetUsedFADCSlices
423
424
425
426 2004/01/14: Abelardo Moralejo
427
428 * manalysis/MMcCalibrationCalc.cc:
429 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
430 This can happen (depending on camera simulation parameters), and
431 rms = 0 later resulted in the pixel being eliminated in the
432 image cleaning.
433
434
435
436 2004/01/14: Thomas Bretz
437
438 * Makefile:
439 - replaced old style Makefile.depend by directory specific
440 dependancy files
441
442 * Makefile.rules:
443 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
444 - added rule to make dependency files
445 - added rule to remove dependancy files.
446 - added rmdep as prerequisite to clean
447 - include dependency file
448
449 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
450 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
451 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
452 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
453 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
454 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
455 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
456 mtools/Makefile:
457 - removed clean-rule, use the one in Makefile.rules instead
458
459 * mreport/Makefile, mreport/ReportLinkDef.h:
460 - added MReportHelp
461
462 * mreport/MReportFileRead.cc:
463 - moved code from MReportHelp to new file
464 - removed usage of MReport class completely
465
466 * mfilter/MFGeomag.[h,cc]:
467 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
468 - changed the second loop from 0->1151 to 1152->2304
469 - removed dummy arrays used for reading
470 - output filename in case of 'file not found'
471 - removed obsolete data members
472 - removed obsolete Init function
473 - removed forbidden underscore from member variable
474 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
475
476 * mbase/MStatusDisplay.[h,cc]:
477 - added new member function Open
478 - added new menu entry kFileOpen
479 - changed UpdatePSheader algorithm (the old one was much too slow)
480
481 * manalysis/MCurrents.[h,cc]:
482 - removed (old outdated)
483
484 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
485 - removed MCurrents
486
487
488
489 2004/01/14: Wolfgang Wittek
490
491 * macros/ONOFFAnalysis.C:
492 - current version
493
494 * mhist/MHSigmaTheta.[h,cc]:
495 - replace MPedestalCam by MPedPhotCam
496
497 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
498 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
499 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
500 - replace MPedestalCam by MPedPhotCam
501
502 * manalysis/MPedPhotPix.[h,cc]
503 - uncomment SetRms()
504
505
506
507 2004/01/13: Markus Gaug
508
509 * manalysis/MExtractSignal.h
510 - seems that the reduced light intensity of the CT1 Pulser
511 results in broader pulses -> Set Default time slices to [3,10]
512
513 * mhist/MHCamera.cc
514 - make Stat Window in option 'proj' bigger
515 - add comment line at beginning of Draw()
516
517 * mcalib/MHCalibrationBlindPixel.[h.cc]
518 - add Function DrawClone()
519 - fix bug in calculation of integral (GetIntegral("width"))
520 - restrict parameters tighter
521 - declare fit as not valid, if less than 100 events
522 in single photo-electron peak
523
524 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
525 - fit now with fixed normalization
526
527 * mcalib/MHCalibrationPixel.[h.cc]
528 - new function IsEmpty()
529 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
530
531 * mcalib/MCalibrationPix.[h.cc]
532 - F-Factor corrected and added error
533 - Histograms not fitted if they are empty
534 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
535
536 * mcalib/MCalibrationCam.cc
537 - Square Root of Reduced Sigmas not taken, if they are < 0.
538 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
539
540 * mcalib/MCalibrationCalc.cc
541 - Blind Pixel is not additionally treated as normal pixel any more
542 - Blind Pixel Draw replaced by DrawClone
543
544 * macros/calibration.C
545 - took out some unused code
546 - some default axis labelling corrected
547
548
549
550 2004/01/13: Abelardo Moralejo
551
552 * manalysis/MMcPedestalCopy.cc
553 - added check of whether input file is a MC file before executing
554 the PreProcess.
555
556
557
558 2004/01/13: Wolfgang Wittek
559
560 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
561 - change macro to handle also MC events with finite sigmabar
562
563 * manalysis/MPadOn.[h,cc]:
564 - deleted, is replaced by MPad
565
566 * manalysis/MPadOnOFF.[h,cc]:
567 - deleted, is replaced by MPad
568
569 * manalysis/MPad.[h,cc]:
570 - new class, replacing MPadON and MPadONOFF
571 - handle also MC events with finite sigmabar
572
573 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
574 - replace MPadON and MPadONOFF by MPad
575
576
577
578 2004/01/13: Thomas Bretz
579
580 * mraw/MRawRunHeader.[h,cc]:
581 - implemented new member function GetRunTypeStr
582
583 * Changelog.03:
584 - added (contains entries of 2003)
585
586 * Changelog:
587 - removed entries of 2003
588
589 * mfilter/MFGeomag.cc:
590 - simplified open/close of input files
591
592 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
593 - added some comments
594 - added new member function GetError
595
596 * Makefile:
597 - updated 'make dox' output for convinience
598
599 * macros/dohtml.C:
600 - do not print Info's
601 - added mcamera
602 - added mpointing
603 - added mreport
604
605 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
606 - removed some obsolete comments (these comments confused THtml)
607
608 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
609 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
610 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
611 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
612 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
613 - replaced MPedestalCam by MPedPhotCam
614 - removed some obsolete includes
615
616 * mbase/BaseLinkDef.h, mbase/Makefile:
617 - added MLogPlugin
618 - added MLogHtml
619
620 * mbase/MLog.[h,cc]:
621 - added use of plugins
622
623 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
624 - added
625
626 * mbase/MStatusDisplay.[h,cc]:
627 - added a Save-As dialog
628
629
630
631 2004/01/12: Thomas Bretz
632
633 * macros/rootlogon.C:
634 - added mcamera to include path
635 - added mpointing to include path
636 - added mreport to include path
637
638 * mbase/MLog.cc:
639 - updated my eMail address
640
641 * mbase/MParContainer.h:
642 - added Read member function
643
644 * mbase/MStatusDisplay.[h,cc]:
645 - changed size of ps-paper
646 - added a user defined bottom line to the ps-files
647 - added name (currently unused)
648 - added title (used as possible bottom line in ps-file)
649
650 * mraw/MRawRunHeader.cc:
651 - added some comments
652
653 * status.cc:
654 - set name of input as bottom line of status display
655
656
657
658 2004/01/12: Abelardo Moralejo
659
660 * mimage/MStereoPar.cc
661 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
662 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
663 Bug had no effect unless scale1 != scale2 (-> telescopes of
664 different size).
665
666
667
668 2004/01/12: Markus Gaug
669
670 * manalysis/MExtractSignal.[h,cc]
671 - take out some uncommented code
672 - replace logainshift by two independent variables:
673 logainfirst, logainlast
674 - because in most data, maximum occurs in slice 4, shift default
675 from slices 4-9 to slices 3-8.
676
677 * manalysis/MExtractedSignalPix.[h,cc]
678 - took out some uncommented code
679 - new initializers: instead of -1. now 99999.9
680
681
682
683 2004/01/09: Markus Gaug
684
685 * mcalib/MCalibrationCam.[h,cc]
686 - take out 1-dim histos because we can use
687 the projections in MHCamera (s.b.)
688
689 * mcalib/MHCalibrationBlindPixel.h
690 - make the fit by default quiet
691
692 * mcalib/MHCalibrationPixel.[h,cc]
693 * mcalib/MCalibrationPix.[h,cc]
694 - Ranges of time slices stored independently for HiGain and LoGain
695 in order to allow consecutive checks
696
697 * mhist/MHCamera.[h.cc]
698 - add the possibility to call a Draw("proj") which will
699 draw a Y-Projection of the histogram
700
701 * macros/calibration.C
702 - apply the drawing of the projections and fit them
703
704 * mcalib/MCalibrationCalc.cc
705 - catch the possibility of a calibration file,
706 unintendedly being a pedestal or cosmic file.
707 Program now exits with an error before doing the fits
708
709 * mcalib/MCalibrationPix.[h,cc]
710 - fixed a bug in calculation of fFitValid.
711 before, a call to IsFitValid() always returned false
712
713
714
715 2004/01/09: Javier L¢pez
716
717 * macros/bootcampstandardanalysis.C
718 - added new macro that holds the main scheleton discussed in the
719 december bootcamp in Wuerzburg. It runs first over a pedestal
720 run, then over a calibration run, again over the pedestal run
721 to compute de pedestal in number of photons and finally over a
722 data run to calibrate the data.
723
724
725
726 2004/01/06: Sebastian Raducci
727
728 * manalysis/MArrivalTime.[h,cc]
729 - added new method to calculate photon arrival times. It uses the
730 TSpline5 Root Class to interpolate the Fadc Slices. The time is
731 the abscissa value of the absolute maximum of the interpolation
732 - added new method to find clusters with similar arrival times.
733 For now it's a preliminary version. It simply search for adiacent
734 pixels having the same arrival time (color).
735
736 * manalysis/MArrivalTimeCalc.[h,cc]
737 - modified the Process() method according to the changes in the
738 Arrival Time Cointainer
739
740 * mmain/MEventDisplay.cc
741 - added new tab in the camera event display to show the arrival
742 time. This arrival time is calculated with the spline method
743 - the old Arrival Time pad now it's called Max Slice Idx, because
744 it's only the index of the slice with the max content.
745
746 * mhist/MHEvent.[h,cc]
747 - added new fType in te enumeration to handle the arrival time
748 histos
Note: See TracBrowser for help on using the repository browser.