#include <map>
#include <optional>
#include <filesystem>
#include "Include.h"
Go to the source code of this file.
|
| struct | HyperisoConfig |
| | Configuration object controlling model, input flags and optional MARTY resources. More...
|
| |
◆ ExternalFlag
Flags describing external input characteristics.
| Enumerator |
|---|
| IS_LHA_SPECTRUM | Input LHA file already contains a spectrum.
|
| HAS_WILSON_INPUT | User provided Wilson coefficient input.
|
| HAS_TH_OBSERVABLE_INPUT | User provided theoretical observable input.
|
| HYP_AS_SM_MARTY | If true, use Hyperiso as SM values for Wilson coefficients (up to NNLO).
|
Definition at line 13 of file Config.h.