Ignore:
Timestamp:
01/24/04 14:31:38 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2896 r2908  
    144144      else
    145145        {
    146           signal = sig.GetExtractedSignalHiGain();
     146          if (sig.GetExtractedSignalHiGain() > 9999.)
     147            {
     148              signal = 0.;
     149              signalErr = 0.;
     150            }
     151          else
     152            signal = sig.GetExtractedSignalHiGain();
    147153        }
    148      
     154
    149155      //      Float_t calibrationConversionFactor = pix.GetMeanConversionFFactorMethod();
    150156      const Float_t calibrationConversionFactor      = pix.GetMeanConversionBlindPixelMethod();
     
    162168     
    163169      MCerPhotPix *cpix = fCerPhotEvt->AddPixel(pixid, nphot, nphotErr);
    164      
     170
    165171      if (sig.GetNumLoGainSaturated() > 0)
    166172          cpix->SetPixelSaturated();
Note: See TracChangeset for help on using the changeset viewer.