Ignore:
Timestamp:
06/11/07 16:36:14 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8490 r8544  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCalc.cc,v 1.180 2007-05-11 10:25:44 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCalc.cc,v 1.181 2007-06-11 15:35:14 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    750750            }
    751751
     752            if (res==0)
     753            {
     754                *fLog << warn << "Pixel  " << setw(4) << i << ": Abs-time rms==0." << endl;
     755                (*fBadPixels)[i].SetUncalibrated(MBadPixelsPix::kDeviatingTimeResolution);
     756                continue;
     757            }
     758
    752759            // Now compare to a lower and upper limit
    753760            if (res<=lolim || res>=hilim)
Note: See TracChangeset for help on using the changeset viewer.