Changeset 4126
- Timestamp:
- 05/22/04 14:54:07 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4125 r4126 33 33 - replaced the relative limit for acceptance of the time resolution 34 34 by an absolute limit 35 36 * mcalib/MCalibrationChargeCalc.cc 37 - moved limit for acceptance of number of phe;s from 5 to 8 35 38 36 39 -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r3991 r4126 228 228 const Float_t MCalibrationChargeCalc::fgLambdaErrLimit = 0.2; 229 229 const Float_t MCalibrationChargeCalc::fgLambdaCheckLimit = 0.2; 230 const Float_t MCalibrationChargeCalc::fgPheErrLimit = 5.;230 const Float_t MCalibrationChargeCalc::fgPheErrLimit = 8.; 231 231 const Float_t MCalibrationChargeCalc::fgFFactorErrLimit = 3.; 232 232 // --------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.