![]() |
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) | |
| bool | isEqual (const SwathMap &other, double tolerance=1e-6) const |
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 |
|
inline |
References SwathMap::center, SwathMap::imLower, SwathMap::imUpper, SwathMap::lower, SwathMap::ms1, and SwathMap::upper.
| double center |
| double imLower |
| double imUpper |
| double lower |
| bool ms1 |
Referenced by SwathMap::isEqual(), and FullSwathFileConsumer::retrieveSwathMaps().
Referenced by FullSwathFileConsumer::retrieveSwathMaps().
| double upper |