|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Identifies a single interpreted parameter from an LHA block. More...
#include <InterpretedParam.h>

Public Member Functions | |
| bool | operator== (const InterpretedParam &other) const |
| Equality comparison operator. | |
Public Attributes | |
| std::string | block |
| Name of the LHA block (e.g. "SMINPUTS", "MASS", "B_Dlnu", ...). | |
| LhaID | code |
| LHA index (or multi-index) identifying the entry inside the block. | |
| bool | is_bsm {false} |
| True if this parameter belongs to the BSM part of the model. | |
| bool | is_complex {false} |
| True if the parameter is interpreted as complex-valued. | |
Identifies a single interpreted parameter from an LHA block.
The struct does not store the actual numeric value, only the metadata needed to uniquely identify which parameter is being referred to.
Definition at line 28 of file InterpretedParam.h.
|
inline |
Equality comparison operator.
Two InterpretedParam objects are equal if all fields match exactly.
Definition at line 46 of file InterpretedParam.h.
| std::string InterpretedParam::block |
Name of the LHA block (e.g. "SMINPUTS", "MASS", "B_Dlnu", ...).
Definition at line 30 of file InterpretedParam.h.
| LhaID InterpretedParam::code |
LHA index (or multi-index) identifying the entry inside the block.
Definition at line 33 of file InterpretedParam.h.
| bool InterpretedParam::is_bsm {false} |
True if this parameter belongs to the BSM part of the model.
Definition at line 36 of file InterpretedParam.h.
| bool InterpretedParam::is_complex {false} |
True if the parameter is interpreted as complex-valued.
Definition at line 39 of file InterpretedParam.h.