Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Protected Attributes

Product Class Reference
[Metadata]

Product meta information. More...

#include <OpenMS/METADATA/Product.h>

Inheritance diagram for Product:
CVTermList MetaInfoInterface

List of all members.

Public Member Functions

 Product ()
 Constructor.
 Product (const Product &source)
 Copy constructor.
 ~Product ()
 Destructor.
Productoperator= (const Product &source)
 Assignment operator.
bool operator== (const Product &rhs) const
 Equality operator.
bool operator!= (const Product &rhs) const
 Equality operator.
DoubleReal getMZ () const
 returns the target m/z
void setMZ (DoubleReal mz)
 sets the target m/z
DoubleReal getIsolationWindowLowerOffset () const
 returns the lower offset from the target m/z
void setIsolationWindowLowerOffset (DoubleReal bound)
 sets the lower offset from the target m/z
DoubleReal getIsolationWindowUpperOffset () const
 returns the upper offset from the target m/z
void setIsolationWindowUpperOffset (DoubleReal bound)
 sets the upper offset from the target m/z

Protected Attributes

DoubleReal mz_
DoubleReal window_low_
DoubleReal window_up_

Detailed Description

Product meta information.

This class describes the product isolation window for special scan types, such as MRM.


Constructor & Destructor Documentation

Product (  ) 

Constructor.

Product ( const Product source  ) 

Copy constructor.

~Product (  ) 

Destructor.


Member Function Documentation

DoubleReal getIsolationWindowLowerOffset (  )  const

returns the lower offset from the target m/z

Referenced by MzMLHandler< MapType >::writeProduct_().

DoubleReal getIsolationWindowUpperOffset (  )  const

returns the upper offset from the target m/z

Referenced by MzMLHandler< MapType >::writeProduct_().

DoubleReal getMZ (  )  const
bool operator!= ( const Product rhs  )  const

Equality operator.

Product& operator= ( const Product source  ) 

Assignment operator.

bool operator== ( const Product rhs  )  const

Equality operator.

void setIsolationWindowLowerOffset ( DoubleReal  bound  ) 

sets the lower offset from the target m/z

Referenced by MzMLHandler< MapType >::handleCVParam_().

void setIsolationWindowUpperOffset ( DoubleReal  bound  ) 

sets the upper offset from the target m/z

Referenced by MzMLHandler< MapType >::handleCVParam_().


Member Data Documentation

DoubleReal mz_ [protected]
DoubleReal window_low_ [protected]
DoubleReal window_up_ [protected]

OpenMS / TOPP release 1.10.0 Documentation generated on Thu Mar 7 2013 09:42:56 using doxygen 1.7.1