source: trunk/MagicSoft/Mars/Changelog@ 3206

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