source: trunk/MagicSoft/Mars/Changelog@ 3122

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