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

Public Member Functions

"DecayConfig" from_cpp (cls, _CppDecayConfig cpp_obj)
 
_CppDecayConfig to_cpp (self)
 

Protected Member Functions

_CppDecayConfig _to_cpp (self)
 

Detailed Description

Base decay-configuration wrapper.

This class is useful for decay engines whose concrete configuration is the
empty C++ ``DecayConfig`` marker. It is also used as the common Python base
class for legacy C++ config structs that do not inherit from ``DecayConfig``
but are still accepted by ``ObservableInterface.set_decay_config`` through
typed pybind overloads.

Definition at line 199 of file DecayConfig.py.

Member Function Documentation

◆ _to_cpp()

_CppDecayConfig pyhyperiso.core.BusinessLogic.DecayConfig.DecayConfig._to_cpp (   self)
protected
Alias for ``to_cpp()`` used by other wrappers.

Definition at line 231 of file DecayConfig.py.

◆ from_cpp()

◆ to_cpp()


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