source: trunk/MagicSoft/Mars/Changelog@ 3191

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