|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Small value object used to register a custom decay with observables. More...
#include <decay_ids.hpp>
Public Attributes | |
| std::string | canonical |
| Canonical observable name. | |
| std::vector< std::string > | aliases {} |
| Optional aliases. | |
| std::optional< LhaID > | ext = std::nullopt |
| Optional FLHA id. | |
Small value object used to register a custom decay with observables.
This helper avoids temporarily creating an empty custom decay when the caller already knows which custom observables belong to it.
Definition at line 62 of file decay_ids.hpp.
| std::vector<std::string> CustomObservableSpec::aliases {} |
Optional aliases.
Definition at line 64 of file decay_ids.hpp.
| std::string CustomObservableSpec::canonical |
Canonical observable name.
Definition at line 63 of file decay_ids.hpp.
| std::optional<LhaID> CustomObservableSpec::ext = std::nullopt |
Optional FLHA id.
Definition at line 65 of file decay_ids.hpp.