|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Experiment-scoped observable identifiers. More...
#include "Include.h"

Go to the source code of this file.
Classes | |
| struct | ExperimentObs |
| Identifies an observable in the context of a specific experiment. More... | |
| struct | std::hash< ExperimentObs > |
| Hash functor specialization for ExperimentObs. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, ExperimentObs const &x) |
| Stream output operator for ExperimentObs. | |
Experiment-scoped observable identifiers.
This header defines ExperimentObs, a small value type combining an experiment label with a BinnedObservableId. It is intended to uniquely identify a measured observable in the context of a specific experiment.
Definition in file ExperimentObs.h.
|
inline |
Stream output operator for ExperimentObs.
Writes the human-readable representation of the experiment-specific observable to the output stream.
| os | Output stream. |
| x | Experiment-specific observable to print. |
Definition at line 129 of file ExperimentObs.h.