23 #ifndef _PEAKFINDER_HPP_
24 #define _PEAKFINDER_HPP_
29 #include "boost/shared_ptr.hpp"
44 std::vector<size_t>& resultIndices)
const = 0;
64 double _zValueThreshold = 3,
65 bool _preprocessWithLogarithm =
true,
66 std::ostream* _log = 0)
67 : windowRadius(_windowRadius),
68 zValueThreshold(_zValueThreshold),
69 preprocessWithLogarithm(_preprocessWithLogarithm),
75 const Config& config = Config());
78 std::vector<size_t>& resultIndices)
const;
90 #endif // _PEAKFINDER_HPP_