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