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

Function getIonMobilityArray__

src/openms/source/KERNEL/MSSpectrum.cpp:709–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707 }
708
709 bool getIonMobilityArray__(const MSSpectrum::FloatDataArrays& fdas, Size& index, DriftTimeUnit& unit)
710 {
711 for (index = 0; index < fdas.size(); ++index)
712 {
713 if (IMDataConverter::getIMUnit(fdas[index], unit))
714 {
715 return true;
716 }
717 }
718 return false;
719 }
720
721 bool MSSpectrum::containsIMData() const
722 {

Callers 2

containsIMDataMethod · 0.85
getIMDataMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected