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

Method getAdductBase

src/openms/source/DATASTRUCTURES/MassExplainer.cpp:284–287  ·  view source on GitHub ↗

Returns the set of adducts

Source from the content-addressed store, hash-verified

282
283 /// Returns the set of adducts
284 MassExplainer::AdductsType MassExplainer::getAdductBase() const
285 {
286 return adduct_base_;
287 }
288
289 /// return a compomer by its Id (useful after a query() ).
290 const Compomer& MassExplainer::getCompomerById(Size id) const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected