Ignore:
Timestamp:
06/01/05 18:13:13 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfilter/MFCosmics.cc

    r7046 r7122  
    185185            continue;
    186186
    187         const MExtractedSignalPix &sig =  (*fSignals)[idx];
    188         const MPedestalPix        &ped =  (*fPedestals)[idx];
     187        const MExtractedSignalPix &sig = (*fSignals)[idx];
     188
     189        //
     190        // Check whether the pixel has a saturating hi-gain. In
     191        // this case the extracted hi-gain might be empty.
     192        //
     193        if (sig.GetNumHiGainSaturated()>0)
     194            continue;
     195
     196        const MPedestalPix  &ped = (*fPedestals)[idx];
    189197
    190198        const Float_t pedrms = ped.GetPedestalRms()*fSqrtHiGainSamples;
Note: See TracChangeset for help on using the changeset viewer.