source: trunk/MagicSoft/Mars/Changelog@ 3334

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