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