source: trunk/MagicSoft/Mars/Changelog@ 3175

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