MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / setDriftTimeWindowUpperOffset

Method setDriftTimeWindowUpperOffset

src/openms/source/METADATA/Precursor.cpp:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 }
191
192 void Precursor::setDriftTimeWindowUpperOffset(double bound)
193 {
194 OPENMS_PRECONDITION(bound >= 0, "Relative drift time offset needs to be positive.")
195 drift_window_up_ = bound;
196 }
197
198 Int Precursor::getCharge() const
199 {

Callers 2

return_chromatogramFunction · 0.80
Precursor_test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected