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

Method setAdductBase

src/openms/source/DATASTRUCTURES/MassExplainer.cpp:278–281  ·  view source on GitHub ↗

Sets the set of possible adducts

Source from the content-addressed store, hash-verified

276
277 /// Sets the set of possible adducts
278 void MassExplainer::setAdductBase(AdductsType adduct_base)
279 {
280 adduct_base_ = std::move(adduct_base);
281 }
282
283 /// Returns the set of adducts
284 MassExplainer::AdductsType MassExplainer::getAdductBase() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected