#include <OpenMS/ANALYSIS/OPENSWATH/ChromatogramExtractorAlgorithm.h>
Static Public Member Functions | |
static bool | SortExtractionCoordinatesByMZ (const ChromatogramExtractorAlgorithm::ExtractionCoordinates &left, const ChromatogramExtractorAlgorithm::ExtractionCoordinates &right) |
static bool | SortExtractionCoordinatesReverseByMZ (const ChromatogramExtractorAlgorithm::ExtractionCoordinates &left, const ChromatogramExtractorAlgorithm::ExtractionCoordinates &right) |
Public Attributes | |
double | mz |
m/z value around which should be extracted More... | |
double | mz_precursor |
precursor m/z value (is currently ignored by the algorithm) More... | |
double | rt_start |
rt start of extraction (in seconds) More... | |
double | rt_end |
rt end of extraction (in seconds) More... | |
std::string | id |
identifier More... | |
|
inlinestatic |
|
inlinestatic |
std::string id |
identifier
Referenced by ChromatogramExtractor::return_chromatogram().
double mz |
m/z value around which should be extracted
Referenced by ChromatogramExtractor::return_chromatogram(), ChromatogramExtractorAlgorithm::ExtractionCoordinates::SortExtractionCoordinatesByMZ(), and ChromatogramExtractorAlgorithm::ExtractionCoordinates::SortExtractionCoordinatesReverseByMZ().
double mz_precursor |
precursor m/z value (is currently ignored by the algorithm)
double rt_end |
rt end of extraction (in seconds)
double rt_start |
rt start of extraction (in seconds)
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:07 using doxygen 1.8.13 |