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

Public Member Functions

"BsPhiConfig" from_cpp (cls, _CppBsPhiConfig cpp_obj)
 
_CppBsPhiConfig to_cpp (self)
 

Static Public Attributes

BVFFSource ff_src = BVFFSource.BSZ_SR_LAT
 
BFFType ff_type = BFFType.FULL
 
BsPhiLepton gen = BsPhiLepton.MU
 
int n_threads = 1
 

Additional Inherited Members

- Protected Member Functions inherited from pyhyperiso.core.BusinessLogic.DecayConfig.DecayConfig
_CppDecayConfig _to_cpp (self)
 

Detailed Description

Configuration for exclusive ``Bs -> phi l+ l-`` decays.

Args:
    ff_src: Source of Bs -> phi form factors.
    ff_type: Form-factor treatment, full or soft.
    gen: Lepton generation.
    n_threads: Requested number of worker threads.

Definition at line 397 of file DecayConfig.py.

Member Function Documentation

◆ from_cpp()

"BsPhiConfig" pyhyperiso.core.BusinessLogic.DecayConfig.BsPhiConfig.from_cpp (   cls,
_CppBsPhiConfig  cpp_obj 
)
Create a Python wrapper from a C++ ``BsPhiConfig``.

Reimplemented from pyhyperiso.core.BusinessLogic.DecayConfig.DecayConfig.

Definition at line 413 of file DecayConfig.py.

◆ to_cpp()

_CppBsPhiConfig pyhyperiso.core.BusinessLogic.DecayConfig.BsPhiConfig.to_cpp (   self)
Build the C++ ``BsPhiConfig`` object.

Reimplemented from pyhyperiso.core.BusinessLogic.DecayConfig.DecayConfig.

Definition at line 422 of file DecayConfig.py.

Member Data Documentation

◆ ff_src

BVFFSource pyhyperiso.core.BusinessLogic.DecayConfig.BsPhiConfig.ff_src = BVFFSource.BSZ_SR_LAT
static

Definition at line 407 of file DecayConfig.py.

◆ ff_type

BFFType pyhyperiso.core.BusinessLogic.DecayConfig.BsPhiConfig.ff_type = BFFType.FULL
static

Definition at line 408 of file DecayConfig.py.

◆ gen

BsPhiLepton pyhyperiso.core.BusinessLogic.DecayConfig.BsPhiConfig.gen = BsPhiLepton.MU
static

Definition at line 409 of file DecayConfig.py.

◆ n_threads

int pyhyperiso.core.BusinessLogic.DecayConfig.BsPhiConfig.n_threads = 1
static

Definition at line 410 of file DecayConfig.py.


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