Changeset 8015 for trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc
- Timestamp:
- 10/07/06 19:50:35 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc
r7366 r8015 414 414 { 415 415 *fLog << warn << "Deviating time resolution: " 416 << Form("%4.2f",res) << " out of accepted limits["416 << Form("%4.2f",res) << " out of range [" 417 417 << Form("%4.2f,%4.2f",lowlim[aidx],upplim[aidx]) << "] in pixel " << i << endl; 418 418 bad.SetUncalibrated( MBadPixelsPix::kDeviatingTimeResolution); … … 585 585 rc = kTRUE; 586 586 } 587 if (IsEnvDefined(env, prefix, "RelTimeResolutionLimit", print)) 588 { 589 SetRelTimeResolutionLimit(GetEnvValue(env, prefix, "RelTimeResolutionLimit", fRelTimeResolutionLimit)); 590 rc = kTRUE; 591 } 587 592 588 593 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.