|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include "generic_mapper.h"#include "Map.h"#include "scaletype_ids.hpp"#include "wilsonbasis_ids.hpp"

Go to the source code of this file.
Classes | |
| struct | WGroupTag |
| Tag type for Wilson-group identifiers. More... | |
| class | GroupMapper |
| Mapper for WGroup <-> WGroupId <-> optional external string. More... | |
Typedefs | |
| using | WGroupId = IdOf< WGroupTag > |
| Strongly typed identifier for Wilson operator groups. | |
Functions | |
| const std::map< WGroup, std::string > & | group_external_mapping () |
| Placeholder for a WGroup -> external string mapping. | |
Strongly typed identifier for Wilson operator groups.
Definition at line 36 of file wgroup_ids.hpp.
|
inline |
Placeholder for a WGroup -> external string mapping.
At the moment no external string keys are defined for WGroup, so this returns an empty map. It is provided to satisfy GenericMapperWithExt and can be filled in later if a convention is adopted.
Definition at line 27 of file wgroup_ids.hpp.