source: trunk/MagicSoft/Mars/Changelog@ 3120

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