|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Classes | |
| class | BlockLogger |
Variables | |
| TypeAlias | BlockKey = Any |
| TypeAlias | BlockContent = dict[BlockKey, float] |
Helpers for inspecting and logging C++ parameter blocks. The C++ ``BlockProvider`` gives access to HyperISO parameter blocks. It can check whether a block exists, log blocks through the C++ logging system, and retrieve block names or block contents as Python objects.
| TypeAlias pyhyperiso.core.Core.BlockProvider.BlockContent = dict[BlockKey, float] |
Definition at line 17 of file BlockProvider.py.
| TypeAlias pyhyperiso.core.Core.BlockProvider.BlockKey = Any |
Definition at line 16 of file BlockProvider.py.