source: trunk/MagicSoft/Mars/Changelog@ 3326

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