Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
pyhyperiso.core.BusinessLogic.ObservableValue Namespace Reference

Classes

class  ObservableValue
 

Functions

ObservableId _require_observable_id (ObservableId value, str name="observable id")
 
 _cpp_observable_id (ObservableId value)
 

Detailed Description

Python representation of computed observable values.

The C++ observable layer returns ``ObservableValue`` objects containing an
observable id, a numerical prediction, and optionally a bin range. This module
keeps the public Python type lightweight and immutable while preserving explicit
conversion helpers to and from the bound C++ object.

Function Documentation

◆ _cpp_observable_id()

pyhyperiso.core.BusinessLogic.ObservableValue._cpp_observable_id ( ObservableId  value)
protected

Definition at line 26 of file ObservableValue.py.

◆ _require_observable_id()

ObservableId pyhyperiso.core.BusinessLogic.ObservableValue._require_observable_id ( ObservableId  value,
str   name = "observable id" 
)
protected

Definition at line 20 of file ObservableValue.py.