Changeset 3494 for trunk/MagicSoft
- Timestamp:
- 03/13/04 14:59:03 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3493 r3494 19 19 -*-*- END OF LINE -*-*- 20 20 2004/03/13: Markus Gaug 21 21 22 * mcalib/MHGausEvents.cc 22 23 - changed default fit prob. limit from 0.005 to 0.001 … … 24 25 * mbadpixels/MBadPixelsPix.h 25 26 - IsCalibrationResultOK does not ask for FitOK any more 27 28 * mcalib/MHCalibrationChargeCam.cc 29 - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7 30 26 31 27 32 2004/03/12: Sebastian Raducci -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCam.cc
r3479 r3494 142 142 const Float_t MCalibrationChargeCam::gkAverageQEErr = 0.02; 143 143 const Float_t MCalibrationChargeCam::fgConvFFactorRelErrLimit = 0.25; 144 const Float_t MCalibrationChargeCam::fgPheFFactorRelLimit = 5.;144 const Float_t MCalibrationChargeCam::fgPheFFactorRelLimit = 7.; 145 145 // -------------------------------------------------------------------------- 146 146 //
Note:
See TracChangeset
for help on using the changeset viewer.