source: trunk/MagicSoft/Mars/Changelog@ 3307

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