Changeset 2749 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 12/23/03 16:26:30 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2748 r2749 4 4 5 5 -*-*- END OF LINE -*-*- 6 7 2003/12/23: Abelardo Moralejo 8 9 * manalysis/MExtractedSignalPix.cc 10 - in Clear(), initialized fExtractedSignalHiGain to 0 instead 11 of -1. In MC files run without noise, the ADC info of pixels 12 with no C-photons is missing. Later noise will be added to all 13 pixels in the padding, and "empty" ones must have a 0 before 14 the addition of this noise. 15 16 * manalysis/MGeomApply.cc 17 - initialized size of MPedPhotCam. 18 19 * manalysis/MMcCalibrationCalc.[cc,h] 20 - Removed setter function SetConversionHiLo: the ratio from high 21 to low gain is now read from MMcFadcHeader, and set in ReInit. 22 - Fixed bug: fADC2PhOuter was initialized before the MMcFadcHeader 23 was available. Now it is done in ReInit. 24 - fPedPhotCam is now initialized in PreProcess and not in ReInit. 25 - fGeom is now set in ReInit (there should be one MGeomCam per 26 run header in the camera file). 27 28 * mmc/MMcFadcHeader.hxx 29 - added getter function GetLow2HighGain() 30 6 31 7 32 2003/12/23: Thomas Bretz
Note:
See TracChangeset
for help on using the changeset viewer.