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


Public Member Functions | |
| "BKstarllConfig" | from_cpp (cls, _CppBKstarllConfig cpp_obj) |
| _CppBKstarllConfig | to_cpp (self) |
Public Attributes | |
| power_corr_impl | |
Static Public Attributes | |
| BVFFSource | ff_src = BVFFSource.BSZ_SR_LAT |
| BFFType | ff_type = BFFType.FULL |
| BKstarllPowerCorrectionsImpl | power_corr_impl = BKstarllPowerCorrectionsImpl.BFS |
| BKstarllBCharge | charge = BKstarllBCharge.B_PLUS |
| BKstarllLepton | gen = BKstarllLepton.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.
power_corr_impl: Non-factorisable power-correction prescription.
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 322 of file DecayConfig.py.
| "BKstarllConfig" pyhyperiso.core.BusinessLogic.DecayConfig.BKstarllConfig.from_cpp | ( | cls, | |
| _CppBKstarllConfig | cpp_obj | ||
| ) |
Create a Python wrapper from a C++ ``BKstarllConfig``.
Reimplemented from pyhyperiso.core.BusinessLogic.DecayConfig.DecayConfig.
Definition at line 343 of file DecayConfig.py.
| _CppBKstarllConfig pyhyperiso.core.BusinessLogic.DecayConfig.BKstarllConfig.to_cpp | ( | self | ) |
Build the C++ ``BKstarllConfig`` object.
Reimplemented from pyhyperiso.core.BusinessLogic.DecayConfig.DecayConfig.
Definition at line 354 of file DecayConfig.py.
|
static |
Definition at line 338 of file DecayConfig.py.
|
static |
Definition at line 335 of file DecayConfig.py.
|
static |
Definition at line 336 of file DecayConfig.py.
|
static |
Definition at line 339 of file DecayConfig.py.
|
static |
Definition at line 340 of file DecayConfig.py.
|
static |
Definition at line 337 of file DecayConfig.py.
| pyhyperiso.core.BusinessLogic.DecayConfig.BKstarllConfig.power_corr_impl |
Definition at line 360 of file DecayConfig.py.