|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Concrete statistical proxy forwarding correlation queries to CorrelationProvider. More...
#include "IStatCorrelationProxy.h"#include "CorrelationProvider.h"#include "Include.h"#include "BinnedObservableId.h"#include "ExperimentObs.h"

Go to the source code of this file.
Classes | |
| class | StatCorrelationProxy |
| Concrete implementation of IStatCorrelationProxy for the statistics module. More... | |
Concrete statistical proxy forwarding correlation queries to CorrelationProvider.
This class is a thin read-only adapter used by the statistics layer to access correlation coefficients stored in the backend correlation repository.
It supports correlation queries between:
The proxy does not implement any correlation logic by itself; it simply delegates all requests to an internal CorrelationProvider instance.
Typical usage:
Definition in file StatCorrelationProxy.h.