source: trunk/MagicSoft/Mars/Changelog@ 3031

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