Changeset 8015


Ignore:
Timestamp:
10/07/06 19:50:35 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8014 r8015  
    6161   * mars-config.cc:
    6262     - added
     63
     64   * mcalib/MCalibrationRelTimeCalc.cc:
     65     - updates some output
     66     - added RelTimeResolutionLimit to ReadEnv
     67
    6368
    6469
  • trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc

    r7366 r8015  
    414414        {
    415415          *fLog << warn << "Deviating time resolution: "
    416             << Form("%4.2f",res) << " out of accepted limits ["
     416            << Form("%4.2f",res) << " out of range ["
    417417                << Form("%4.2f,%4.2f",lowlim[aidx],upplim[aidx]) << "] in pixel " << i << endl;
    418418          bad.SetUncalibrated( MBadPixelsPix::kDeviatingTimeResolution);
     
    585585        rc = kTRUE;
    586586    }
     587    if (IsEnvDefined(env, prefix, "RelTimeResolutionLimit", print))
     588    {
     589        SetRelTimeResolutionLimit(GetEnvValue(env, prefix, "RelTimeResolutionLimit", fRelTimeResolutionLimit));
     590        rc = kTRUE;
     591    }
    587592
    588593    return rc;
Note: See TracChangeset for help on using the changeset viewer.