|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Public Member Functions | |
| __init__ (self, cpp_obj) | |
| bool | has (self, ParamId pid) |
| Scalar | get_val (self, ParamId pid) |
| int | size (self) |
Protected Attributes | |
| _cpp_obj | |
Python view over the C++ ``ParamSrc`` callback object. Users should receive this wrapper in custom Wilson matching callbacks instead of the raw pybind object.
Definition at line 61 of file WilsonInterface.py.
| pyhyperiso.core.PhysicalModel.WilsonInterface.ParamSrcView.__init__ | ( | self, | |
| cpp_obj | |||
| ) |
Definition at line 68 of file WilsonInterface.py.
| Scalar pyhyperiso.core.PhysicalModel.WilsonInterface.ParamSrcView.get_val | ( | self, | |
| ParamId | pid | ||
| ) |
Return a parameter value as a ``Scalar`` wrapper.
Definition at line 75 of file WilsonInterface.py.
| bool pyhyperiso.core.PhysicalModel.WilsonInterface.ParamSrcView.has | ( | self, | |
| ParamId | pid | ||
| ) |
Return whether a parameter is available.
Definition at line 71 of file WilsonInterface.py.
| int pyhyperiso.core.PhysicalModel.WilsonInterface.ParamSrcView.size | ( | self | ) |
Return the number of parameters in this view.
Definition at line 81 of file WilsonInterface.py.
|
protected |
Definition at line 69 of file WilsonInterface.py.