Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ setScanWindows
Method
setScanWindows
src/openms/source/METADATA/InstrumentSettings.cpp:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void InstrumentSettings::setScanWindows(std::vector<ScanWindow> scan_windows)
75
{
76
scan_windows_ = std::move(scan_windows);
77
}
78
79
bool InstrumentSettings::getZoomScan() const
80
{
Callers
1
InstrumentSettings_test.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected