Changeset 8148
- Timestamp:
- 10/23/06 14:34:52 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc
r7804 r8148 1260 1260 if (hist.IsEmpty() || hist.IsOnlyOverflow() || hist.IsOnlyUnderflow()) 1261 1261 { 1262 *fLog << warn << GetDescriptor()1263 << ": Only over- or underflow in hi-gain pixel: " << pix.GetPixId()<< endl;1262 *fLog << warn << "Pixel " << setw(4) << pix.GetPixId() 1263 << ": Only over- or underflow in hi-gain." << endl; 1264 1264 return; 1265 1265 } … … 1352 1352 if (hist.IsEmpty() || hist.IsOnlyOverflow() || hist.IsOnlyUnderflow()) 1353 1353 { 1354 *fLog << warn << GetDescriptor()1355 << ": Only over- or underflow in lo-gain pixel: " << pix.GetPixId()<< endl;1354 *fLog << warn << "Pixel " << setw(4) << pix.GetPixId() 1355 << ": Only over- or underflow in lo-gain." << endl; 1356 1356 return; 1357 1357 }
Note:
See TracChangeset
for help on using the changeset viewer.