source: trunk/MagicSoft/Mars/Changelog@ 3230

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