35 #ifndef OPENMS_METADATA_PRODUCT_H 
   36 #define OPENMS_METADATA_PRODUCT_H 
   66     bool operator==(
const Product & rhs) 
const;
 
   68     bool operator!=(
const Product & rhs) 
const;
 
   76     DoubleReal getIsolationWindowLowerOffset() 
const;
 
   78     void setIsolationWindowLowerOffset(
DoubleReal bound);
 
   81     DoubleReal getIsolationWindowUpperOffset() 
const;
 
   83     void setIsolationWindowUpperOffset(
DoubleReal bound);
 
   93 #endif // OPENMS_METADATA_PRODUCT_H 
Representation of controlled vocabulary term list. 
Definition: CVTermList.h:54
DoubleReal window_up_
Definition: Product.h:89
Product meta information. 
Definition: Product.h:49
DoubleReal window_low_
Definition: Product.h:88
DoubleReal mz_
Definition: Product.h:87