#include <CorrelationProxy.h>
|
| double | operator() (const ParamId &pid_1, const ParamId &pid_2, Type type) override |
| | Returns the requested correlation quantity for two parameters.
|
| |
| double | operator() (const ExperimentObs &oid_1, const ExperimentObs &oid_2, Type type) override |
| | Returns the requested correlation quantity for two fully explicit experiment-scoped observables.
|
| |
| double | operator() (const std::string &experiment, const Observables &oid_1, const Observables &oid_2, Type type) override |
| | Returns the requested correlation quantity for two observables identified by enum in the same experiment.
|
| |
| double | operator() (const std::string &experiment, const ObservableId &oid_1, const ObservableId &oid_2, Type type) override |
| | Returns the requested correlation quantity for two internal observable identifiers in the same experiment.
|
| |
| double | operator() (const std::string &experiment, const BinnedObservableId &oid_1, const BinnedObservableId &oid_2, Type type) override |
| | Returns the requested correlation quantity for two binned observables in the same experiment.
|
| |
| double | operator() (const std::string &exp_1, const BinnedObservableId &oid_1, const std::string &exp_2, const BinnedObservableId &oid_2, Type type) override |
| | Returns the requested correlation quantity for two binned observables coming from possibly different experiments.
|
| |
| virtual | ~IObsCorrelationProxy ()=default |
| | Virtual destructor.
|
| |
Definition at line 54 of file CorrelationProxy.h.
◆ Type
◆ operator()() [1/6]
◆ operator()() [2/6]
| double CorrelationProxy::operator() |
( |
const ParamId & |
pid_1, |
|
|
const ParamId & |
pid_2, |
|
|
Type |
type |
|
) |
| |
|
overridevirtual |
◆ operator()() [3/6]
◆ operator()() [4/6]
◆ operator()() [5/6]
◆ operator()() [6/6]
| double CorrelationProxy::operator() |
( |
const std::string & |
experiment, |
|
|
const Observables & |
oid_1, |
|
|
const Observables & |
oid_2, |
|
|
Type |
type |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following files:
- /home/runner/work/Hyperiso/Hyperiso/Hyperiso/Hyperiso/core/src/BusinessLogic/adapters/CorrelationProxy.h
- /home/runner/work/Hyperiso/Hyperiso/Hyperiso/Hyperiso/core/src/BusinessLogic/adapters/CorrelationProxy.cpp