57 class PMSPP_LIB_DECL FilterTandemDeisotope :
public MassSpectrumFilterInterface
61 FilterTandemDeisotope(
double mz_range_max = 0.95,
double minimum_mz = 200.0);
62 FilterTandemDeisotope(
const FilterTandemDeisotope &other);
63 MassSpectrum &filter(MassSpectrum &data_points)
const override;
67 double m_arbitrary_range_between_isotopes = 0.95;
68 double m_arbitrary_minimum_mz = 200.0;