Changeset 3988 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 05/05/04 18:45:50 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.cc
r3724 r3988 80 80 81 81 const Float_t MCalibrationChargePix::gkElectronicPedRms = 1.5; 82 const Float_t MCalibrationChargePix::gkElectronicPedRmsErr = 0. 3;82 const Float_t MCalibrationChargePix::gkElectronicPedRmsErr = 0.1; 83 83 const Float_t MCalibrationChargePix::gkFFactor = 1.15; 84 84 const Float_t MCalibrationChargePix::gkFFactorErr = 0.02; … … 87 87 const Float_t MCalibrationChargePix::fgConversionHiLoErr = 2.5; 88 88 const Float_t MCalibrationChargePix::fgPheFFactorMethodLimit = 5.; 89 const Float_t MCalibrationChargePix::fgConvFFactorRelErrLimit = 0. 35;89 const Float_t MCalibrationChargePix::fgConvFFactorRelErrLimit = 0.5; 90 90 // -------------------------------------------------------------------------- 91 91 // … … 815 815 fLoGainPedRmsSquare = logainNsbSquare + elecRmsSquare; 816 816 fLoGainPedRmsSquareVar = logainNsbSquareVar + elecRmsSquareVar; 817 817 818 } 818 819
Note:
See TracChangeset
for help on using the changeset viewer.