OpenMS
SwathMap Struct Reference

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>

Collaboration diagram for SwathMap:
[legend]

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
 

Detailed Description

Data structure to hold one SWATH map with information about upper / lower isolation window and whether the map is MS1 or MS2.

Constructor & Destructor Documentation

◆ SwathMap() [1/3]

SwathMap ( )
inline

◆ SwathMap() [2/3]

SwathMap ( double  mz_start,
double  mz_end,
double  mz_center,
bool  is_ms1 
)
inline

◆ SwathMap() [3/3]

SwathMap ( double  mz_start,
double  mz_end,
double  mz_center,
double  imLower,
double  imUpper,
bool  is_ms1 
)
inline

Member Data Documentation

◆ center

◆ imLower

◆ imUpper

◆ lower

◆ ms1

◆ sptr

◆ upper