Ignore:
Timestamp:
06/19/07 10:35:33 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationPulseTimeCam.cc

    r8552 r8582  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHCalibrationPulseTimeCam.cc,v 1.40 2007-06-12 20:49:55 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHCalibrationPulseTimeCam.cc,v 1.41 2007-06-19 09:25:38 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    394394
    395395        // Check for saturation
    396         if (evt->GetSaturation(idx, fSaturationLimit)>0)
     396        if (evt->GetSaturation(idx, fSaturationLimit*fRunHeader->GetScale())>0)
    397397            continue;
    398398
Note: See TracChangeset for help on using the changeset viewer.