Changeset 8458 for trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc
- Timestamp:
- 04/27/07 15:19:59 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc
r8452 r8458 301 301 if (res<0) //FIXME!!! How does this happen? 302 302 { 303 *fLog << warn << "Pixel " << setw(4) << i << ": Time resolution notcalculated." << endl;303 *fLog << warn << "Pixel " << setw(4) << i << ": Time resolution could not be calculated." << endl; 304 304 (*fBadPixels)[i].SetUncalibrated(MBadPixelsPix::kDeviatingTimeResolution); 305 305 continue;
Note:
See TracChangeset
for help on using the changeset viewer.