51 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_MS2CONSENSUSSPECTRUM_H 52 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_MS2CONSENSUSSPECTRUM_H 54 #include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/SuperHirnConfig.h> 135 void computeMS2SpectrumParameters();
168 double getPrecursorMZ();
179 void setPrecursorChrg(
int in);
180 int getPrecursorChrg();
188 int getNbMS2Fragments();
191 std::multimap<double, MS2Fragment>::iterator getMS2FragmentPeakStart();
192 std::multimap<double, MS2Fragment>::iterator getMS2FragmentPeakEnd();
193 std::multimap<double, MS2Fragment> * getMS2FragmentMap();
199 #endif // OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_MS2CONSENSUSSPECTRUM_H std::multimap< double, MS2Fragment > MS2FragmentPeaks
Definition: MS2ConsensusSpectrum.h:75
double endTR
Definition: MS2ConsensusSpectrum.h:85
int startScan
Definition: MS2ConsensusSpectrum.h:88
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
int endScan
Definition: MS2ConsensusSpectrum.h:89
static double MS2_MZ_TOLERANCE
Definition: MS2ConsensusSpectrum.h:99
double TR
Definition: MS2ConsensusSpectrum.h:95
int z
Definition: MS2ConsensusSpectrum.h:86
double precursorMZ
Definition: MS2ConsensusSpectrum.h:94
Definition: MS2ConsensusSpectrum.h:65
int apexScan
Definition: MS2ConsensusSpectrum.h:87
double startTR
Definition: MS2ConsensusSpectrum.h:84
Definition: MS2Fragment.h:61