source: trunk/MagicSoft/Mars/Changelog@ 3118

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