| 296 | return spec.getRT(); |
| 297 | } |
| 298 | MSExperiment::ConstIterator getFirstScan(double value) const override |
| 299 | { |
| 300 | return exp_.RTBegin(value); |
| 301 | } |
| 302 | DimMapper<2>::Point mapToPoint(double value, double mz) const override |
| 303 | { |
| 304 | return mapper_.map(Peak2D({value, mz}, 0)); |
no test coverage detected