source: trunk/MagicSoft/Mars/Changelog@ 3124

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