Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Namespaces | Functions
SaveConfigUtils.py File Reference

Go to the source code of this file.

Namespaces

 python.SaveConfigUtils
 

Functions

def python.SaveConfigUtils.combine_tools_and_algorithms_ELjob (combine_dictionaries=True, text_file='tool_config.txt', alg_file='alg_sequence.json', output_file='my_analysis_config.json')
 
def python.SaveConfigUtils._register_settings (config, path, name, settings)
 
def python.SaveConfigUtils._register_new_tool (config, path, tool_id, name)
 
def python.SaveConfigUtils.save_algs_from_sequence_ELjob (sequence, output_dict)
 
def python.SaveConfigUtils._save_algorithm (sequence, output_dict)
 
def python.SaveConfigUtils._handle_tool_config (tool_config, output_dict)
 
def python.SaveConfigUtils._safe_add_property (key, value, output_dict)