source: trunk/MagicSoft/Mars/Changelog@ 3234

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