source: trunk/MagicSoft/Mars/Changelog@ 3169

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