Description of a ion detector (part of a MS Instrument) More...
#include <OpenMS/METADATA/IonDetector.h>
 
  
 | Public Member Functions | |
| IonDetector () | |
| Constructor.  More... | |
| IonDetector (const IonDetector &source) | |
| Copy constructor.  More... | |
| ~IonDetector () | |
| Destructor.  More... | |
| IonDetector & | operator= (const IonDetector &source) | 
| Assignment operator.  More... | |
| bool | operator== (const IonDetector &rhs) const | 
| Equality operator.  More... | |
| bool | operator!= (const IonDetector &rhs) const | 
| Equality operator.  More... | |
| Type | getType () const | 
| returns the detector type  More... | |
| void | setType (Type type) | 
| sets the detector type  More... | |
| AcquisitionMode | getAcquisitionMode () const | 
| returns the acquisition mode  More... | |
| void | setAcquisitionMode (AcquisitionMode acquisition_mode) | 
| sets the acquisition mode  More... | |
| DoubleReal | getResolution () const | 
| returns the resolution (in ns)  More... | |
| void | setResolution (DoubleReal resolution) | 
| sets the resolution (in ns)  More... | |
| DoubleReal | getADCSamplingFrequency () const | 
| returns the analog-to-digital converter sampling frequency (in Hz)  More... | |
| void | setADCSamplingFrequency (DoubleReal ADC_sampling_frequency) | 
| sets the analog-to-digital converter sampling frequency (in Hz)  More... | |
| Int | getOrder () const | 
| returns the position of this part in the whole Instrument.  More... | |
| void | setOrder (Int order) | 
| sets the order  More... | |
|  Public Member Functions inherited from MetaInfoInterface | |
| MetaInfoInterface () | |
| constructor  More... | |
| MetaInfoInterface (const MetaInfoInterface &rhs) | |
| copy constructor  More... | |
| ~MetaInfoInterface () | |
| destructor  More... | |
| MetaInfoInterface & | operator= (const MetaInfoInterface &rhs) | 
| assignment operator  More... | |
| bool | operator== (const MetaInfoInterface &rhs) const | 
| Equality operator.  More... | |
| bool | operator!= (const MetaInfoInterface &rhs) const | 
| Equality operator.  More... | |
| const DataValue & | getMetaValue (const String &name) const | 
| returns the value corresponding to a string  More... | |
| const DataValue & | getMetaValue (UInt index) const | 
| returns the value corresponding to an index  More... | |
| bool | metaValueExists (const String &name) const | 
| returns if this MetaInfo is set  More... | |
| bool | metaValueExists (UInt index) const | 
| returns if this MetaInfo is set  More... | |
| void | setMetaValue (const String &name, const DataValue &value) | 
| sets the DataValue corresponding to a name  More... | |
| void | setMetaValue (UInt index, const DataValue &value) | 
| sets the DataValue corresponding to an index  More... | |
| void | removeMetaValue (const String &name) | 
| Removes the DataValue corresponding to nameif it exists.  More... | |
| void | removeMetaValue (UInt index) | 
| Removes the DataValue corresponding to indexif it exists.  More... | |
| void | getKeys (std::vector< String > &keys) const | 
| fills the given vector with a list of all keys for which a value is set  More... | |
| void | getKeys (std::vector< UInt > &keys) const | 
| fills the given vector with a list of all keys for which a value is set  More... | |
| bool | isMetaEmpty () const | 
| returns if the MetaInfo is empty  More... | |
| void | clearMetaInfo () | 
| removes all meta values  More... | |
| Static Public Attributes | |
| static const std::string | NamesOfType [SIZE_OF_TYPE] | 
| Names of detector types.  More... | |
| static const std::string | NamesOfAcquisitionMode [SIZE_OF_ACQUISITIONMODE] | 
| Names of acquisition modes.  More... | |
| Protected Attributes | |
| Type | type_ | 
| AcquisitionMode | acquisition_mode_ | 
| DoubleReal | resolution_ | 
| DoubleReal | ADC_sampling_frequency_ | 
| Int | order_ | 
|  Protected Attributes inherited from MetaInfoInterface | |
| MetaInfo * | meta_ | 
| pointer to the MetaInfo object. 0 by default  More... | |
| Additional Inherited Members | |
|  Static Public Member Functions inherited from MetaInfoInterface | |
| static MetaInfoRegistry & | metaRegistry () | 
| retuns a reference to the MetaInfoRegistry  More... | |
|  Protected Member Functions inherited from MetaInfoInterface | |
| void | createIfNotExists_ () | 
| creates the MetaInfo object if it does not exist  More... | |
Description of a ion detector (part of a MS Instrument)
| enum AcquisitionMode | 
Acquisition mode.
| Enumerator | |
|---|---|
| ACQMODENULL | Unknown. | 
| PULSECOUNTING | Pulse counting. | 
| ADC | Analog-digital converter. | 
| TDC | Time-digital converter. | 
| TRANSIENTRECORDER | Transient recorder. | 
| SIZE_OF_ACQUISITIONMODE | |
| enum Type | 
Detector type.
| IonDetector | ( | ) | 
Constructor.
| IonDetector | ( | const IonDetector & | source | ) | 
Copy constructor.
| ~IonDetector | ( | ) | 
Destructor.
| AcquisitionMode getAcquisitionMode | ( | ) | const | 
returns the acquisition mode
| DoubleReal getADCSamplingFrequency | ( | ) | const | 
returns 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 instruments, 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().
| 
 | protected | 
| 
 | protected | 
| 
 | static | 
Names of acquisition modes.
| 
 | static | 
Names of detector types.
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:33 using doxygen 1.8.5 |