23 #ifndef _MS2DEISOTOPER_HPP_ 24 #define _MS2DEISOTOPER_HPP_ 39 using chemistry::MZTolerance;
49 Config(MZTolerance tol = MZTolerance(0.5),
bool hires_ =
false,
bool poisson_ =
false,
int maxCharge_ = 3,
int minCharge_ = 1)
50 : matchingTolerance(tol), hires(hires_), poisson(poisson_), maxCharge(maxCharge_), minCharge(minCharge_) {}
71 #endif // _MS2DEISOTOPER_HPP_ Config(MZTolerance tol=MZTolerance(0.5), bool hires_=false, bool poisson_=false, int maxCharge_=3, int minCharge_=1)
boost::shared_ptr< Spectrum > SpectrumPtr
MZTolerance matchingTolerance
MS2Deisotoper(const MS2Deisotoper::Config params_)
std::vector< int > indexList
PrecursorMassFilter's parameters.
Description of the default peak processing method. This element describes the base method used in the...
const MS2Deisotoper::Config params