22class MassSpectrumCombiner;
41 void setBins(std::vector<pappso_double> bins);
42 const std::vector<pappso_double> &getBins()
const;
43 std::size_t binCount()
const;
45 QString binsAsString()
const;
50 std::vector<pappso_double>::iterator findBin(
pappso_double mz);
std::vector< pappso_double > m_bins
MassSpectrumCombiner(const MassSpectrumCombiner &&other)
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
std::shared_ptr< MassSpectrumCombiner > MassSpectrumCombinerSPtr
double pappso_double
A type definition for doubles.
std::shared_ptr< const MassSpectrumCombiner > MassSpectrumCombinerCstSPtr
This header contains all the type re-definitions and all the global variables definitions used in the...