source: trunk/MagicSoft/Mars/Changelog@ 3344

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