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

Experiment-scoped observable identifiers. More...

#include "Include.h"
Include dependency graph for ExperimentObs.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
ExperimentObs const &  x 
)
inline

Stream output operator for ExperimentObs.

Writes the human-readable representation of the experiment-specific observable to the output stream.

Parameters
osOutput stream.
xExperiment-specific observable to print.
Returns
Reference to the output stream.

Definition at line 129 of file ExperimentObs.h.