source: trunk/MagicSoft/Mars/Changelog@ 3180

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