Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
pyhyperiso.core.Core.APIAdapter.APIPath Class Reference
Inheritance diagram for pyhyperiso.core.Core.APIAdapter.APIPath:
Collaboration diagram for pyhyperiso.core.Core.APIAdapter.APIPath:

Static Public Attributes

 LHA_PATH = _CppAPIPath.LHA_PATH
 
 ASSETS_ROOT = _CppAPIPath.ASSETS_ROOT
 
 DEFAULT_PARAM_VALUES = _CppAPIPath.DEFAULT_PARAM_VALUES
 
 DEFAULT_OBS_VALUES = _CppAPIPath.DEFAULT_OBS_VALUES
 
 DEFAULT_PARAM_CORR = _CppAPIPath.DEFAULT_PARAM_CORR
 
 DEFAULT_OBS_CORR = _CppAPIPath.DEFAULT_OBS_CORR
 
 DEFAULT_NUISANCES = _CppAPIPath.DEFAULT_NUISANCES
 
 USER_SM_PARAMS = _CppAPIPath.USER_SM_PARAMS
 
 USER_FLAVOR_PARAMS = _CppAPIPath.USER_FLAVOR_PARAMS
 
 USER_DECAY_PARAMS = _CppAPIPath.USER_DECAY_PARAMS
 
 USER_OBS_VALUES = _CppAPIPath.USER_OBS_VALUES
 
 USER_PARAM_CORR = _CppAPIPath.USER_PARAM_CORR
 
 USER_OBS_CORR = _CppAPIPath.USER_OBS_CORR
 
 USER_NUISANCES = _CppAPIPath.USER_NUISANCES
 
 PARAM_MAPPING_DIR = _CppAPIPath.PARAM_MAPPING_DIR
 
 TEMPLATE_DIR = _CppAPIPath.TEMPLATE_DIR
 
 SPECTRUM_DIR = _CppAPIPath.SPECTRUM_DIR
 
 MARTY_TEMP_DIR = _CppAPIPath.MARTY_TEMP_DIR
 

Detailed Description

Known path keys exposed by the C++ API adapter.

``LHA_PATH`` is runtime state set by ``HyperisoMaster.init(...)`` or
``switch_lha(...)``. All other entries are backed by the active C++
``IPathsProvider`` and can be overridden before initialization with
``HyperisoMaster.pre_init_set_paths(...)``.

Definition at line 26 of file APIAdapter.py.

Member Data Documentation

◆ ASSETS_ROOT

pyhyperiso.core.Core.APIAdapter.APIPath.ASSETS_ROOT = _CppAPIPath.ASSETS_ROOT
static

Definition at line 36 of file APIAdapter.py.

◆ DEFAULT_NUISANCES

pyhyperiso.core.Core.APIAdapter.APIPath.DEFAULT_NUISANCES = _CppAPIPath.DEFAULT_NUISANCES
static

Definition at line 42 of file APIAdapter.py.

◆ DEFAULT_OBS_CORR

pyhyperiso.core.Core.APIAdapter.APIPath.DEFAULT_OBS_CORR = _CppAPIPath.DEFAULT_OBS_CORR
static

Definition at line 41 of file APIAdapter.py.

◆ DEFAULT_OBS_VALUES

pyhyperiso.core.Core.APIAdapter.APIPath.DEFAULT_OBS_VALUES = _CppAPIPath.DEFAULT_OBS_VALUES
static

Definition at line 39 of file APIAdapter.py.

◆ DEFAULT_PARAM_CORR

pyhyperiso.core.Core.APIAdapter.APIPath.DEFAULT_PARAM_CORR = _CppAPIPath.DEFAULT_PARAM_CORR
static

Definition at line 40 of file APIAdapter.py.

◆ DEFAULT_PARAM_VALUES

pyhyperiso.core.Core.APIAdapter.APIPath.DEFAULT_PARAM_VALUES = _CppAPIPath.DEFAULT_PARAM_VALUES
static

Definition at line 38 of file APIAdapter.py.

◆ LHA_PATH

pyhyperiso.core.Core.APIAdapter.APIPath.LHA_PATH = _CppAPIPath.LHA_PATH
static

Definition at line 35 of file APIAdapter.py.

◆ MARTY_TEMP_DIR

pyhyperiso.core.Core.APIAdapter.APIPath.MARTY_TEMP_DIR = _CppAPIPath.MARTY_TEMP_DIR
static

Definition at line 55 of file APIAdapter.py.

◆ PARAM_MAPPING_DIR

pyhyperiso.core.Core.APIAdapter.APIPath.PARAM_MAPPING_DIR = _CppAPIPath.PARAM_MAPPING_DIR
static

Definition at line 52 of file APIAdapter.py.

◆ SPECTRUM_DIR

pyhyperiso.core.Core.APIAdapter.APIPath.SPECTRUM_DIR = _CppAPIPath.SPECTRUM_DIR
static

Definition at line 54 of file APIAdapter.py.

◆ TEMPLATE_DIR

pyhyperiso.core.Core.APIAdapter.APIPath.TEMPLATE_DIR = _CppAPIPath.TEMPLATE_DIR
static

Definition at line 53 of file APIAdapter.py.

◆ USER_DECAY_PARAMS

pyhyperiso.core.Core.APIAdapter.APIPath.USER_DECAY_PARAMS = _CppAPIPath.USER_DECAY_PARAMS
static

Definition at line 46 of file APIAdapter.py.

◆ USER_FLAVOR_PARAMS

pyhyperiso.core.Core.APIAdapter.APIPath.USER_FLAVOR_PARAMS = _CppAPIPath.USER_FLAVOR_PARAMS
static

Definition at line 45 of file APIAdapter.py.

◆ USER_NUISANCES

pyhyperiso.core.Core.APIAdapter.APIPath.USER_NUISANCES = _CppAPIPath.USER_NUISANCES
static

Definition at line 50 of file APIAdapter.py.

◆ USER_OBS_CORR

pyhyperiso.core.Core.APIAdapter.APIPath.USER_OBS_CORR = _CppAPIPath.USER_OBS_CORR
static

Definition at line 49 of file APIAdapter.py.

◆ USER_OBS_VALUES

pyhyperiso.core.Core.APIAdapter.APIPath.USER_OBS_VALUES = _CppAPIPath.USER_OBS_VALUES
static

Definition at line 47 of file APIAdapter.py.

◆ USER_PARAM_CORR

pyhyperiso.core.Core.APIAdapter.APIPath.USER_PARAM_CORR = _CppAPIPath.USER_PARAM_CORR
static

Definition at line 48 of file APIAdapter.py.

◆ USER_SM_PARAMS

pyhyperiso.core.Core.APIAdapter.APIPath.USER_SM_PARAMS = _CppAPIPath.USER_SM_PARAMS
static

Definition at line 44 of file APIAdapter.py.


The documentation for this class was generated from the following file: