source: trunk/MagicSoft/Mars/Changelog@ 3108

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