Product meta information. More...
#include <OpenMS/METADATA/Product.h>
Public Member Functions | |
| Product () | |
| Constructor. | |
| Product (const Product &source) | |
| Copy constructor. | |
| ~Product () | |
| Destructor. | |
| Product & | operator= (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_ |
Product meta information.
This class describes the product isolation window for special scan types, such as MRM.
| Product | ( | ) |
Constructor.
| ~Product | ( | ) |
Destructor.
| 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 |
returns the target m/z
Referenced by MSChromatogram< ChromatogramPeakType >::getMZ(), and MzMLHandler< MapType >::writeProduct_().
| bool operator!= | ( | const Product & | rhs | ) | const |
Equality 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_().
| void setMZ | ( | DoubleReal | mz | ) |
sets the target m/z
Referenced by ChromatogramTools::convertSpectraToChromatograms(), MzMLHandler< MapType >::handleCVParam_(), and ChromatogramExtractor::prepareSpectra_().
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 |