|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include "CorrelationRepo.h"
Go to the source code of this file.
Functions | |
| template<typename U > | |
| std::ostream & | operator<< (std::ostream &os, const CorrelationMatrixPair< U > &cmp) |
| 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.
| U | Key type. |
| os | Output stream. |
| cmp | The CorrelationMatrixPair to print. |
Definition at line 99 of file CorrelationRepo.cpp.