source: trunk/MagicSoft/Mars/Changelog@ 3075

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