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

Public Member Functions

"KllDecayConfig" from_cpp (cls, _CppKllDecayConfig cpp_obj)
 
_CppKllDecayConfig to_cpp (self)
 

Static Public Attributes

int N_L_sign = 1
 
int gen = 2
 

Additional Inherited Members

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

Detailed Description

Configuration for ``K_L,S -> l+ l-`` decays.

Args:
    N_L_sign: Sign convention for the long-distance ``K_L -> gamma gamma``
        term. Defaults to ``1``.
    gen: Lepton generation using the integer convention expected by the C++
        backend. Defaults to ``2``.

Definition at line 455 of file DecayConfig.py.

Member Function Documentation

◆ from_cpp()

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

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

Definition at line 469 of file DecayConfig.py.

◆ to_cpp()

_CppKllDecayConfig pyhyperiso.core.BusinessLogic.DecayConfig.KllDecayConfig.to_cpp (   self)
Build the C++ ``KllDecayConfig`` object.

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

Definition at line 473 of file DecayConfig.py.

Member Data Documentation

◆ gen

int pyhyperiso.core.BusinessLogic.DecayConfig.KllDecayConfig.gen = 2
static

Definition at line 466 of file DecayConfig.py.

◆ N_L_sign

int pyhyperiso.core.BusinessLogic.DecayConfig.KllDecayConfig.N_L_sign = 1
static

Definition at line 465 of file DecayConfig.py.


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