source: trunk/MagicSoft/Mars/Changelog@ 3166

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