Changeset 13535 for fact/tools/rootmacros/SpikeRemoval.h
- Timestamp:
- 05/03/12 10:39:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/SpikeRemoval.h
r13534 r13535 4 4 #include <vector> 5 5 6 vector<float> * computeN1mean(vector<float> &src);6 std::vector<float> * computeN1mean( std::vector<float> &src); 7 7 8 8 void removeSpikes( 9 vector<float> &src,10 vector<float> &dest,9 std::vector<float> &src, 10 std::vector<float> &dest, 11 11 const float CandidateTHR = -5.0, 12 12 const float nextDiffTHR = -1.6,
Note:
See TracChangeset
for help on using the changeset viewer.