|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include <filesystem>

Go to the source code of this file.
Classes | |
| struct | IPathsProvider |
| Interface providing all filesystem paths used by HyperISO. More... | |
Enumerations | |
| enum class | APIPath { LHA_PATH , ASSETS_ROOT , DEFAULT_PARAM_VALUES , DEFAULT_OBS_VALUES , DEFAULT_PARAM_CORR , DEFAULT_OBS_CORR , DEFAULT_NUISANCES , USER_SM_PARAMS , USER_FLAVOR_PARAMS , USER_DECAY_PARAMS , USER_OBS_VALUES , USER_PARAM_CORR , USER_OBS_CORR , USER_NUISANCES , PARAM_MAPPING_DIR , TEMPLATE_DIR , SPECTRUM_DIR , MARTY_TEMP_DIR } |
| Enumerates the filesystem paths exposed through the public API. More... | |
|
strong |
Enumerates the filesystem paths exposed through the public API.
LHA_PATH is a runtime path stored by MemoryManager after init(). All other entries are provided by IPathsProvider and may be overridden before init() through HyperisoMaster::pre_init_set_paths().
Definition at line 16 of file IPathsProvider.h.