source: trunk/MagicSoft/Mars/Changelog@ 3172

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