39 SwathMap(
double mz_start,
double mz_end,
double mz_center,
bool is_ms1)
61 return (std::fabs(
lower - other.
lower) < tolerance) &&
62 (std::fabs(
upper - other.
upper) < tolerance) &&
boost::shared_ptr< ISpectrumAccess > SpectrumAccessPtr
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:131
Data structure to hold one SWATH map with information about upper / lower isolation window and whethe...
Definition: SwathMap.h:21
SwathMap()
Definition: SwathMap.h:30
bool ms1
Definition: SwathMap.h:28
double imUpper
Definition: SwathMap.h:27
OpenSwath::SpectrumAccessPtr sptr
Definition: SwathMap.h:22
bool isEqual(const SwathMap &other, double tolerance=1e-6) const
Definition: SwathMap.h:59
double center
Definition: SwathMap.h:25
SwathMap(double mz_start, double mz_end, double mz_center, double imLower, double imUpper, bool is_ms1)
Definition: SwathMap.h:50
double lower
Definition: SwathMap.h:23
double imLower
Definition: SwathMap.h:26
double upper
Definition: SwathMap.h:24
SwathMap(double mz_start, double mz_end, double mz_center, bool is_ms1)
Definition: SwathMap.h:39