source: trunk/MagicSoft/Mars/Changelog@ 3077

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