Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
wgroup_ids.hpp File Reference
#include "generic_mapper.h"
#include "Map.h"
#include "scaletype_ids.hpp"
#include "wilsonbasis_ids.hpp"
Include dependency graph for wgroup_ids.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Typedef Documentation

◆ WGroupId

Strongly typed identifier for Wilson operator groups.

Definition at line 36 of file wgroup_ids.hpp.

Function Documentation

◆ group_external_mapping()

const std::map< WGroup, std::string > & group_external_mapping ( )
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.