Ignore:
Timestamp:
11/02/06 20:00:02 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8132 r8211  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MFCosmics.cc,v 1.15 2006-10-19 14:01:03 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MFCosmics.cc,v 1.16 2006-11-02 20:00:02 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    189189
    190190        const MExtractedSignalPix &sig = (*fSignals)[idx];
     191        if (!sig.IsHiGainValid())
     192            continue;
    191193
    192194        allpix++;
Note: See TracChangeset for help on using the changeset viewer.