Ignore:
Timestamp:
06/19/07 10:35:33 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc

    r8484 r8582  
    227227  *fLog << GetDescriptor() << ": Errors statistics:" << endl; 
    228228
    229   PrintUncalibrated(MBadPixelsPix::kDeviatingTimeResolution,   
     229  PrintUncalibrated(MBadPixelsPix::kDeviatingRelTimeResolution,
    230230                    Form("%s%2.1f%s","Rel.time rms more than ", fRelTimeResolutionLimit, " dev from median:"));
    231231  PrintUncalibrated(MBadPixelsPix::kRelTimeOscillating,   
     
    309309            {
    310310                *fLog << warn << "Pixel  " << setw(4) << i << ": Rel-time rms could not be calculated." << endl;
    311                 (*fBadPixels)[i].SetUncalibrated(MBadPixelsPix::kDeviatingTimeResolution);
     311                (*fBadPixels)[i].SetUncalibrated(MBadPixelsPix::kDeviatingRelTimeResolution);
    312312                continue;
    313313            }
     
    320320                    << Form("[%4.2f,%4.2f]", lolim, hilim) << endl;
    321321
    322                 (*fBadPixels)[i].SetUncalibrated(MBadPixelsPix::kDeviatingTimeResolution);
     322                (*fBadPixels)[i].SetUncalibrated(MBadPixelsPix::kDeviatingRelTimeResolution);
    323323            }
    324324        }
     
    342342
    343343      if (IsCheckDeviatingBehavior())
    344           if (bad.IsUncalibrated(MBadPixelsPix::kDeviatingTimeResolution))
     344          if (bad.IsUncalibrated(MBadPixelsPix::kDeviatingRelTimeResolution))
    345345              bad.SetUnsuitable(MBadPixelsPix::kUnsuitableRun);
    346346
Note: See TracChangeset for help on using the changeset viewer.