87 static const std::string NamesOfIonOpticsType[SIZE_OF_IONOPTICSTYPE];
105 const String & getName()
const;
107 void setName(
const String & name);
110 const String & getVendor()
const;
112 void setVendor(
const String & vendor);
115 const String & getModel()
const;
117 void setModel(
const String & model);
120 const String & getCustomizations()
const;
122 void setCustomizations(
const String & customizations);
125 const std::vector<IonSource> & getIonSources()
const;
127 std::vector<IonSource> & getIonSources();
129 void setIonSources(
const std::vector<IonSource> & ion_sources);
132 const std::vector<MassAnalyzer> & getMassAnalyzers()
const;
134 std::vector<MassAnalyzer> & getMassAnalyzers();
136 void setMassAnalyzers(
const std::vector<MassAnalyzer> & mass_analyzers);
139 const std::vector<IonDetector> & getIonDetectors()
const;
141 std::vector<IonDetector> & getIonDetectors();
143 void setIonDetectors(
const std::vector<IonDetector> & ion_detectors);
146 const Software & getSoftware()
const;
150 void setSoftware(
const Software & software);
time lag focusing
Definition: Instrument.h:77
Description of a MS instrument.
Definition: Instrument.h:63
IonOpticsType ion_optics_
Definition: Instrument.h:167
A more convenient string class.
Definition: String.h:57
String model_
Definition: Instrument.h:161
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
Description of the software used for processing.
Definition: Software.h:48
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
collision quadrupole
Definition: Instrument.h:75
String name_
Definition: Instrument.h:159
std::vector< IonSource > ion_sources_
Definition: Instrument.h:163
magnetic deflection
Definition: Instrument.h:73
String vendor_
Definition: Instrument.h:160
unknown
Definition: Instrument.h:72
std::vector< MassAnalyzer > mass_analyzers_
Definition: Instrument.h:164
delayed extraction
Definition: Instrument.h:74
first stability region
Definition: Instrument.h:80
fringing field
Definition: Instrument.h:81
reflectron
Definition: Instrument.h:78
IonOpticsType
ion optics type
Definition: Instrument.h:70
String customizations_
Definition: Instrument.h:162
selected ion flow tube
Definition: Instrument.h:76
Software software_
Definition: Instrument.h:166
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
einzel lens
Definition: Instrument.h:79
std::vector< IonDetector > ion_detectors_
Definition: Instrument.h:165
kinetic energy analyzer
Definition: Instrument.h:82
static field
Definition: Instrument.h:83