Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
ObservableInterfaceProxy.h File Reference

Adapter from ObservableInterface to the statistical model interface. More...

#include <vector>
#include <stdexcept>
#include "ports/IModel.h"
#include "ObservableInterface.h"
#include "StatParamOptimizerProxy.h"
#include "StatParameterProxy.h"
#include "IStatParamOptimizerProxy.h"
Include dependency graph for ObservableInterfaceProxy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ObservableInterfaceProxy
 Concrete IModel implementation backed by ObservableInterface. More...
 

Detailed Description

Adapter from ObservableInterface to the statistical model interface.

The statistical layer expects an IModel. This proxy wraps an ObservableInterface and applies parameter values through an IStatParamOptimizerProxy before requesting observable predictions.

Definition in file ObservableInterfaceProxy.h.