35 #ifndef OPENMS_METADATA_IONSOURCE_H
36 #define OPENMS_METADATA_IONSOURCE_H
77 static const std::string NamesOfInletType[SIZE_OF_INLETTYPE];
134 SIZE_OF_IONIZATIONMETHOD
137 static const std::string NamesOfIonizationMethod[SIZE_OF_IONIZATIONMETHOD];
148 static const std::string NamesOfPolarity[SIZE_OF_POLARITY];
161 bool operator==(
const IonSource & rhs)
const;
163 bool operator!=(
const IonSource & rhs)
const;
178 void setPolarity(
Polarity polarity);
190 Int getOrder()
const;
192 void setOrder(
Int order);
204 #endif // OPENMS_METADATA_IONSOURCE_H
InletType inlet_type_
Definition: IonSource.h:195
Polarity polarity_
Definition: IonSource.h:197
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
IonizationMethod ionization_method_
Definition: IonSource.h:196
Int order_
Definition: IonSource.h:198
int Int
Signed integer type.
Definition: Types.h:96
Description of an ion source (part of a MS Instrument)
Definition: IonSource.h:47