52 std::vector<double>
getMZ()
const;
62 std::vector<double>
getRT()
const;
81 std::vector<MultiplexFilteredPeak>
result_;
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:45
data structure storing all peaks (and optionally their raw data points) of an experiment correspondin...
Definition: MultiplexFilteredMSExperiment.h:27
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:81
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
void writeDebugOutput(const MSExperiment &exp_picked, const String &debug_out) const
write all peaks to a consensusXML file
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
data structure storing a single peak that passed all filters
Definition: MultiplexFilteredPeak.h:44
A more convenient string class.
Definition: String.h:34
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19