Changeset 14408 for fact/tools/rootmacros
- Timestamp:
- 09/12/12 14:53:11 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/SpikeRemoval.h
r13535 r14408 9 9 std::vector<float> &src, 10 10 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. 14 15 ); 15 16
Note:
See TracChangeset
for help on using the changeset viewer.