Changeset 3676 for trunk/MagicSoft/Mars/mcalib/MCalibrationPix.cc
- Timestamp:
- 04/06/04 22:10:37 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationPix.cc
r3672 r3676 33 33 // 34 34 // Calls to GetMean(), GetMeanErr(), GetSigma(), GetSigmaErr(), GetProb() or 35 // GetNumPickup() test first the bit kHiGainSaturation before returning 36 // the high-gain or low-gain value, analogue for the corr. Setters. 35 // GetNumPickup() and GetNumBlackout() test first the bit kHiGainSaturation 36 // before returning the high-gain or low-gain value, analogue for the 37 // corr. Setters. 37 38 // 38 39 // The three flags: kValid, kExcluded and kHiGainSaturation may be set. … … 77 78 { 78 79 80 fHiGainNumBlackout = -1 ; 79 81 fHiGainNumPickup = -1 ; 80 82 fHiGainMean = -1.; … … 84 86 fHiGainSigmaVar = -1.; 85 87 88 fLoGainNumBlackout = -1 ; 86 89 fLoGainNumPickup = -1 ; 87 90 fLoGainMean = -1.;
Note:
See TracChangeset
for help on using the changeset viewer.