23 #ifndef _MS2DEISOTOPER_HPP_
24 #define _MS2DEISOTOPER_HPP_
35 using chemistry::MZTolerance;
45 Config(MZTolerance tol = MZTolerance(0.5),
bool hires_ =
false)
46 : matchingTolerance(tol), hires(hires_) {}
64 #endif // _MS2DEISOTOPER_HPP_
boost::shared_ptr< Spectrum > SpectrumPtr
MZTolerance matchingTolerance
MS2Deisotoper(const MS2Deisotoper::Config params_)
PrecursorMassFilter's parameters.
Description of the default peak processing method. This element describes the base method used in the...
Config(MZTolerance tol=MZTolerance(0.5), bool hires_=false)
const MS2Deisotoper::Config params