source: trunk/MagicSoft/Mars/Changelog@ 3144

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