![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self) | |
| add_configuration (self, name, config_file) | |
| get_config (self, name) | |
| get_all_configs (self) | |
Public Attributes | |
| dict | configs = {} |
Definition at line 47 of file physvalPostProcessingTools.py.
| python.physvalPostProcessingTools.ConfigManager.__init__ | ( | self | ) |
Definition at line 48 of file physvalPostProcessingTools.py.
| python.physvalPostProcessingTools.ConfigManager.add_configuration | ( | self, | |
| name, | |||
| config_file ) |
Definition at line 51 of file physvalPostProcessingTools.py.
| python.physvalPostProcessingTools.ConfigManager.get_all_configs | ( | self | ) |
Returns all configs as (name, config) pairs
Definition at line 61 of file physvalPostProcessingTools.py.
| python.physvalPostProcessingTools.ConfigManager.get_config | ( | self, | |
| name ) |
Returns the config for a specific domain (e.g., 'Electron')
Definition at line 57 of file physvalPostProcessingTools.py.
| dict python.physvalPostProcessingTools.ConfigManager.configs = {} |
Definition at line 49 of file physvalPostProcessingTools.py.