source: trunk/MagicSoft/Mars/Changelog@ 3138

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