|
OpenMS
2.5.0
|
Go to the documentation of this file.
73 double getMZ(
size_t i)
const;
78 std::vector<double> getMZ()
const;
83 double getRT(
size_t i)
const;
88 std::vector<double> getRT()
const;
std::vector< MultiplexFilteredPeak > result_
peaks which passed the peak pattern filter
Definition: MultiplexFilteredMSExperiment.h:107
A more convenient string class.
Definition: String.h:58
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
data structure storing all peaks (and optionally their raw data points) of an experiment correspondin...
Definition: MultiplexFilteredMSExperiment.h:52
data structure storing a single peak that passed all filters
Definition: MultiplexFilteredPeak.h:70