65 double window_low_ = 0.0;
66 double window_up_ = 0.0;
Representation of controlled vocabulary term list.
Definition: CVTermList.h:28
Product meta information.
Definition: Product.h:24
double getIsolationWindowLowerOffset() const
returns the lower offset from the target m/z
Product(const Product &)=default
Copy constructor.
Product(Product &&)=default
Move constructor.
void setIsolationWindowUpperOffset(double bound)
sets the upper offset from the target m/z
bool operator!=(const Product &rhs) const
Equality operator.
Product & operator=(Product &&) &=default
Move assignment operator.
void setMZ(double mz)
sets the target m/z
double getIsolationWindowUpperOffset() const
returns the upper offset from the target m/z
~Product() override=default
Destructor.
Product()=default
Constructor.
void setIsolationWindowLowerOffset(double bound)
sets the lower offset from the target m/z
bool operator==(const Product &rhs) const
Equality operator.
Product & operator=(const Product &)=default
Assignment operator.
double getMZ() const
returns the target m/z
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19