source: trunk/MagicSoft/Mars/Changelog@ 3233

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