source: trunk/MagicSoft/Mars/Changelog@ 3207

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