source: trunk/MagicSoft/Mars/Changelog@ 3116

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