64 SwathMap(
double mz_start,
double mz_end,
double mz_center,
bool is_ms1)
SwathMap(double mz_start, double mz_end, double mz_center, bool is_ms1)
Definition: SwathMap.h:64
boost::shared_ptr< ISpectrumAccess > SpectrumAccessPtr
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:87
double imUpper
Definition: SwathMap.h:52
Data structure to hold one SWATH map with information about upper / lower isolation window and whethe...
Definition: SwathMap.h:45
OpenSwath::SpectrumAccessPtr sptr
Definition: SwathMap.h:47
SwathMap()
Definition: SwathMap.h:55
double imLower
Definition: SwathMap.h:51
SwathMap(double mz_start, double mz_end, double mz_center, double imLower, double imUpper, bool is_ms1)
Definition: SwathMap.h:72
double center
Definition: SwathMap.h:50
double upper
Definition: SwathMap.h:49
bool ms1
Definition: SwathMap.h:53
double lower
Definition: SwathMap.h:48