source: trunk/MagicSoft/Mars/Changelog@ 3289

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