Changeset 8355 for trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc
- Timestamp:
- 03/03/07 22:01:13 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc
r8192 r8355 83 83 using namespace std; 84 84 85 const Float_t MCalibrationRelTimeCalc::fgRelTimeResolutionLimit = 1.0;85 const Float_t MCalibrationRelTimeCalc::fgRelTimeResolutionLimit = 0.05; 86 86 87 87 // -------------------------------------------------------------------------- … … 372 372 */ 373 373 areasum [aidx] /= numareavalid[aidx]; 374 lowlim [aidx] = 0 .;374 lowlim [aidx] = 0; 375 375 upplim [aidx] = areasum [aidx] + fRelTimeResolutionLimit; 376 376
Note:
See TracChangeset
for help on using the changeset viewer.