OpenMS
2.7.0
|
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) | |
Public Attributes | |
OpenSwath::SpectrumAccessPtr | sptr |
double | lower |
double | upper |
double | center |
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 |
double center |
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().