source: trunk/MagicSoft/Mars/Changelog@ 3236

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