Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
WilsonBlockNames.h File Reference

Centralizes canonical SLHA/LHA block naming conventions for Wilson blocks. More...

#include <string>
#include "wgroup_ids.hpp"
#include "scaletype_ids.hpp"
Include dependency graph for WilsonBlockNames.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  WilsonBlockNames
 

Detailed Description

Centralizes canonical SLHA/LHA block naming conventions for Wilson blocks.

This header defines small helpers that standardize how Wilson coefficient blocks are named in the framework.

The naming is based on GroupMapper + ScaleType conventions:

  • Matching blocks: GroupMapper::str(gid, ScaleType::MATCHING)
  • SM-only matching: "<matching>_SM"
  • BSM-only matching: "<matching>_BSM"

It also exposes the fixed name for the FWCOEF block.

See also
GroupMapper
ScaleType
WGroupId

Definition in file WilsonBlockNames.h.