OpenMS
|
Data structure to hold one SWATH map with information about upper / lower isolation window and whether the map is MS1 or MS2. More...
#include <OpenMS/OPENSWATHALGO/DATAACCESS/SwathMap.h>
Public Member Functions | |
SwathMap () | |
SwathMap (double mz_start, double mz_end, double mz_center, bool is_ms1) | |
SwathMap (double mz_start, double mz_end, double mz_center, double imLower, double imUpper, bool is_ms1) | |
Public Attributes | |
OpenSwath::SpectrumAccessPtr | sptr |
double | lower |
double | upper |
double | center |
double | imLower |
double | imUpper |
bool | ms1 |
Data structure to hold one SWATH map with information about upper / lower isolation window and whether the map is MS1 or MS2.
|
inline |
|
inline |
|
inline |
double center |
Referenced by FullSwathFileConsumer::consumeSpectrum(), and FullSwathFileConsumer::retrieveSwathMaps().
double imLower |
Referenced by FullSwathFileConsumer::consumeSpectrum(), and FullSwathFileConsumer::retrieveSwathMaps().
double imUpper |
Referenced by FullSwathFileConsumer::consumeSpectrum(), and FullSwathFileConsumer::retrieveSwathMaps().
double lower |
Referenced by FullSwathFileConsumer::consumeSpectrum(), and FullSwathFileConsumer::retrieveSwathMaps().
bool ms1 |
Referenced by FullSwathFileConsumer::retrieveSwathMaps().
Referenced by FullSwathFileConsumer::retrieveSwathMaps().
double upper |
Referenced by FullSwathFileConsumer::consumeSpectrum(), and FullSwathFileConsumer::retrieveSwathMaps().