35 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_MULTIPLEXISOTOPICPEAKPATTERN_H    36 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_MULTIPLEXISOTOPICPEAKPATTERN_H    67     int getCharge() 
const;
    72     int getPeaksPerPeptide() 
const;
    82     int getMassShiftIndex() 
const;
    87     unsigned getMassShiftCount() 
const;
    92     double getMassShiftAt(
int i) 
const;
    97     double getMZShiftAt(
int i) 
const;
   102     unsigned getMZShiftCount() 
const;
 int mass_shift_index_
index in mass shift list 
Definition: MultiplexIsotopicPeakPattern.h:131
 
data structure for mass shift pattern 
Definition: MultiplexDeltaMasses.h:64
 
Definition: MSNumpress.h:79
 
Main OpenMS namespace. 
Definition: FeatureDeconvolution.h:47
 
data structure for pattern of isotopic peaks 
Definition: MultiplexIsotopicPeakPattern.h:55
 
int charge_
charge 
Definition: MultiplexIsotopicPeakPattern.h:115
 
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:110
 
MultiplexDeltaMasses mass_shifts_
mass shifts between peptides (including zero mass shift for first peptide) 
Definition: MultiplexIsotopicPeakPattern.h:126
 
int peaks_per_peptide_
number of isotopic peaks in each peptide 
Definition: MultiplexIsotopicPeakPattern.h:120