Changeset 4163
- Timestamp:
- 05/24/04 21:48:20 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4160 r4163 29 29 30 30 2004/05/24: Markus Gaug 31 32 * mcalib/MCalibrationChargePix.cc 33 - reduce limit in number of phe's from 5 to 1. since some pulses 34 have less than 5 phe's now. 31 35 32 36 * mcalib/MHCalibrationTestCam.[h,cc] -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.cc
r4130 r4163 87 87 const Float_t MCalibrationChargePix::fgConversionHiLo = 10.; 88 88 const Float_t MCalibrationChargePix::fgConversionHiLoErr = 2.5; 89 const Float_t MCalibrationChargePix::fgPheFFactorMethodLimit = 5.;89 const Float_t MCalibrationChargePix::fgPheFFactorMethodLimit = 1.; 90 90 const Float_t MCalibrationChargePix::fgConvFFactorRelErrLimit = 0.75; 91 91 // --------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.