source: trunk/MagicSoft/Mars/Changelog@ 3192

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