Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
masstype_ids.hpp
Go to the documentation of this file.
1
2#ifndef MASS_TYPE_IDS_H
3#define MASS_TYPE_IDS_H
4
5#include "generic_mapper.h"
6#include "Map.h"
7
12struct MassTypeTag {};
14
16: public GenericMapperNoExt<MassTypeTag, MassType, masstype_mapping>
18
19#endif
Static mappings between enum classes and string (or FLHA) identifiers.
Generic enum↔string mapper without external keys.
static std::string str(const IdOf< MassTypeTag > &id)
Returns the string representation associated with an identifier.
Returns an uppercase copy of the input string.
Generic enum↔string (and optional external key) mappers built on DynamicRegistry.