| 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 | { |
no outgoing calls
no test coverage detected