Ignore:
Timestamp:
03/03/07 22:01:13 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8192 r8355  
    8383using namespace std;
    8484
    85 const Float_t MCalibrationRelTimeCalc::fgRelTimeResolutionLimit = 1.0;
     85const Float_t MCalibrationRelTimeCalc::fgRelTimeResolutionLimit = 0.05;
    8686
    8787// --------------------------------------------------------------------------
     
    372372      */
    373373      areasum [aidx] /= numareavalid[aidx];
    374       lowlim  [aidx]  = 0.;
     374      lowlim  [aidx]  = 0;
    375375      upplim  [aidx]  = areasum [aidx] + fRelTimeResolutionLimit;
    376376     
Note: See TracChangeset for help on using the changeset viewer.