source: trunk/MagicSoft/Mars/Changelog@ 3029

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