Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
Include.h
Go to the documentation of this file.
1#ifndef INCLUDE_H
2#define INCLUDE_H
3
4#include <concepts>
5#include <ostream>
6#include <complex>
7#include <memory>
8#include <string>
9#include <map>
10#include <vector>
11#include "Logger.h"
12#include "General.h"
13#include "LhaID.h"
14#include "BlockName.h"
15#include "ParamID.h"
16#include "LhaParamsHelper.h"
17#include "AbstractConfig.h"
18#include "EnumMapper.h"
19#include "GeneralEnum.h"
20#include "Map.h"
21#include "registry_init.hpp"
22#include "DependenciesHelper.h"
23#include "BinnedObservableId.h"
24
25#endif // INCLUDE_H
Base type for lightweight configuration structures.
Utilities for identifying observables together with numerical bins.
Representation of SLHA / LHA block names with support for aliases.
Helper for managing parameter–observable dependencies.
Generic utilities for bidirectional enum–string mappings.
Lightweight representation of LHAPDF / SLHA-style identifiers.
Helper utilities for minimal LHAPDF / SLHA block content.
Static mappings between enum classes and string (or FLHA) identifiers.