ATLAS Offline Software
|
Classes | |
class | TextConfig |
Functions | |
def | readYaml (yamlPath) |
def | printYaml (d, sort=False, jsonFormat=False) |
def | makeSequence (configPath, dataType, algSeq, geometry=None, autoconfigFromFlags=None, isPhyslite=False, noPhysliteBroken=False, noSystematics=None) |
def | combineConfigFiles (local, config_path, fragment_key="include") |
def | _find_fragment (fragment_path, config_path) |
def | _merge_dicts (local, fragment) |
Variables | |
logCPAlgTextCfg = logging.getLogger('CPAlgTextCfg') | |
|
private |
Definition at line 333 of file ConfigText.py.
|
private |
Definition at line 346 of file ConfigText.py.
def python.ConfigText.combineConfigFiles | ( | local, | |
config_path, | |||
fragment_key = "include" |
|||
) |
Definition at line 286 of file ConfigText.py.
def python.ConfigText.makeSequence | ( | configPath, | |
dataType, | |||
algSeq, | |||
geometry = None , |
|||
autoconfigFromFlags = None , |
|||
isPhyslite = False , |
|||
noPhysliteBroken = False , |
|||
noSystematics = None |
|||
) |
Definition at line 245 of file ConfigText.py.
Prints a dictionary as YAML
Definition at line 28 of file ConfigText.py.
def python.ConfigText.readYaml | ( | yamlPath | ) |
Loads YAML file into a dictionary
Definition at line 19 of file ConfigText.py.
python.ConfigText.logCPAlgTextCfg = logging.getLogger('CPAlgTextCfg') |
Definition at line 16 of file ConfigText.py.