Changeset 8582 for trunk/MagicSoft/Mars/mhcalib
- Timestamp:
- 06/19/07 10:35:33 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationPulseTimeCam.cc
r8552 r8582 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHCalibrationPulseTimeCam.cc,v 1.4 0 2007-06-12 20:49:55tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHCalibrationPulseTimeCam.cc,v 1.41 2007-06-19 09:25:38 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 394 394 395 395 // Check for saturation 396 if (evt->GetSaturation(idx, fSaturationLimit )>0)396 if (evt->GetSaturation(idx, fSaturationLimit*fRunHeader->GetScale())>0) 397 397 continue; 398 398
Note:
See TracChangeset
for help on using the changeset viewer.