source: trunk/MagicSoft/Mars/Changelog@ 3304

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