Changeset 4127 for trunk


Ignore:
Timestamp:
05/22/04 15:47:29 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mcalib
Files:
2 edited

Legend:

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

    r4125 r4127  
    7272using namespace std;
    7373
    74 const Float_t MCalibrationRelTimeCalc::fgRelTimeResolutionLimit = 1.;
     74const Float_t MCalibrationRelTimeCalc::fgRelTimeResolutionLimit = 0.5;
    7575// --------------------------------------------------------------------------
    7676//
  • trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.h

    r4124 r4127  
    3232private:
    3333
    34   static const Float_t fgRelTimeResolutionLimit; //! Default for fRelTimeResolutionLimit (now set to: 1.)
     34  static const Float_t fgRelTimeResolutionLimit; //! Default for fRelTimeResolutionLimit (now set to: 0.5)
    3535 
    3636  // Variables
Note: See TracChangeset for help on using the changeset viewer.