source: trunk/MagicSoft/Mars/Changelog@ 3201

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