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

Method getSpectrumMetaData

src/openms/source/METADATA/SpectrumMetaDataLookup.cpp:15–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace OpenMS
14{
15 void SpectrumMetaDataLookup::getSpectrumMetaData(Size index,
16 SpectrumMetaData& meta) const
17 {
18 if (index >= n_spectra_)
19 {
20 throw Exception::IndexOverflow(__FILE__, __LINE__, OPENMS_PRETTY_FUNCTION,
21 index, n_spectra_);
22 }
23 meta = metadata_[index];
24 }
25
26
27 void SpectrumMetaDataLookup::getSpectrumMetaData(

Callers 6

storeMethod · 0.80
readRTMZCharge_Method · 0.80
loadMethod · 0.80
endElementMethod · 0.80

Calls 12

getNativeIDMethod · 0.80
getMSLevelMethod · 0.80
getPrecursorsMethod · 0.80
toDoubleMethod · 0.80
toIntMethod · 0.80
getRTMethod · 0.45
emptyMethod · 0.45
getMZMethod · 0.45
getChargeMethod · 0.45
findMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected