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

Method setDriftTimeWindowLowerOffset

src/openms/source/METADATA/Precursor.cpp:181–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 void Precursor::setDriftTimeWindowLowerOffset(double bound)
182 {
183 OPENMS_PRECONDITION(bound >= 0, "Relative drift time offset needs to be positive.")
184 drift_window_low_ = bound;
185 }
186
187 double Precursor::getDriftTimeWindowUpperOffset() const
188 {

Callers 2

return_chromatogramFunction · 0.80
Precursor_test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected