#include <OpenMS/ANALYSIS/OPENSWATH/ChromatogramExtractorAlgorithm.h>
Static Public Member Functions | |
static bool | SortExtractionCoordinatesByMZ (const ChromatogramExtractorAlgorithm::ExtractionCoordinates &left, const ChromatogramExtractorAlgorithm::ExtractionCoordinates &right) |
identifier More... | |
static bool | SortExtractionCoordinatesReverseByMZ (const ChromatogramExtractorAlgorithm::ExtractionCoordinates &left, const ChromatogramExtractorAlgorithm::ExtractionCoordinates &right) |
Public Attributes | |
double | mz |
double | rt_start |
mz around which should be extracted More... | |
double | rt_end |
rt start of extraction (in seconds) More... | |
std::string | id |
rt end of extraction (in seconds) More... | |
|
inlinestatic |
identifier
References ChromatogramExtractorAlgorithm::ExtractionCoordinates::mz.
Referenced by OpenSwathWorkflow::prepare_coordinates().
|
inlinestatic |
std::string id |
rt end of extraction (in seconds)
Referenced by OpenSwathWorkflow::prepare_coordinates(), and ChromatogramExtractor::return_chromatogram().
double mz |
double rt_end |
rt start of extraction (in seconds)
Referenced by OpenSwathWorkflow::prepare_coordinates().
double rt_start |
mz around which should be extracted
Referenced by OpenSwathWorkflow::prepare_coordinates().
OpenMS / TOPP release 2.0.0 | Documentation generated on Fri May 29 2015 17:20:35 using doxygen 1.8.9.1 |