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

Legend:

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

    r7374 r7575  
    783783            const Float_t nphot    = signal                         * fCalibConsts  [pixidx];
    784784            const Float_t nphotErr = TMath::Sqrt(TMath::Abs(nphot)) * fCalibFFactors[pixidx];
    785            
     785
    786786            fCerPhotEvt->AddPixel(pixidx, nphot, nphotErr);
    787787
    788             if (sig.GetNumHiGainSaturated() > 0)
    789                 numsathi++;
    790 
    791             if (sig.GetNumLoGainSaturated() > 0)
    792                 numsatlo++;
     788            if (!(*fBadPixels)[pixidx].IsUnsuitable())
     789            {
     790                if (sig.GetNumHiGainSaturated() > 0)
     791                    numsathi++;
     792
     793                if (sig.GetNumLoGainSaturated() > 0)
     794                    numsatlo++;
     795            }
    793796        } /* if (data) */
    794797     
Note: See TracChangeset for help on using the changeset viewer.