- Timestamp:
- 10/07/06 19:50:35 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8014 r8015 61 61 * mars-config.cc: 62 62 - added 63 64 * mcalib/MCalibrationRelTimeCalc.cc: 65 - updates some output 66 - added RelTimeResolutionLimit to ReadEnv 67 63 68 64 69 -
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.