source: trunk/MagicSoft/Mars/Changelog@ 3214

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