#include <OpenMS/METADATA/InstrumentSettings.h>
Public Types | |
enum | ScanMode { SCANMODENULL, SELECTEDIONDETECTION, MASSSCAN, SIZE_OF_SCANMODE } |
scan mode More... | |
Public Member Functions | |
InstrumentSettings () | |
Constructor. | |
InstrumentSettings (const InstrumentSettings &source) | |
Copy constructor. | |
~InstrumentSettings () | |
Destructor. | |
InstrumentSettings & | operator= (const InstrumentSettings &source) |
Assignment operator. | |
bool | operator== (const InstrumentSettings &rhs) const |
Equality operator. | |
bool | operator!= (const InstrumentSettings &rhs) const |
Equality operator. | |
ScanMode | getScanMode () const |
returns the scan mode | |
void | setScanMode (ScanMode scan_mode) |
sets the scan mode | |
IonSource::Polarity | getPolarity () const |
returns the polarity | |
void | setPolarity (IonSource::Polarity polarity) |
sets the polariy | |
float | getMzRangeStart () const |
returns the scan begin in m/z dimension (default is 0.0) | |
void | setMzRangeStart (float mz_range_start) |
sets the scan begin in m/z dimension | |
float | getMzRangeStop () const |
returns the scan end in m/z dimension (default is 0.0) | |
void | setMzRangeStop (float mz_range_stop) |
sets the scan end in m/z dimension | |
Static Public Attributes | |
static const std::string | NamesOfScanMode [SIZE_OF_SCANMODE] |
Names of scan modes. | |
Protected Attributes | |
ScanMode | scan_mode_ |
IonSource::Polarity | polarity_ |
float | mz_range_start_ |
float | mz_range_stop_ |
enum ScanMode |
Constructor.
InstrumentSettings | ( | const InstrumentSettings & | source | ) |
Copy constructor.
~InstrumentSettings | ( | ) |
Destructor.
InstrumentSettings& operator= | ( | const InstrumentSettings & | source | ) |
Assignment operator.
bool operator== | ( | const InstrumentSettings & | rhs | ) | const |
Equality operator.
bool operator!= | ( | const InstrumentSettings & | rhs | ) | const |
Equality operator.
ScanMode getScanMode | ( | ) | const |
returns the scan mode
void setScanMode | ( | ScanMode | scan_mode | ) |
sets the scan mode
IonSource::Polarity getPolarity | ( | ) | const |
returns the polarity
void setPolarity | ( | IonSource::Polarity | polarity | ) |
sets the polariy
float getMzRangeStart | ( | ) | const |
returns the scan begin in m/z dimension (default is 0.0)
void setMzRangeStart | ( | float | mz_range_start | ) |
sets the scan begin in m/z dimension
float getMzRangeStop | ( | ) | const |
returns the scan end in m/z dimension (default is 0.0)
void setMzRangeStop | ( | float | mz_range_stop | ) |
sets the scan end in m/z dimension
const std::string NamesOfScanMode[SIZE_OF_SCANMODE] [static] |
Names of scan modes.
ScanMode scan_mode_ [protected] |
IonSource::Polarity polarity_ [protected] |
float mz_range_start_ [protected] |
float mz_range_stop_ [protected] |
Generated Tue Apr 1 15:36:46 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |