35 #ifndef OPENMS_METADATA_IONDETECTOR_H
36 #define OPENMS_METADATA_IONDETECTOR_H
79 static const std::string NamesOfType[SIZE_OF_TYPE];
89 SIZE_OF_ACQUISITIONMODE
92 static const std::string NamesOfAcquisitionMode[SIZE_OF_ACQUISITIONMODE];
110 Type getType()
const;
112 void setType(
Type type);
120 double getResolution()
const;
122 void setResolution(
double resolution);
125 double getADCSamplingFrequency()
const;
127 void setADCSamplingFrequency(
double ADC_sampling_frequency);
139 Int getOrder()
const;
141 void setOrder(
Int order);
153 #endif // OPENMS_METADATA_IONDETECTOR_H
Int order_
Definition: IonDetector.h:148
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
AcquisitionMode acquisition_mode_
Definition: IonDetector.h:145
Description of a ion detector (part of a MS Instrument)
Definition: IonDetector.h:47
double resolution_
Definition: IonDetector.h:146
Type type_
Definition: IonDetector.h:144
double ADC_sampling_frequency_
Definition: IonDetector.h:147
int Int
Signed integer type.
Definition: Types.h:96