- Timestamp:
- 02/13/04 22:31:58 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3146 r3147 41 41 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE, 42 42 fAverageQEErr 43 - gkAverageQE initializes to 0.2 544 - gkAverageQEErr initializes to 0.0 343 - gkAverageQE initializes to 0.2 (according to David) 44 - gkAverageQEErr initializes to 0.02 (dito) 45 45 - added new member function: SetAverageQE 46 46 - call to GetMeanConversionFFactorMethod returns: -
trunk/MagicSoft/Mars/mcalib/MCalibrationPix.cc
r3146 r3147 62 62 const Float_t MCalibrationPix::gkConvFFactorRelErrorLimit = 0.1; 63 63 64 const Float_t MCalibrationPix::gkAverageQE = 0.2 5;65 const Float_t MCalibrationPix::gkAverageQEErr = 0.0 3;64 const Float_t MCalibrationPix::gkAverageQE = 0.20; 65 const Float_t MCalibrationPix::gkAverageQEErr = 0.02; 66 66 const Float_t MCalibrationPix::gkConversionHiLo = 10.; 67 67 const Float_t MCalibrationPix::gkConversionHiLoError = 2.5;
Note:
See TracChangeset
for help on using the changeset viewer.