27 """Known path keys exposed by the C++ API adapter.
29 ``LHA_PATH`` is runtime state set by ``HyperisoMaster.init(...)`` or
30 ``switch_lha(...)``. All other entries are backed by the active C++
31 ``IPathsProvider`` and can be overridden before initialization with
32 ``HyperisoMaster.pre_init_set_paths(...)``.
35 LHA_PATH = _CppAPIPath.LHA_PATH
36 ASSETS_ROOT = _CppAPIPath.ASSETS_ROOT
38 DEFAULT_PARAM_VALUES = _CppAPIPath.DEFAULT_PARAM_VALUES
39 DEFAULT_OBS_VALUES = _CppAPIPath.DEFAULT_OBS_VALUES
40 DEFAULT_PARAM_CORR = _CppAPIPath.DEFAULT_PARAM_CORR
41 DEFAULT_OBS_CORR = _CppAPIPath.DEFAULT_OBS_CORR
42 DEFAULT_NUISANCES = _CppAPIPath.DEFAULT_NUISANCES
44 USER_SM_PARAMS = _CppAPIPath.USER_SM_PARAMS
45 USER_FLAVOR_PARAMS = _CppAPIPath.USER_FLAVOR_PARAMS
46 USER_DECAY_PARAMS = _CppAPIPath.USER_DECAY_PARAMS
47 USER_OBS_VALUES = _CppAPIPath.USER_OBS_VALUES
48 USER_PARAM_CORR = _CppAPIPath.USER_PARAM_CORR
49 USER_OBS_CORR = _CppAPIPath.USER_OBS_CORR
50 USER_NUISANCES = _CppAPIPath.USER_NUISANCES
52 PARAM_MAPPING_DIR = _CppAPIPath.PARAM_MAPPING_DIR
53 TEMPLATE_DIR = _CppAPIPath.TEMPLATE_DIR
54 SPECTRUM_DIR = _CppAPIPath.SPECTRUM_DIR
55 MARTY_TEMP_DIR = _CppAPIPath.MARTY_TEMP_DIR