source: trunk/MagicSoft/Mars/Changelog@ 3027

Last change on this file since 3027 was 3027, checked in by gaug, 21 years ago
*** empty log message ***
File size: 41.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/02/05: Markus Gaug
7 * mcalib/MHCalibrationPixel.[h,cc]
8 - put an NDF limit for the fit
9 - removed all TStrings and replace them by Form(..)
10 - Check for nan's of all returned fit values
11
12 * mcalib/MCalibrationPix.[h,cc]
13 - reshuffled HiLoGainConversion, calculation of F-Factor method,
14 - calculation of total F-Factor of the readout.
15
16
17 2004/02/05: Abelardo Moralejo
18
19 * macros/starmc2.C
20 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
21 for both MMcEvt and MMcRunHeader since these containers are
22 not present in real data. Name of macro is no longer adequate if
23 we will use it for calibrated real data (to be changed if so).
24
25 2004/02/05: Sebastian Raducci
26
27 * mtools/MCubicSpline.[h,cc]
28 - added
29 - this class will take the place of the TSpline class to
30 calculate arrival times
31
32 * mtools/MCubicCoeff.[h,cc]
33 - added
34 - this class is used by MCubicSpline to store coefficients
35
36 * macros/spline.C
37 - added
38 - test macro. Shows how to use the MCubicSpline class
39 - it could be used to test the methods of the Spline class
40
41
42 2004/02/05: Thomas Bretz
43
44 * mmain/MBrowser.cc:
45 - fixed a double deletion of a TGLayoutHints
46
47
48
49 2004/02/04: Markus Gaug
50
51 * mmain/MBrowser.cc:
52 - corrected TGTReeLBEntry for TGTreeLBEntry
53
54
55
56 2004/02/04: Thomas Bretz
57
58 * manalysis/MExtractSignal2.cc:
59 - don't allow odd numbers for the window size
60
61 * mfilter/MFilterList.cc:
62 - corrected a wrong logging message
63
64 * mmain/MBrowser.cc:
65 - added '/data/MAGIC' as shortcut in the combo box
66
67 * mraw/MRawEvtPixelIter.cc:
68 - optimized calculation of MaxIdx
69
70
71
72 2004/02/04: Abelardo Moralejo
73
74 * macros/starmc2.C
75 - removed unnecessary variables BinsHigh, BinsLow
76
77
78
79 2004/02/04: Markus Gaug
80
81 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
82 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
83 macros/calibration.C:
84 - histograms are now filled with MFillH as proposed and coded by
85 Thomas Bretz. Some modifications had to be done, however.
86 - Class to hold MHPedestalPixel is still MPedestalCam
87 - MPedCalcPedRun does nothing any more (except from what is was
88 doing before)
89
90 * manalysis/MExtractSignal.cc
91 - remove uncommented code
92
93 * mcalib/MCalibrationCalc.[h,cc]
94 - modified way to handle histogram overflow: Now flags are set and
95 ChargevsN histogram is not tried to be filled subsequently
96
97
98
99 2004/02/03: Markus Gaug
100
101 * manalysis/MHExtractedSignalPix.[h,cc]
102 - added Thomas B. modified version of MHPedestalPixel. Later will
103 remove MHPedestalPixel
104
105 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
106 manalysis/MCalibrationCam.cc, macros/calibration.C:
107 - now split completely absolute and relative times. Absolute
108 times are not fitted, but their histogram mean and rms are
109 returned.
110
111
112
113 2004/02/03: Thomas Bretz
114
115 * mfileio/MReadTree.cc:
116 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
117
118 * manalysis/MExtractSignal.[h,cc]:
119 - moved code to extract the signal from Process to
120 new member function FindSignal, I left the arrival time
121 extraction as commented-out code in the code just as a
122 demonstration to do this very fast.
123
124
125
126 2004/02/02: Markus Gaug
127
128 * manalysis/MPedCalcPedRun.cc
129 - corrected formulae in Class description
130
131 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
132 manalysis/MMcCalibrationUpdate.cc:
133 - calculate relative times and absolute times. Fit only
134 the relative ones.
135
136
137
138 2004/02/02: Abelardo Moralejo
139
140 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
141 - removed file type check (MC or data) from PreProcess since now
142 run headers are not yet known at that point.
143
144 * mcalib/MMcCalibrationCalc.cc
145 - same as above.
146
147 * NEWS
148 - updated.
149
150
151
152 2004/02/02: Thomas Bretz
153
154 * manalysis/MExtractSignal2.[h,cc]:
155 - added new task which takes a given number of slices with the
156 highest integral content as signal.
157
158 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
159 - added MExtractSignal2
160
161
162
163 2004/01/30: Abelardo Moralejo
164
165 * macros/starmc.C
166 - changed default FADC integration range (more adequate for coming
167 camera version).
168
169 * macros/mccalibrate.C, starmc2.C
170 - added. First macro transforms input files from camera simulation
171 into files with pixel data already calibrated in photons. The
172 second reads in an already calibrated data file and produces an
173 output file with Hillas parameters. Both together do the same as
174 starmc.C, but it is convenient to have files containing
175 calibrated pixel information.
176
177
178
179 2004/01/30: Thomas Bretz
180
181 * mbase/MDirIter.h:
182 - added GetNumEntries
183
184 * mhist/MHEvent.cc:
185 - added a dynamic_cast from MParContainer to MCamEvent to get the
186 correct pointer to the correct base-class.
187
188 * mbase/MStatusDisplay.cc:
189 - In EventInfo check whether gPad==0
190
191 * mfileio/MReadMarsFile.cc:
192 - removed reading RunHeaders from PreProcess, this resulted
193 in strange behaviour of writing RunHeaders
194 - fixed consistency check for RunType accordingly
195
196 * mfilter/MFilterList.cc:
197 - do not skip adding filter if only a filter with the same name
198 exists
199
200 * mraw/MRawFileRead.cc:
201 - added an output message if run header is not accessible
202
203 * mraw/MRawRunHeader.[h,cc]:
204 - initialize fRunType to new enum kRTNone
205
206 * mfilter/MFGeomag.cc:
207 - set fResult to kFALSE at the beginning of Process
208 - according to this removed setting fResult=kFALSE before return
209 - replaced some float by Float_t
210 - added some const-qualifiers
211 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
212 with rnd = R * (r2-r1)/2 to make sure that we cannot
213 devide by 0
214
215 * manalysis/MPedCalcPedRun.cc:
216 - added some comments
217
218 * Makefile:
219 - added mjobs
220
221 * mjobs/*:
222 - added
223
224 * mbase/Makefile, mbase/BaseLinkDef.h:
225 - added MRunIter
226
227 * mbase/MRunIter.[h,cc]:
228 - added
229
230
231
232 2004/01/30: Markus Gaug
233
234 * manalysis/MPedestalCam.h
235 - added function IsUsedHists()
236
237 * manalysis/MPedestalCam.cc
238 - modified GetPixelContent
239
240 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
241 - include storage of number of used FADC slices to compare later
242 the pedestal per slice ( and sigma per slice)
243 - return relative differences in GetPixelContent
244
245 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
246 - fBlindPixelId and fPINDiodeId now like in PedestalCam
247 - fill Blind Pixel with information about its fitted pedestal if
248 available
249 - initialize charges histogram with a bigger range
250 - use pedestal information to constrain the pedestal fit ranges
251
252 * manalysis/MHPedestalPixel.cc
253 - initialize charges histogram with a bigger range
254
255 * macros/calibration.C
256 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
257 - apply new GetPixelContents of MPedestalCam (more calculations
258 and displays of errors, correction for different FADC slice
259 number)
260
261 * manalysis/MExtractSignal.cc
262 - not access to MArrivalTime any more. The same information is
263 stored in MRawEvt->GetPixelContent(...)
264
265 * manalysis/MCalibrationCalc.cc
266 - retrieve default arrival time from MRawEvt
267
268 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
269 - check for NaN's in fit results
270
271
272
273 2004/01/29: Abelardo Moralejo
274
275 * mfileio/MWriteFile.h
276 - added missing declaration of ReInit
277
278 * manalysis/MMcCalibrationUpdate.cc
279 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
280 to adapt to recent changes in MCalibrate.
281
282
283
284 2004/01/29: Thomas Bretz
285
286 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
287 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
288 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
289 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
290 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
291 - split derivement into MParContainer and MCamEvent
292
293 * manalysis/MExtractSignalCam.[h,cc]:
294 - removed obsolete MExtractSignal::ReInit
295 - added -> to fArray
296
297 * mbase/MParList.h:
298 - added a new bit kIsProcessing
299
300 * mbase/MTaskList.cc:
301 - fixed the handling of kDoNotReset and the bahaviour of
302 SetReadyToSave, such that it is possible to write all
303 headers
304
305 * mfileio/MWriteFile.cc:
306 - added ReInit which also calls CheckAndWrite
307
308 * mgui/MCamEvent.h:
309 - does not derive from MParContainer anymore
310
311
312
313 2004/01/29: Markus Gaug
314
315 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
316 mcalib/MCalibrationConfig.h
317 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
318 directly into the corresponding classes.
319
320
321
322 2004/01/29: Nicola Galante
323
324 * mhistmc/MHMcTriggerLvl2.[h,cc]:
325 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
326 added string checking to return also
327 fHistCellPseudoSize, fHistCellPseudoSizeNorm
328 and fHistCellPseudoSizeEnergy.
329 - Added inline functions GetHistCellPseudoSize() and
330 GetHistCellPseudoSizeNorm().
331
332
333
334 2004/01/28: Javier Rico
335
336 * mcalib/MCalibrate.[h.cc]
337 - include possibility to select the calibration method to be used
338
339
340
341 2004/01/28: Markus Gaug
342
343 * mcalib/MCalibrate.[h.cc]
344 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
345
346 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
347 - included flags to indicate if Blind Pixel Method or PIn Diode
348 method was OK. Up to now, program stopped, if one of the two
349 methods was chosen but not able to being executed.
350
351 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
352 manalysis/MGeomApply.cc:
353 - put all missing InitSize(npixels) into MGeomApply
354
355 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
356 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
357 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
358 - include possibility to fit the pedestals with Gaussian.
359 - old methods are not affected.
360 - add new method with MPedCalcPedRun::SetUseHists()
361
362
363
364 2004/01/28: Abelardo Moralejo
365
366 * mcalib/MMcCalibration.cc
367 - fixed wrong variable type in call to TH1F constructor (number of
368 bins is now integer), which resulted in a compilation warning.
369
370
371
372 2004/01/28: Thomas Bretz
373
374 * manalysis/MPedestalCam.cc:
375 - removed unwanted CheckBound from operators. CheckBounds is ONLY
376 ment for really old MC files and will be removed in the future
377 anyhow.
378
379 * mcalib/MHCalibrationPixel.h:
380 - removed obsolete include of MFFT
381
382 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
383 manalysis/MPedestalCam.[h,cc]:
384 - removed use of obsolete MPedestalCam::CheckBounds. This was
385 a workaround for a 'bug' in very old camera files, which is not
386 necessary anymore.
387
388 * manalysis/MCerPhotAnal2.[h,cc]:
389 - replaced MPedestalCam by MPedPhotCam
390
391 * manalysis/MExtractSignal.cc:
392 - some small simplification to the signal extraction
393 - removed some obsolete variables
394 - replaced for by while
395 - removed obsolete casts
396
397 * mmain/MEventDisplay.cc:
398 - gave names to the filters
399 - removed adding MHCamera to fList because it was deleted twice
400
401 * mhist/MHCamera.cc:
402 - fixed usage of fPainter in Paint() - title was not updated
403 correctly
404
405
406
407 2004/01/28: Sebastian Raducci
408
409 * manalysis/MArrivalTime.[h,cc]:
410 - removed all the code relative to the cluster evaluation
411
412
413
414 2004/01/27: Markus Gaug
415
416 * manalysis/MPedestalPix.cc:
417 - initialize default values to 0 instead of -1.
418
419 * manalysis/MPedestalCam.[h,cc]:
420 - include CheckBounds, also in operator[]
421
422 * mcalib/MCalibrationCam.[h,cc]:
423 - apparently, there was a reference to InitSize(UInt_t i) instead
424 of InitSize(Int_t i), where compiler complained, now changed
425
426 * mcalib/MHCalibration*, mcalib/MCalibration*:
427 - fixed all Clear()'s, Reset()'s, direct intializers
428
429
430
431 2004/01/27: Thomas Bretz
432
433 * mdata/MDataChain.cc:
434 - added '%' to supported operators
435
436
437
438 2004/01/26: Nicola Galante
439
440 * manalysis/MMcTriggerLvl2.[cc,h]:
441
442 - Defined some static constants to avoid ugly "magic numbers"
443 in arrays: gsNCells, gsNTrigPixels,
444 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
445 - Added method
446 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
447 which computes compact pixels into a given L2T macrocell.
448 - Added method
449 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
450 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
451 macrocells
452 - Added method
453 MMcTriggerLvl2::GetCellPseudoSize() const
454 which returns fCellPseudoSize
455 - Added method
456 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
457 which controls whether a pixel belongs to a given L2T cell.
458 - Added method
459 MMcTriggerLvl2::GetMaxCell() const
460 which returns fMaxCell, the cell with the maximum
461 fCellPseudoSize.
462
463
464
465 2004/01/26: Markus Gaug, Michele Doro
466
467 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
468 - moved calculation of arrival time from MArrivalTime to
469 MArrivalTimeCalc. MArrivalTime does not do any Process-job
470 anymore
471 - TSpline5 now on stack.
472 - function to set the stepsize
473
474 * mcalib/MHCalibrationBlindPixel.[h,cc]:
475 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
476 - implement combined Polya fit and Michele's back-scattered electron
477 fit
478
479 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
480 mcalib/MCalibrationPINDiode.cc:
481 - combine FitChargeHiGain and FitChargeLoGain into one function
482
483 * macros/calibration.C
484 - improve double gauss fit a bit
485
486
487
488 2004/01/26: Thomas Bretz
489
490 * mraw/MRawEvtPixelIter.[h,cc]:
491 - removed member function GetNumPixels. For more details see mantis.
492
493 * manalysis/MArrivalTime.[h,cc]:
494 - reorganized includes
495 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
496 definition
497 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
498 PROGRAM
499
500 * manalysis/MArrivalTimeCalc.[h,cc]:
501 - reorganized includes
502 - removed many obsolete code, exspecially copy&paste relicts!
503 - fixed usage of InitSize
504 - removed CleanArray. Reset() is called automatically before Process()
505
506 * manalysis/MExtractedSignalCam.[h,cc]:
507 - added SetLogStream
508 - removed obsolete include MGeomCam
509 - replaced PrintOut by Print
510 - added const-qualifiers to all Getters
511 - fixed documentation
512
513 * manalysis/MExtractedSignalPix.[h,cc]:
514 - replaced PrintOut by Print
515 - fixed documentation
516
517 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
518 - replaced memset by Reset()
519
520
521
522 2004/01/24: Abelardo Moralejo
523
524 * macros/starmcstereo.C
525 - Added. Example of how to run the analysis chain for MC files
526 containing simulation of stereo systems of 2 telescopes.
527
528 * mcalib/MCalibrate.cc
529 - Added check that value of signal from MExtractedSignalPix is not
530 the default (error) value. In such a case, the signal in
531 MCerPhotEvt is now set to 0. Before, all pixels got very high
532 values in MCerPhotEvt in case the MRawEvtData object for the
533 event was missing in the file. This happened in MC files, in
534 which in some circumstances an event is written without the
535 pixel information (for instance, when running stereo simulations
536 the pixel data is missing for non-triggered telescopes, but the
537 event headers are present).
538
539
540
541 2004/01/23: Markus Gaug
542
543 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
544 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
545 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
546 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
547 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
548 - use MArrivalTime for Storage (or calculation) of time
549 in MExtractSignal
550 - pass from TH1I histos to TH1F for times
551
552 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
553 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
554 mcalib/MCalibrationCalc.[h,cc]:
555 - clean up setters
556 - pass to bit-fields for all flags
557
558 * mcalib/MCalibrationCam.cc
559 - exclude Blind Pixel from Camera display
560 - do not fill &val when return kFALSE
561
562 * macros/calibration.C
563 - include functions to exclude the blind pixel,
564 calculation of times and quality checks
565
566
567
568 2004/01/23: Abelardo Moralejo
569
570 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
571 - Added support (using AddSerialNumber) for stereo MC files.
572
573
574
575 2004/01/23: Thomas Bretz
576
577 * mbase/MAstro.cc:
578 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
579
580 * mreport/MReport*.[h,cc]:
581 - changed all classes to return Int_t instead of Bool_t in
582 InterpreteBody
583 - changed MReportFileRead such, that a wrong line results in
584 skipping the line instead of abort reading.
585
586 * manalysis/MExtractSignal.cc:
587 - do not print information for each pixel - it's too much.
588
589 * mbase/MStatusDisplay.cc:
590 - when reading a status display do not display tabs with
591 the same name than one which is already existing.
592
593 * mcalib/MCalibrate.cc:
594 - directly store pointer to pixel when setting saturation flag
595
596 * mcamera/MCameraDC.cc:
597 - fixed some comments
598
599 * mhist/MHCamEvent.cc:
600 - fixed a crash when no geometry was available
601
602 * mhist/MHCamera.[h,cc]:
603 - removed obsolete member function SetPix
604
605 * mbase/MStatusDisplay.[h,cc]:
606 - added EventInfo member function
607 - implemented preliminary redirection of GetObjectInfo to
608 StatusLine2 -> An own status line for this is missing
609
610 * manalysis/MExtractSignal.[h,cc]:
611 - implemented StreamPrimitive
612 - changed deafults to be static const data members
613
614 * manalysis/MGeomApply.[h,cc]:
615 - implemented StreamPrimitive
616
617
618
619 2004/01/23: Abelardo Moralejo
620
621 * manalysis/MMcCalibrationUpdate.[h,cc]
622 - Added check to guarantee that the FADC simulation parameters of
623 all read files (those used for calibration and those analyzed)
624 are the same.
625 - Added missing support for analysis of stereo files.
626
627 * mcalib/MMcCalibrationCalc.cc
628 - Removed obsolete FIXME comment.
629 - Added missing support for analysis of stereo files.
630
631
632 2004/01/23: Raquel de los Reyes
633
634 * macros/CCDataCheck.C
635 - Added the temperature distribution of the optical links
636 and the plots of the LV power supplies.
637 * mcamera/MCameraLV.h
638 - Added the "Get" functions to access the private data
639 members of the class.
640
641
642 2004/01/22: Abelardo Moralejo
643
644 * manalysis/MMcCalibrationUpdate.[h,cc]
645 - Now ratio of high to low gain is taken from MCalibrationCam if
646 it existed previously in the parameter list, instead of being
647 read again from the MMcFadcHeader. Removed Setter function for
648 fADC2PhInner, no longer necessary. Fixed error regarding the
649 pedestal conversion to photons (did not read conversion factor
650 from preexisting MCalibrationCam object).
651
652 * mcalib/MMcCalibrationCalc.cc
653 - Changed parameters of the histogram, and also the quantity being
654 histogrammed. Check that input data come from a noiseless camera
655 file before proceeding to do the calibration. Introduced lower
656 size in cut for calibration. Now rhe calibration constant is not
657 calculated from the mean of photons/ADC counts, but from the peak
658 of the histogram.
659
660 * macros/starmc.C
661 - Introduced new scheme. Now there are two loops over two different
662 sets of files. First loop calculates the calibration constants,
663 second one does the analysis. Introduced comments. Now the
664 histogram used in the light calibration is written to the output
665 file.
666
667
668
669 2004/01/22: Thomas Bretz
670
671 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
672 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
673 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
674 mcalib/MCalibrationBlindPixel.[h,cc],
675 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
676 mcalib/MHCalibrationBlindPixel.[h,cc],
677 mcalib/MHCalibrationPINDiode.[h,cc]:
678 - cleaned up includes
679
680
681
682 2004/01/22: Raquel de los Reyes
683
684 * macros/CCDataCheck.C
685 - macro to check the data from the central control (.rep files).
686
687
688
689 2004/01/22: Markus Gaug
690
691 * macros/calibration.C
692 - made MStatusDisplay 3 bit smaller
693
694 * manalysis/MExtractSignal.cc
695 - put fSignals->SetUsedFADCSlices into PreProcess
696
697 * manalysis/MPedCalcPedRun.cc
698 - calculate PedRMS as RMS of the sums, later renormalized to units
699 of RMS/slice (eliminate the wrong effect of odd and even slices)
700
701 * mcalib/MCalibrationCalc.cc
702 - if bit SkipBlindPixelFit is set, now number of photons outside
703 plexiglass is not intended to be calculated any more (previous
704 bug)
705 - exclude excluded pixels in eventloop
706
707 * mcalib/MHCalibrationBlindPixel.[h,cc]
708 - move functions to pointer again (otherwise, Clone will give
709 strange results)
710
711
712
713 2004/01/21: Abelardo Moralejo
714
715 * mcalib/MMcCalibrationCalc.[h,cc]
716 - Added. First version of the task intended to calculate the
717 conversion factors from ADC counts to photons in the MC. It has
718 a different aim than the recently renamed class
719 "MMcCalibrationUpdate" (which takes care that the correct
720 pedestals and conversion factors are supplied to each event, but
721 does not really calculate anything).
722
723 * mcalib/Makefile, CalibLinkDef.h
724 - Added new class MMcCalibrationCalc
725
726 * manalysis/MMcCalibrationUpdate.[h,cc]
727 - Now the container MCalibrationCam is not created or modified if
728 it is found that one such container already exists in the
729 Parameter list (from a previous calibration).
730
731
732
733 2004/01/21: Thomas Bretz
734
735 * mraw/MRawRead.cc:
736 - restore the fake time for all runs (current time stamp in
737 the data seems to be toally nonsense)
738
739 * mraw/MRawEvtHeader.cc:
740 - removed decoding of real time (current time stamp in the data
741 seems to be toally nonsense)
742
743
744
745 2004/01/21: Abelardo Moralejo
746
747 * mmc/MMcEvt.hxx
748 - Uncommented 6 Getter functions (those regarding the number of
749 photons surviving the different stages of simulation).
750
751 * manalysis/MMcCalibrationUpdate.[h,cc]
752 - Added (see below).
753
754 * manalysis/MMcCalibrationCalc.[h,cc]
755 - Removed: changed name of this class to MMcCalibrationUpdate,
756 which is more representative of what it really does. Moved
757 the filling of the MCalibrationCam container from Process to
758 ReInit, since it does not change on an event by event basis.
759 Simplified PreProcess (MCalibrationCam was searched for twice).
760 Updated class description and comments.
761
762 * manalysis/Makefile, AnalysisLinkDef.h
763 - Adapted to change above
764
765 * macros/starmc.C
766 - Adapted to change above. Changed also task instance name from
767 mccalibcalc to mccalibupdate.
768
769
770
771 2004/01/21: Raquel de los Reyes
772
773 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
774 and mcamera/MCameraCalibration.h
775 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
776 the private data members of the class.
777
778
779
780 2004/01/20: Thomas Hengstebeck
781
782 * mranforest/MRanForestCalc.[h,cc]
783 - Added member functions Grow (training of RF) and Fill (reading in
784 trained forest from file) which simplify macros.
785 One just needs to call them instead of using MRanForestGrow and
786 MRanForestFill (and the related training and fill loops) in a
787 macro.
788
789
790
791 2004/01/20: Abelardo moralejo
792
793 * manalysis/MMcCalibrationCalc.cc
794 - removed call to MCalibrationPix::SetPedestal, which was not
795 needed.
796
797
798
799 2004/01/20: Thomas Bretz
800
801 * Makefile:
802 - replaced 'make' by '$(MAKE)'
803
804 * Makefile.rules:
805 - added Makefile itself to dependencies
806
807 * mbase/MTask.cc:
808 - added comment about ReInit
809
810 * mhbase/MH.cc:
811 - do not clear pad in DrawClone if 'same' option given
812
813 * mhist/MHVsTime.cc:
814 - evaluate 'same' option
815
816 * mfileio/MReadCurrents.[h,cc]:
817 - obsolete, removed
818
819 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
820 - added some comments
821
822
823
824 2004/01/20: Abelardo moralejo
825
826 * mcalib/MHCalibrationPINDiode.cc
827 - Added call to SetDirecory(0) for histograms fHErrCharge,
828 fHPCharge, fHPTime.
829
830 * manalysis/MCerPhotPix.h:
831 - Changed position of declaration of fIsSaturated to be the last
832 private variable. Otherwise, since in the constructor it is
833 initialized in the last place, a warning is displayed upon
834 compilation in some systems.
835
836
837
838 2004/01/20: Markus Gaug
839 * mcalib/Makefile, manalysis/Makefile:
840 - include directory ../mtools
841
842 * mtools/MFFT.[h,cc]
843 - class inherits from TObject now
844
845
846
847 2004/01/19: Markus Gaug
848
849 * mcalib/MHCalibrationBlindPixel.[h,cc]
850 - fixed a bug in fFitLegend due to which program crashed by calls
851 to DrawClone
852 - Modified way to change the fit function
853
854 * mcalib/MHCalibrationPixel.[h,cc]
855 - reordered function calls
856 - removed SetupFill
857
858 * mcalib/MHCalibrationPINDiode.h
859 - reordered function calls
860
861 * mcalib/MCalibrationPix.[h,cc]
862 - limits to define fFitValid now as variables in class
863
864 * mcalib/MCalibrationCam.[h,cc]
865 - reordered function calls
866 - incorporate option to exclude pixels
867
868 * mcalib/MCalibrationBlindPix.h
869 - Modified way to change the fit function
870
871 * mcalib/MCalibrationCalc.[h,cc]
872 - Modified way to change the fit function
873 - incorporate option to exclude pixels from configuration file
874
875 * macros/calibration.C
876 - Modified way to change the fit function
877 - incorporate option to exclude pixels from configuration file
878
879
880
881 2004/01/19: Javier Rico
882
883 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
884 - Added documentation of member functions
885
886
887
888 2004/01/19: Abelardo Moralejo
889
890 * manalysis/MCerPhotPix.[h,cc]
891 - Added fIsSaturated to flag whether low gain of the pixel is
892 saturated. Added corresponding getter and setter functions.
893 Updated ClassDef to version 2.
894
895 * mcalib/MCalibrate.cc
896 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
897 one low gain FADC slice is saturated.
898
899 * mimage/MNewImagePar.[h,cc]
900 - Added new member variable fNumSaturatedPixels to count how many
901 pixels were saturated. Updated ClassDef to version 2.
902
903
904
905 2004/01/19: Thomas Bretz
906
907 * manalysis/MPedPhotCalc.[cc,h]:
908 - fixed order of includes
909 - removed obsolete forward declarations
910 - removed obsolete data member fNumPixels (stored already twice in
911 the two TArrayF)
912 - fixed some small bugs in the documentation
913
914 * manalysis/MPedCalcPedRun.cc:
915 - updated my eMail address
916
917
918
919 2004/01/19: Javier Rico
920
921 * macros/dohtml.C, NEWS
922 - include some missing info
923
924
925
926 2004/01/19: Abelardo Moralejo
927
928 * manalysis/MExtractedSignalPix.h
929 - added GetNumLoGainSaturated()
930
931
932
933 2004/01/19: Markus Gaug
934
935 * macros/dohtml.C
936 - include calibration.C
937
938 * manalysis/MExtractSignal.cc
939 - warning of logain saturation now only once per event (out of loop)
940
941 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
942 - new Flag fExcluded to indicate if pixel has been excluded from
943 further analysis
944
945
946
947 2004/01/16: Javier Rico & Pepe Flix
948
949 * manalysis/MPedPhotCalc.[cc,h]
950 - added
951 - new class for the evaluation of pedestals in units of photons
952 using the extracted signal from pedestal runs and calibration
953 constants defined in MCalibrate
954
955 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
956 - added entries for MPedPhotCalc
957
958 * macros/pedphotcalc.C
959 - added
960 - example on how to use MPedPhotCalc task
961
962
963
964 2004/01/16: Markus Gaug
965
966 * mcalib/MCalibrationFits.h
967 - removed and incorporated in MHCalibrationBlindPixel.h
968
969 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
970 mcalib/MCalibrationBlindPix.h:
971 - incorporate Fit functions
972 - fixed a bug due to which DrawClone crashed when class was used
973 in a compiled macro
974
975 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
976 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
977 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
978 mcalib/MHCalibrationPixel.cc:
979 - fixed the warns and errs in fLog's
980
981
982
983 2004/01/16: Abelardo Moralejo
984
985 * manalysis/MMcCalibrationCalc.cc
986 - TMath::Max() is no longer used because it did not compile in some
987 systems for unkown reasons. I replaced it by a safer (and may be
988 slower) code.
989 - Added calpix.SetFitValid();
990
991 * mhist/MHEvent.cc
992 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
993 be 1 in case of RMS:
994 case kEvtPedestalRMS:
995 fHist->SetCamContent(*(MCamEvent*)par, 1);
996
997
998
999 2004/01/15: Abelardo Moralejo
1000
1001 * macros/starmc.C
1002 - Added. Version of star showing new chain to get Hillas
1003 parameters (with Size calibrated in photons) from MC files.
1004
1005
1006
1007 2004/01/15: Javier Rico
1008
1009 * manalysis/MPedCalcPedRun.[h,cc]
1010 - optimize the running time
1011 - add (some) documentation
1012 - correct treatment for the case of several input files
1013
1014 * macros/pedvsevent.C
1015 - added
1016 - draw pedestal mean and rms vs event# for input pixel# and run
1017 file, and compares them to the global pedestal mean and rms
1018
1019
1020
1021 2004/01/15: Raquel de los Reyes
1022
1023 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
1024 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
1025 functions to compute the estimation of the error of the
1026 mean. It can be done calling to the function
1027 MCamEvent::SetBit(MHCamera::kVariance) in the macro
1028
1029
1030
1031 2004/01/15: Markus Gaug
1032
1033 * mhist/MHCamera.[h,cc]
1034 - incorporate Thomas's changes
1035 - replace void CreateProjection() by TH1D *Projection(const char*)
1036
1037 * macros/calibration.C
1038 - replace MHCamera->Draw("proj") by MHCamera->Projection()
1039 - produce better fits to the projection
1040
1041 * manalysis/MSimulatedAnnealing.[h,cc],
1042 mhist/MHSimulatedAnnealing.[h,cc]:
1043 - moved to directory mtools
1044 - MSimulatedAnnealing now inherits from TObject
1045
1046 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
1047 mhist/Makefile, mhist/HistLinkDef.h:
1048 - removed MSimulatedAnnealing
1049 - removed MHSimulatedAnnealing
1050
1051 * mtools/Makefile, mtools/AnalysisLinkDef.h:
1052 - added MSimulatedAnnealing
1053 - added MHSimulatedAnnealing
1054
1055
1056
1057 2004/01/15: Thomas Bretz
1058
1059 * manalysis/AnalysisLinkDef.h:
1060 - removed MCurrents
1061
1062 * mhist/MHCamera.[h,cc]:
1063 - added member function Projection
1064 - removed fYproj
1065
1066 * mreport/MReport*.*:
1067 - added more comments
1068
1069
1070
1071 2004/01/14: Markus Gaug
1072
1073 * mtools/MFFT.[h,cc]
1074 - new class to perform Fast Fourier Transforms
1075
1076 * mtools/Makefile
1077 * mtools/ToolsLinkDef.h
1078 - include MFFT
1079
1080 * manalysis/MExtractedSignalCam.h
1081 - removed variables fNumHiGainSamples and fNumLoGainSamples
1082 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
1083
1084 * manalysis/MExtractSignal.cc
1085 - updated call to SetUsedFADCSlices
1086
1087
1088
1089 2004/01/14: Abelardo Moralejo
1090
1091 * manalysis/MMcCalibrationCalc.cc:
1092 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
1093 This can happen (depending on camera simulation parameters), and
1094 rms = 0 later resulted in the pixel being eliminated in the
1095 image cleaning.
1096
1097
1098
1099 2004/01/14: Thomas Bretz
1100
1101 * Makefile:
1102 - replaced old style Makefile.depend by directory specific
1103 dependancy files
1104
1105 * Makefile.rules:
1106 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
1107 - added rule to make dependency files
1108 - added rule to remove dependancy files.
1109 - added rmdep as prerequisite to clean
1110 - include dependency file
1111
1112 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
1113 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
1114 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
1115 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
1116 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
1117 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
1118 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
1119 mtools/Makefile:
1120 - removed clean-rule, use the one in Makefile.rules instead
1121
1122 * mreport/Makefile, mreport/ReportLinkDef.h:
1123 - added MReportHelp
1124
1125 * mreport/MReportFileRead.cc:
1126 - moved code from MReportHelp to new file
1127 - removed usage of MReport class completely
1128
1129 * mfilter/MFGeomag.[h,cc]:
1130 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
1131 - changed the second loop from 0->1151 to 1152->2304
1132 - removed dummy arrays used for reading
1133 - output filename in case of 'file not found'
1134 - removed obsolete data members
1135 - removed obsolete Init function
1136 - removed forbidden underscore from member variable
1137 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
1138
1139 * mbase/MStatusDisplay.[h,cc]:
1140 - added new member function Open
1141 - added new menu entry kFileOpen
1142 - changed UpdatePSheader algorithm (the old one was much too slow)
1143
1144 * manalysis/MCurrents.[h,cc]:
1145 - removed (old outdated)
1146
1147 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1148 - removed MCurrents
1149
1150
1151
1152 2004/01/14: Wolfgang Wittek
1153
1154 * macros/ONOFFAnalysis.C:
1155 - current version
1156
1157 * mhist/MHSigmaTheta.[h,cc]:
1158 - replace MPedestalCam by MPedPhotCam
1159
1160 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
1161 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
1162 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
1163 - replace MPedestalCam by MPedPhotCam
1164
1165 * manalysis/MPedPhotPix.[h,cc]
1166 - uncomment SetRms()
1167
1168
1169
1170 2004/01/13: Markus Gaug
1171
1172 * manalysis/MExtractSignal.h
1173 - seems that the reduced light intensity of the CT1 Pulser
1174 results in broader pulses -> Set Default time slices to [3,10]
1175
1176 * mhist/MHCamera.cc
1177 - make Stat Window in option 'proj' bigger
1178 - add comment line at beginning of Draw()
1179
1180 * mcalib/MHCalibrationBlindPixel.[h.cc]
1181 - add Function DrawClone()
1182 - fix bug in calculation of integral (GetIntegral("width"))
1183 - restrict parameters tighter
1184 - declare fit as not valid, if less than 100 events
1185 in single photo-electron peak
1186
1187 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
1188 - fit now with fixed normalization
1189
1190 * mcalib/MHCalibrationPixel.[h.cc]
1191 - new function IsEmpty()
1192 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
1193
1194 * mcalib/MCalibrationPix.[h.cc]
1195 - F-Factor corrected and added error
1196 - Histograms not fitted if they are empty
1197 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
1198
1199 * mcalib/MCalibrationCam.cc
1200 - Square Root of Reduced Sigmas not taken, if they are < 0.
1201 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
1202
1203 * mcalib/MCalibrationCalc.cc
1204 - Blind Pixel is not additionally treated as normal pixel any more
1205 - Blind Pixel Draw replaced by DrawClone
1206
1207 * macros/calibration.C
1208 - took out some unused code
1209 - some default axis labelling corrected
1210
1211
1212
1213 2004/01/13: Abelardo Moralejo
1214
1215 * manalysis/MMcPedestalCopy.cc
1216 - added check of whether input file is a MC file before executing
1217 the PreProcess.
1218
1219
1220
1221 2004/01/13: Wolfgang Wittek
1222
1223 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
1224 - change macro to handle also MC events with finite sigmabar
1225
1226 * manalysis/MPadOn.[h,cc]:
1227 - deleted, is replaced by MPad
1228
1229 * manalysis/MPadOnOFF.[h,cc]:
1230 - deleted, is replaced by MPad
1231
1232 * manalysis/MPad.[h,cc]:
1233 - new class, replacing MPadON and MPadONOFF
1234 - handle also MC events with finite sigmabar
1235
1236 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1237 - replace MPadON and MPadONOFF by MPad
1238
1239
1240
1241 2004/01/13: Thomas Bretz
1242
1243 * mraw/MRawRunHeader.[h,cc]:
1244 - implemented new member function GetRunTypeStr
1245
1246 * Changelog.03:
1247 - added (contains entries of 2003)
1248
1249 * Changelog:
1250 - removed entries of 2003
1251
1252 * mfilter/MFGeomag.cc:
1253 - simplified open/close of input files
1254
1255 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
1256 - added some comments
1257 - added new member function GetError
1258
1259 * Makefile:
1260 - updated 'make dox' output for convinience
1261
1262 * macros/dohtml.C:
1263 - do not print Info's
1264 - added mcamera
1265 - added mpointing
1266 - added mreport
1267
1268 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
1269 - removed some obsolete comments (these comments confused THtml)
1270
1271 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
1272 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
1273 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
1274 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
1275 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
1276 - replaced MPedestalCam by MPedPhotCam
1277 - removed some obsolete includes
1278
1279 * mbase/BaseLinkDef.h, mbase/Makefile:
1280 - added MLogPlugin
1281 - added MLogHtml
1282
1283 * mbase/MLog.[h,cc]:
1284 - added use of plugins
1285
1286 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
1287 - added
1288
1289 * mbase/MStatusDisplay.[h,cc]:
1290 - added a Save-As dialog
1291
1292
1293
1294 2004/01/12: Thomas Bretz
1295
1296 * macros/rootlogon.C:
1297 - added mcamera to include path
1298 - added mpointing to include path
1299 - added mreport to include path
1300
1301 * mbase/MLog.cc:
1302 - updated my eMail address
1303
1304 * mbase/MParContainer.h:
1305 - added Read member function
1306
1307 * mbase/MStatusDisplay.[h,cc]:
1308 - changed size of ps-paper
1309 - added a user defined bottom line to the ps-files
1310 - added name (currently unused)
1311 - added title (used as possible bottom line in ps-file)
1312
1313 * mraw/MRawRunHeader.cc:
1314 - added some comments
1315
1316 * status.cc:
1317 - set name of input as bottom line of status display
1318
1319
1320
1321 2004/01/12: Abelardo Moralejo
1322
1323 * mimage/MStereoPar.cc
1324 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
1325 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
1326 Bug had no effect unless scale1 != scale2 (-> telescopes of
1327 different size).
1328
1329
1330
1331 2004/01/12: Markus Gaug
1332
1333 * manalysis/MExtractSignal.[h,cc]
1334 - take out some uncommented code
1335 - replace logainshift by two independent variables:
1336 logainfirst, logainlast
1337 - because in most data, maximum occurs in slice 4, shift default
1338 from slices 4-9 to slices 3-8.
1339
1340 * manalysis/MExtractedSignalPix.[h,cc]
1341 - took out some uncommented code
1342 - new initializers: instead of -1. now 99999.9
1343
1344
1345
1346 2004/01/09: Markus Gaug
1347
1348 * mcalib/MCalibrationCam.[h,cc]
1349 - take out 1-dim histos because we can use
1350 the projections in MHCamera (s.b.)
1351
1352 * mcalib/MHCalibrationBlindPixel.h
1353 - make the fit by default quiet
1354
1355 * mcalib/MHCalibrationPixel.[h,cc]
1356 * mcalib/MCalibrationPix.[h,cc]
1357 - Ranges of time slices stored independently for HiGain and LoGain
1358 in order to allow consecutive checks
1359
1360 * mhist/MHCamera.[h.cc]
1361 - add the possibility to call a Draw("proj") which will
1362 draw a Y-Projection of the histogram
1363
1364 * macros/calibration.C
1365 - apply the drawing of the projections and fit them
1366
1367 * mcalib/MCalibrationCalc.cc
1368 - catch the possibility of a calibration file,
1369 unintendedly being a pedestal or cosmic file.
1370 Program now exits with an error before doing the fits
1371
1372 * mcalib/MCalibrationPix.[h,cc]
1373 - fixed a bug in calculation of fFitValid.
1374 before, a call to IsFitValid() always returned false
1375
1376
1377
1378 2004/01/09: Javier L¢pez
1379
1380 * macros/bootcampstandardanalysis.C
1381 - added new macro that holds the main scheleton discussed in the
1382 december bootcamp in Wuerzburg. It runs first over a pedestal
1383 run, then over a calibration run, again over the pedestal run
1384 to compute de pedestal in number of photons and finally over a
1385 data run to calibrate the data.
1386
1387
1388
1389 2004/01/06: Sebastian Raducci
1390
1391 * manalysis/MArrivalTime.[h,cc]
1392 - added new method to calculate photon arrival times. It uses the
1393 TSpline5 Root Class to interpolate the Fadc Slices. The time is
1394 the abscissa value of the absolute maximum of the interpolation
1395 - added new method to find clusters with similar arrival times.
1396 For now it's a preliminary version. It simply search for adiacent
1397 pixels having the same arrival time (color).
1398
1399 * manalysis/MArrivalTimeCalc.[h,cc]
1400 - modified the Process() method according to the changes in the
1401 Arrival Time Cointainer
1402
1403 * mmain/MEventDisplay.cc
1404 - added new tab in the camera event display to show the arrival
1405 time. This arrival time is calculated with the spline method
1406 - the old Arrival Time pad now it's called Max Slice Idx, because
1407 it's only the index of the slice with the max content.
1408
1409 * mhist/MHEvent.[h,cc]
1410 - added new fType in te enumeration to handle the arrival time
1411 histos
Note: See TracBrowser for help on using the repository browser.