source: trunk/MagicSoft/Mars/Changelog@ 3178

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