source: trunk/MagicSoft/Mars/Changelog@ 3035

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