Changeset 3648 for trunk/MagicSoft/Mars/mcalib/MCalibrationPix.cc
- Timestamp:
- 04/05/04 11:35:20 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationPix.cc
r3645 r3648 125 125 } 126 126 127 127 // -------------------------------------------------------------------------- 128 // 129 // Get the High Gain Mean Error: Takes square root of fHiGainMeanVar 130 // 128 131 Float_t MCalibrationPix::GetHiGainMeanErr() const 129 132 { … … 131 134 } 132 135 133 136 // -------------------------------------------------------------------------- 137 // 138 // Get the High Gain Sigma Error: Takes square root of fHiGainSigmaVar 139 // 134 140 Float_t MCalibrationPix::GetHiGainSigmaErr() const 135 141 { … … 137 143 } 138 144 145 // -------------------------------------------------------------------------- 146 // 147 // Get the Low Gain Mean Error: Takes square root of fHiGainMeanVar 148 // 139 149 Float_t MCalibrationPix::GetLoGainMeanErr() const 140 150 { … … 143 153 144 154 155 // -------------------------------------------------------------------------- 156 // 157 // Get the Low Gain Sigma Error: Takes square root of fHiGainSigmaVar 158 // 145 159 Float_t MCalibrationPix::GetLoGainSigmaErr() const 146 160 { … … 148 162 } 149 163 150 164 // -------------------------------------------------------------------------- 165 // 166 // Test bit kHiGainSaturation 167 // 151 168 Bool_t MCalibrationPix::IsHiGainSaturation() const 152 169 { … … 154 171 } 155 172 173 // -------------------------------------------------------------------------- 174 // 175 // Test bit kExcluded 176 // 156 177 Bool_t MCalibrationPix::IsExcluded() const 157 178 { … … 159 180 } 160 181 182 // -------------------------------------------------------------------------- 183 // 184 // Test bit kValid 185 // 161 186 Bool_t MCalibrationPix::IsValid() const 162 187 {
Note:
See TracChangeset
for help on using the changeset viewer.