source: trunk/MagicSoft/Mars/Changelog@ 3298

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