source: trunk/MagicSoft/Mars/Changelog@ 3142

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