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


Public Member Functions | |
| "BKllConfig" | from_cpp (cls, _CppBKllConfig cpp_obj) |
| _CppBKllConfig | to_cpp (self) |
Static Public Attributes | |
| BPFFSource | ff_src = BPFFSource.AS |
| BFFType | ff_type = BFFType.FULL |
| BKllBCharge | charge = BKllBCharge.B_PLUS |
| BKllLepton | gen = BKllLepton.MU |
| int | n_threads = 1 |
Additional Inherited Members | |
Protected Member Functions inherited from pyhyperiso.core.BusinessLogic.DecayConfig.DecayConfig | |
| _CppDecayConfig | _to_cpp (self) |
Configuration for exclusive ``B -> K l+ l-`` decays.
Args:
ff_src: Source of B -> K form factors.
ff_type: Form-factor treatment, full or soft.
charge: B-meson charge convention.
gen: Lepton generation.
n_threads: Requested number of worker threads. ``0`` may be interpreted
by the C++ decay as "use hardware concurrency" when supported.
Definition at line 281 of file DecayConfig.py.
| "BKllConfig" pyhyperiso.core.BusinessLogic.DecayConfig.BKllConfig.from_cpp | ( | cls, | |
| _CppBKllConfig | cpp_obj | ||
| ) |
Create a Python wrapper from a C++ ``BKllConfig``.
Reimplemented from pyhyperiso.core.BusinessLogic.DecayConfig.DecayConfig.
Definition at line 300 of file DecayConfig.py.
| _CppBKllConfig pyhyperiso.core.BusinessLogic.DecayConfig.BKllConfig.to_cpp | ( | self | ) |
Build the C++ ``BKllConfig`` object.
Reimplemented from pyhyperiso.core.BusinessLogic.DecayConfig.DecayConfig.
Definition at line 310 of file DecayConfig.py.
|
static |
Definition at line 295 of file DecayConfig.py.
|
static |
Definition at line 293 of file DecayConfig.py.
|
static |
Definition at line 294 of file DecayConfig.py.
|
static |
Definition at line 296 of file DecayConfig.py.
|
static |
Definition at line 297 of file DecayConfig.py.