source: trunk/MagicSoft/Mars/Changelog@ 3128

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