|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|


Public Member Functions | |
| "LbLllConfig" | from_cpp (cls, _CppLbLllConfig cpp_obj) |
| _CppLbLllConfig | to_cpp (self) |
Static Public Attributes | |
| LbLFFSource | ff_src = LbLFFSource.DM |
| LbLllLepton | gen = LbLllLepton.MU |
| int | n_threads = 1 |
Additional Inherited Members | |
Protected Member Functions inherited from pyhyperiso.core.BusinessLogic.DecayConfig.DecayConfig | |
| _CppDecayConfig | _to_cpp (self) |
Configuration for ``Lambda_b -> Lambda l+ l-`` decays.
Args:
ff_src: Source of Lambda_b -> Lambda form factors.
gen: Lepton generation. Defaults to ``MU``.
n_threads: Requested number of worker threads. ``0`` may be interpreted
by the C++ layer as ``std::thread::hardware_concurrency``.
Definition at line 482 of file DecayConfig.py.
| "LbLllConfig" pyhyperiso.core.BusinessLogic.DecayConfig.LbLllConfig.from_cpp | ( | cls, | |
| _CppLbLllConfig | cpp_obj | ||
| ) |
Create a Python wrapper from a C++ ``LbLllConfig``.
Reimplemented from pyhyperiso.core.BusinessLogic.DecayConfig.DecayConfig.
Definition at line 497 of file DecayConfig.py.
| _CppLbLllConfig pyhyperiso.core.BusinessLogic.DecayConfig.LbLllConfig.to_cpp | ( | self | ) |
Build the C++ ``LbLllConfig`` object.
Reimplemented from pyhyperiso.core.BusinessLogic.DecayConfig.DecayConfig.
Definition at line 505 of file DecayConfig.py.
|
static |
Definition at line 492 of file DecayConfig.py.
|
static |
Definition at line 493 of file DecayConfig.py.
|
static |
Definition at line 494 of file DecayConfig.py.