Description of a ion detector (part of a MS Instrument). More...
#include <OpenMS/METADATA/IonDetector.h>
Public Types | |
| enum | Type { TYPENULL, ELECTRONMULTIPLIER, PHOTOMULTIPLIER, FOCALPLANEARRAY, FARADAYCUP, CONVERSIONDYNODEELECTRONMULTIPLIER, CONVERSIONDYNODEPHOTOMULTIPLIER, MULTICOLLECTOR, CHANNELELECTRONMULTIPLIER, CHANNELTRON, DALYDETECTOR, MICROCHANNELPLATEDETECTOR, ARRAYDETECTOR, CONVERSIONDYNODE, DYNODE, FOCALPLANECOLLECTOR, IONTOPHOTONDETECTOR, POINTCOLLECTOR, POSTACCELERATIONDETECTOR, PHOTODIODEARRAYDETECTOR, INDUCTIVEDETECTOR, ELECTRONMULTIPLIERTUBE, SIZE_OF_TYPE } |
Detector type. More... | |
| enum | AcquisitionMode { ACQMODENULL, PULSECOUNTING, ADC, TDC, TRANSIENTRECORDER, SIZE_OF_ACQUISITIONMODE } |
Acquisition mode. More... | |
Public Member Functions | |
| IonDetector () | |
| Constructor. | |
| IonDetector (const IonDetector &source) | |
| Copy constructor. | |
| ~IonDetector () | |
| Destructor. | |
| IonDetector & | operator= (const IonDetector &source) |
| Assignment operator. | |
| bool | operator== (const IonDetector &rhs) const |
| Equality operator. | |
| bool | operator!= (const IonDetector &rhs) const |
| Equality operator. | |
| Type | getType () const |
| returns the detector type | |
| void | setType (Type type) |
| sets the detector type | |
| AcquisitionMode | getAcquisitionMode () const |
| returns the acquisition mode | |
| void | setAcquisitionMode (AcquisitionMode acquisition_mode) |
| sets the acquisition mode | |
| DoubleReal | getResolution () const |
| returns the resolution (in ns) | |
| void | setResolution (DoubleReal resolution) |
| sets the resolution (in ns) | |
| DoubleReal | getADCSamplingFrequency () const |
| retruns the analog-to-digital converter sampling frequency (in Hz) | |
| void | setADCSamplingFrequency (DoubleReal ADC_sampling_frequency) |
| sets the analog-to-digital converter sampling frequency (in Hz) | |
| Int | getOrder () const |
| returns the position of this part in the whole Instrument. | |
| void | setOrder (Int order) |
| sets the order | |
Static Public Attributes | |
| static const std::string | NamesOfType [SIZE_OF_TYPE] |
| Names of detector types. | |
| static const std::string | NamesOfAcquisitionMode [SIZE_OF_ACQUISITIONMODE] |
| Names of acquisition modes. | |
Protected Attributes | |
| Type | type_ |
| AcquisitionMode | acquisition_mode_ |
| DoubleReal | resolution_ |
| DoubleReal | ADC_sampling_frequency_ |
| Int | order_ |
Description of a ion detector (part of a MS Instrument).
| enum AcquisitionMode |
Acquisition mode.
| enum Type |
Detector type.
| IonDetector | ( | ) |
Constructor.
| IonDetector | ( | const IonDetector & | source | ) |
Copy constructor.
| ~IonDetector | ( | ) |
Destructor.
| AcquisitionMode getAcquisitionMode | ( | ) | const |
returns the acquisition mode
| DoubleReal getADCSamplingFrequency | ( | ) | const |
retruns the analog-to-digital converter sampling frequency (in Hz)
| Int getOrder | ( | ) | const |
returns the position of this part in the whole Instrument.
Order can be ignored, as long the instrument has this default setup:
For more complex instuments, the order should be defined.
| DoubleReal getResolution | ( | ) | const |
returns the resolution (in ns)
| Type getType | ( | ) | const |
returns the detector type
| bool operator!= | ( | const IonDetector & | rhs | ) | const |
Equality operator.
| IonDetector& operator= | ( | const IonDetector & | source | ) |
Assignment operator.
| bool operator== | ( | const IonDetector & | rhs | ) | const |
Equality operator.
| void setAcquisitionMode | ( | AcquisitionMode | acquisition_mode | ) |
sets the acquisition mode
Referenced by DBAdapter::loadExperiment().
| void setADCSamplingFrequency | ( | DoubleReal | ADC_sampling_frequency | ) |
sets the analog-to-digital converter sampling frequency (in Hz)
Referenced by DBAdapter::loadExperiment().
| void setOrder | ( | Int | order | ) |
sets the order
Referenced by DBAdapter::loadExperiment().
| void setResolution | ( | DoubleReal | resolution | ) |
sets the resolution (in ns)
Referenced by DBAdapter::loadExperiment().
| void setType | ( | Type | type | ) |
sets the detector type
Referenced by DBAdapter::loadExperiment().
AcquisitionMode acquisition_mode_ [protected] |
DoubleReal ADC_sampling_frequency_ [protected] |
const std::string NamesOfAcquisitionMode[SIZE_OF_ACQUISITIONMODE] [static] |
Names of acquisition modes.
const std::string NamesOfType[SIZE_OF_TYPE] [static] |
Names of detector types.
DoubleReal resolution_ [protected] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:56 using doxygen 1.7.1 |