1#ifndef LHA_PARAMS_HELPER_H
2#define LHA_PARAMS_HELPER_H
8#include <unordered_set>
9#include <initializer_list>
21namespace fs = std::filesystem;
102 static const std::map<BlockName, std::vector<std::vector<long>>> minimal_blocks;
Representation of SLHA / LHA block names with support for aliases.
Block identifier with alias support.
Helper for retrieving minimal required content of LHA/SLHA blocks.
static std::vector< std::vector< long > > get_minimal_content(const BlockName &block_name)
Returns the minimal required content for a given block.