|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Represents a resolved parameter in Hyperiso format. More...
#include <IParameterResolver.h>

Public Attributes | |
| std::string | block |
| SLHA block name. | |
| LhaID | code |
| LHA ID within the block. | |
| bool | is_complex |
| True if the parameter is complex-valued. | |
| bool | is_bsm |
| True if the parameter is BSM (not SM). | |
Represents a resolved parameter in Hyperiso format.
This structure holds:
Definition at line 31 of file IParameterResolver.h.
| std::string ResolvedParam::block |
SLHA block name.
Definition at line 32 of file IParameterResolver.h.
| LhaID ResolvedParam::code |
LHA ID within the block.
Definition at line 33 of file IParameterResolver.h.
| bool ResolvedParam::is_bsm |
True if the parameter is BSM (not SM).
Definition at line 35 of file IParameterResolver.h.
| bool ResolvedParam::is_complex |
True if the parameter is complex-valued.
Definition at line 34 of file IParameterResolver.h.