source: trunk/MagicSoft/Mars/Changelog@ 3273

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