source: trunk/MagicSoft/Mars/Changelog@ 3062

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