|
OpenMS
2.6.0
|
Go to the documentation of this file.
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;
data structure for pattern of isotopic peaks
Definition: MultiplexIsotopicPeakPattern.h:54
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
int charge_
charge
Definition: MultiplexIsotopicPeakPattern.h:114
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
MultiplexDeltaMasses mass_shifts_
mass shifts between peptides (including zero mass shift for first peptide)
Definition: MultiplexIsotopicPeakPattern.h:125
Definition: MSNumpress.h:78
data structure for mass shift pattern
Definition: MultiplexDeltaMasses.h:63
int mass_shift_index_
index in mass shift list
Definition: MultiplexIsotopicPeakPattern.h:130
int peaks_per_peptide_
number of isotopic peaks in each peptide
Definition: MultiplexIsotopicPeakPattern.h:119