Changeset 4127 for trunk/MagicSoft/Mars
- Timestamp:
- 05/22/04 15:47:29 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc
r4125 r4127 72 72 using namespace std; 73 73 74 const Float_t MCalibrationRelTimeCalc::fgRelTimeResolutionLimit = 1.;74 const Float_t MCalibrationRelTimeCalc::fgRelTimeResolutionLimit = 0.5; 75 75 // -------------------------------------------------------------------------- 76 76 // -
trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.h
r4124 r4127 32 32 private: 33 33 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) 35 35 36 36 // Variables
Note:
See TracChangeset
for help on using the changeset viewer.