source: trunk/MagicSoft/Mars/Changelog@ 3235

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