source: trunk/MagicSoft/Mars/Changelog@ 3187

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