source: trunk/MagicSoft/Mars/Changelog@ 3158

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