66 int getCharge()
const;
71 int getPeaksPerPeptide()
const;
81 int getMassShiftIndex()
const;
86 unsigned getMassShiftCount()
const;
91 double getMassShiftAt(
size_t i)
const;
96 double getMZShiftAt(
size_t i)
const;
101 unsigned getMZShiftCount()
const;
int mass_shift_index_
index in mass shift list
Definition: MultiplexIsotopicPeakPattern.h:130
data structure for mass shift pattern
Definition: MultiplexDeltaMasses.h:63
Definition: MSNumpress.h:78
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
data structure for pattern of isotopic peaks
Definition: MultiplexIsotopicPeakPattern.h:54
int charge_
charge
Definition: MultiplexIsotopicPeakPattern.h:114
std::vector< double > mz_shifts_
m/z shifts between isotopic peaks (number of mz_shifts_ = peaks_per_peptide_ * number of mass_shifts_...
Definition: MultiplexIsotopicPeakPattern.h:109
MultiplexDeltaMasses mass_shifts_
mass shifts between peptides (including zero mass shift for first peptide)
Definition: MultiplexIsotopicPeakPattern.h:125
int peaks_per_peptide_
number of isotopic peaks in each peptide
Definition: MultiplexIsotopicPeakPattern.h:119