source: trunk/MagicSoft/Mars/Changelog@ 3174

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