35 #ifndef OPENMS_METADATA_INSTRUMENTSETTINGS_H
36 #define OPENMS_METADATA_INSTRUMENTSETTINGS_H
74 static const std::string NamesOfScanMode[SIZE_OF_SCANMODE];
94 void setScanMode(
ScanMode scan_mode);
97 bool getZoomScan()
const;
99 void setZoomScan(
bool zoom_scan);
107 const std::vector<ScanWindow> & getScanWindows()
const;
109 std::vector<ScanWindow> & getScanWindows();
111 void setScanWindows(std::vector<ScanWindow> scan_windows);
121 #endif // OPENMS_METADATA_INSTRUMENTSETTINGS_H
Description of the settings a MS Instrument was run with.
Definition: InstrumentSettings.h:48
IonSource::Polarity polarity_
Definition: InstrumentSettings.h:116
ScanMode scan_mode_
Definition: InstrumentSettings.h:114
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
bool zoom_scan_
Definition: InstrumentSettings.h:115
std::vector< ScanWindow > scan_windows_
Definition: InstrumentSettings.h:117