|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Defines the Parameter class used to store individual physical/model parameters. More...
#include <string>#include <iostream>#include <functional>#include "Logger.h"#include "Include.h"#include "Math.h"

Go to the source code of this file.
Classes | |
| class | Parameter |
| Represents a single parameter with value, uncertainties, and dependency links. More... | |
Enumerations | |
| enum class | ParameterMode { FIXED , SHIFTABLE } |
| Defines the modes in which a parameter can operate. More... | |
Defines the Parameter class used to store individual physical/model parameters.
This file declares Parameter, the core scalar container used throughout the framework.
A Parameter stores:
The class participates in the dependency graph in two directions:
Definition in file Parameter.h.
|
strong |
Defines the modes in which a parameter can operate.
| Enumerator | |
|---|---|
| FIXED | The parameter remains fixed at its expected value. |
| SHIFTABLE | The parameter value is shifted by an additive offset. |
Definition at line 45 of file Parameter.h.