source: trunk/MagicSoft/Mars/Changelog@ 3213

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