Changeset 2631 for trunk/MagicSoft/Mars/manalysis/MCalibrationPix.cc
- Timestamp:
- 12/10/03 11:54:33 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCalibrationPix.cc
r2629 r2631 60 60 fPheFFactorMethod(-1.), 61 61 fConversionFFactorMethod(-1.), 62 fHiGainSaturation(kFALSE) 62 fHiGainSaturation(kFALSE), 63 fLoGainPedRms(4.) 63 64 { 64 65 … … 137 138 if ((fPed > 0.) && (fPedRms > 0.)) 138 139 { 139 140 fRSigma = (fSigmaCharge*fSigmaCharge) - (fPedRms*fPedRms); 140 141 if (fHiGainSaturation) 142 fRSigma = (fSigmaCharge*fSigmaCharge) - (fLoGainPedRms*fLoGainPedRms); 143 else 144 fRSigma = (fSigmaCharge*fSigmaCharge) - (fPedRms*fPedRms); 141 145 142 146 if (fRSigma > 0. )
Note:
See TracChangeset
for help on using the changeset viewer.