source: trunk/MagicSoft/Mars/Changelog@ 3137

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