source: trunk/MagicSoft/Mars/Changelog@ 3157

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