source: trunk/MagicSoft/Mars/Changelog@ 3065

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