Changeset 3112 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 02/12/04 11:34:32 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MExtractSignal.cc
r3094 r3112 163 163 164 164 if (satlo) 165 165 { 166 166 sat++; 167 satpixels += Form(" %d%s",pixel.GetPixelId()," ");168 167 satpixels += Form(" %d", pixel.GetPixelId()); 168 } 169 169 170 170 … … 186 186 187 187 if (sat) 188 *fLog << warn << "WARNING - Lo Gain saturated in " << sat << " pixels:" << satpixels << endl;188 *fLog << warn << "WARNING - Lo Gain saturated in " << sat << " pixels with Index:" << satpixels << endl; 189 189 190 190 fSignals->SetReadyToSave();
Note:
See TracChangeset
for help on using the changeset viewer.