source: trunk/MagicSoft/Mars/Changelog@ 3301

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