|
OpenMS
2.6.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);
Description of the software used for processing.
Definition: Software.h:48
String customizations_
Definition: Instrument.h:167
magnetic deflection
Definition: Instrument.h:73
einzel lens
Definition: Instrument.h:79
kinetic energy analyzer
Definition: Instrument.h:82
A more convenient string class.
Definition: String.h:59
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
time lag focusing
Definition: Instrument.h:77
IonOpticsType
ion optics type
Definition: Instrument.h:70
first stability region
Definition: Instrument.h:80
fringing field
Definition: Instrument.h:81
Software software_
Definition: Instrument.h:171
reflectron
Definition: Instrument.h:78
unknown
Definition: Instrument.h:72
static field
Definition: Instrument.h:83
String model_
Definition: Instrument.h:166
Description of a MS instrument.
Definition: Instrument.h:63
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
collision quadrupole
Definition: Instrument.h:75
selected ion flow tube
Definition: Instrument.h:76
String name_
Definition: Instrument.h:164
IonOpticsType ion_optics_
Definition: Instrument.h:172
bool operator==(const IDBoostGraph::ProteinGroup &lhs, const IDBoostGraph::ProteinGroup &rhs)
std::vector< MassAnalyzer > mass_analyzers_
Definition: Instrument.h:169
delayed extraction
Definition: Instrument.h:74
String vendor_
Definition: Instrument.h:165
std::vector< IonDetector > ion_detectors_
Definition: Instrument.h:170
std::vector< IonSource > ion_sources_
Definition: Instrument.h:168