source: trunk/MagicSoft/Mars/Changelog@ 3221

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