Ignore:
Timestamp:
09/12/12 14:53:11 (12 years ago)
Author:
lusterma
Message:
updated spike removal thresholds
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/SpikeRemoval.h

    r13535 r14408  
    99        std::vector<float> &src,
    1010        std::vector<float> &dest,
    11         const float CandidateTHR = -5.0,
    12         const float nextDiffTHR = -1.6,
    13         const float nextNextDiffTHR = -10.
     11        const float SingleCandidateTHR = -10.,
     12        const float DoubleCandidateTHR = -5.,
     13        const float nextDiffTHR = 1
     14        //const float nextNextDiffTHR = -10.
    1415);
    1516
Note: See TracChangeset for help on using the changeset viewer.