source: trunk/MagicSoft/Mars/Changelog@ 3209

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