|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Domain container grouping related Wilson coefficients with matching and running access. More...
#include <unordered_map>#include <optional>#include "Include.h"#include "Utils.h"#include "Wilson.h"#include "IBlockComposer.h"#include "ICoreAPI.h"#include "IMartyWilsonProxy.h"#include "config.hpp"#include "InterpretedParam.h"#include "WilsonGroupAdapterConfig.h"

Go to the source code of this file.
Classes | |
| struct | CoefficientGroupSources |
| Source specification and aggregation function for a coefficient group block. More... | |
| class | CoefficientGroup |
| Polymorphic container of WilsonCoefficient objects representing a coefficient group. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const CoefficientGroup &coeffs) |
| Streams all coefficients and standard values (LO/NLO/NNLO at matching + hadronic scales). | |
| std::ostream & | operator<< (std::ostream &os, const std::shared_ptr< CoefficientGroup > &coeffs) |
| Convenience overload for shared_ptr. | |
Domain container grouping related Wilson coefficients with matching and running access.
This header defines:
Architectural role:
Storage conventions:
GroupMapper::str(groupId, ScaleType::MATCHING)).GroupMapper::str(groupId, ScaleType::HADRONIC, basis).Definition in file WilsonGroup.h.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const CoefficientGroup & | coeffs | ||
| ) |
Streams all coefficients and standard values (LO/NLO/NNLO at matching + hadronic scales).
Definition at line 97 of file WilsonGroup.cpp.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const std::shared_ptr< CoefficientGroup > & | coeffs | ||
| ) |
Convenience overload for shared_ptr.