78 std::vector<double>
getMZ()
const;
88 std::vector<double>
getRT()
const;
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:80
data structure storing all peaks (and optionally their raw data points) of an experiment correspondin...
Definition: MultiplexFilteredMSExperiment.h:53
void addPeak(const MultiplexFilteredPeak &peak)
adds a single peak to the results
double getRT(size_t i) const
returns RT of a single peak
std::vector< MultiplexFilteredPeak > result_
peaks which passed the peak pattern filter
Definition: MultiplexFilteredMSExperiment.h:107
size_t size() const
returns number of peaks in the result
MultiplexFilteredPeak getPeak(size_t i) const
returns a single peak from the results
MultiplexFilteredMSExperiment()
constructor
double getMZ(size_t i) const
returns m/z of a single peak
std::vector< double > getRT() const
returns RT of all peaks
std::vector< double > getMZ() const
returns m/z positions of all peaks
void writeDebugOutput(const MSExperiment &exp_picked, String debug_out) const
write all peaks to a consensusXML file
data structure storing a single peak that passed all filters
Definition: MultiplexFilteredPeak.h:71
A more convenient string class.
Definition: String.h:61
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47