source: trunk/MagicSoft/Mars/Changelog@ 3315

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