source: trunk/MagicSoft/Mars/Changelog@ 3139

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