Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
CorrelationRepo.cpp File Reference
#include "CorrelationRepo.h"
Include dependency graph for CorrelationRepo.cpp:

Go to the source code of this file.

Functions

template<typename U >
std::ostream & operator<< (std::ostream &os, const CorrelationMatrixPair< U > &cmp)
 

Function Documentation

◆ operator<<()

template<typename U >
std::ostream & operator<< ( std::ostream &  os,
const CorrelationMatrixPair< U > &  cmp 
)

The output iterates over all entries in the statistical matrix and prints them together with their corresponding systematic values:

(i, j): rho_stat + rho_syst

The format is intended for debugging/logging rather than for machine parsing.

Template Parameters
UKey type.
Parameters
osOutput stream.
cmpThe CorrelationMatrixPair to print.
Returns
The output stream.

Definition at line 99 of file CorrelationRepo.cpp.