Changeset 2843 for trunk/MagicSoft/Mars/manalysis/MExtractSignal.cc
- Timestamp:
- 01/19/04 11:49:55 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MExtractSignal.cc
r2806 r2843 209 209 210 210 if (*ptr >= fSaturationLimit) 211 { 212 *fLog << err << dbginf 213 << "Warning: Saturation of Lo Gain reached in pixel: " 214 << pixid << " " << " sum = " << sumLo << endl; 215 satLo++; 216 } 211 satLo++; 217 212 } 213 214 if (satLo) 215 *fLog << warn << "WARNING: Saturation of Lo Gain reached in " 216 << satLo << " time slices in pixel " << pixid << endl; 218 217 219 218 pix.SetExtractedSignal((Float_t)sumHi - pedes*(Float_t)fNumHiGainSamples,
Note:
See TracChangeset
for help on using the changeset viewer.