source: trunk/MagicSoft/Mars/Changelog@ 3070

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