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

Method getFirstScan

src/openms_gui/source/VISUAL/Painter2DBase.cpp:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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));

Callers 1

Calls 1

RTBeginMethod · 0.45

Tested by

no test coverage detected