Ignore:
Timestamp:
08/16/06 16:11:32 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7126 r7876  
    125125    }
    126126
    127 
    128127    memset(fCut, 0, sizeof(fCut));
    129    
     128
    130129    return kTRUE;
    131130}
     
    193192        // this case the extracted hi-gain might be empty.
    194193        //
    195         if (sig.GetNumHiGainSaturated()>0)
     194        if (sig.IsHiGainSaturated())
    196195            continue;
    197196
Note: See TracChangeset for help on using the changeset viewer.