source: trunk/MagicSoft/Mars/Changelog@ 3039

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