Returns the set of adducts
| 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 |
no outgoing calls
no test coverage detected