|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Source specification and aggregation function for a coefficient group block. More...
#include <WilsonGroup.h>
Public Attributes | |
| std::unordered_map< ParameterType, std::vector< std::string > > | sources {} |
| Map of required source blocks for each ParameterType scope. | |
| std::function< std::unordered_map< WCoefId, scalar_t >(const std::unordered_map< QCDOrder, std::unordered_map< WCoefId, scalar_t > > &, const BlockSrc &)> | func |
| Computes a set of coefficients from existing values and source blocks. | |
Source specification and aggregation function for a coefficient group block.
This struct is used to describe, for a given Wilson basis and QCD order, how a block of running coefficients should be produced.
Members:
ord -> (WCoefId -> value)),The default func returns an empty map.
Definition at line 68 of file WilsonGroup.h.
| std::function<std::unordered_map<WCoefId, scalar_t>(const std::unordered_map<QCDOrder, std::unordered_map<WCoefId, scalar_t>>&, const BlockSrc&)> CoefficientGroupSources::func |
Computes a set of coefficients from existing values and source blocks.
Input:
Output:
Definition at line 82 of file WilsonGroup.h.
| std::unordered_map<ParameterType, std::vector<std::string> > CoefficientGroupSources::sources {} |
Map of required source blocks for each ParameterType scope.
Definition at line 70 of file WilsonGroup.h.