source: trunk/MagicSoft/Mars/Changelog@ 3147

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