Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
pyhyperiso.core.Core.Parameter.ParameterMode Class Reference
Inheritance diagram for pyhyperiso.core.Core.Parameter.ParameterMode:
Collaboration diagram for pyhyperiso.core.Core.Parameter.ParameterMode:

Static Public Attributes

 FIXED = _CppParameterMode.FIXED
 
 SHIFTABLE = _CppParameterMode.SHIFTABLE
 

Detailed Description

Update mode used by shiftable C++ parameters.

Attributes:
    FIXED: The parameter value is fixed to its expected value.
    SHIFTABLE: The parameter can be shifted through the C++ shift machinery.

Definition at line 15 of file Parameter.py.

Member Data Documentation

◆ FIXED

pyhyperiso.core.Core.Parameter.ParameterMode.FIXED = _CppParameterMode.FIXED
static

Definition at line 23 of file Parameter.py.

◆ SHIFTABLE

pyhyperiso.core.Core.Parameter.ParameterMode.SHIFTABLE = _CppParameterMode.SHIFTABLE
static

Definition at line 24 of file Parameter.py.


The documentation for this class was generated from the following file: