source: trunk/MagicSoft/Mars/Changelog@ 3308

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