|
OpenMS
2.5.0
|
Go to the documentation of this file.
88 static const std::string NamesOfIonOpticsType[SIZE_OF_IONOPTICSTYPE];
110 const String & getName()
const;
112 void setName(
const String & name);
115 const String & getVendor()
const;
117 void setVendor(
const String & vendor);
120 const String & getModel()
const;
122 void setModel(
const String & model);
125 const String & getCustomizations()
const;
127 void setCustomizations(
const String & customizations);
130 const std::vector<IonSource> & getIonSources()
const;
132 std::vector<IonSource> & getIonSources();
134 void setIonSources(
const std::vector<IonSource> & ion_sources);
137 const std::vector<MassAnalyzer> & getMassAnalyzers()
const;
139 std::vector<MassAnalyzer> & getMassAnalyzers();
141 void setMassAnalyzers(
const std::vector<MassAnalyzer> & mass_analyzers);
144 const std::vector<IonDetector> & getIonDetectors()
const;
146 std::vector<IonDetector> & getIonDetectors();
148 void setIonDetectors(
const std::vector<IonDetector> & ion_detectors);
151 const Software & getSoftware()
const;
155 void setSoftware(
const Software & software);
delayed extraction
Definition: Instrument.h:74
first stability region
Definition: Instrument.h:80
Software software_
Definition: Instrument.h:171
selected ion flow tube
Definition: Instrument.h:76
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
String customizations_
Definition: Instrument.h:167
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
reflectron
Definition: Instrument.h:78
String name_
Definition: Instrument.h:164
einzel lens
Definition: Instrument.h:79
Description of the software used for processing.
Definition: Software.h:48
Description of a MS instrument.
Definition: Instrument.h:63
std::vector< IonDetector > ion_detectors_
Definition: Instrument.h:170
IonOpticsType
ion optics type
Definition: Instrument.h:70
static field
Definition: Instrument.h:83
Interface for classes that can store arbitrary meta information (Type-Name-Value tuples).
Definition: MetaInfoInterface.h:60
std::vector< MassAnalyzer > mass_analyzers_
Definition: Instrument.h:169
String vendor_
Definition: Instrument.h:165
IonOpticsType ion_optics_
Definition: Instrument.h:172
fringing field
Definition: Instrument.h:81
String model_
Definition: Instrument.h:166
std::vector< IonSource > ion_sources_
Definition: Instrument.h:168
magnetic deflection
Definition: Instrument.h:73
unknown
Definition: Instrument.h:72
collision quadrupole
Definition: Instrument.h:75
A more convenient string class.
Definition: String.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
time lag focusing
Definition: Instrument.h:77
kinetic energy analyzer
Definition: Instrument.h:82