![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
| namespace | extract_chain_from_json |
Variables | |
| extract_chain_from_json.parser = argparse.ArgumentParser(description='Get the inputs for chain extraction') | |
| extract_chain_from_json.dest | |
| extract_chain_from_json.action | |
| extract_chain_from_json.default | |
| extract_chain_from_json.help | |
| extract_chain_from_json.args = parser.parse_args() | |
| extract_chain_from_json.chain = args.chain | |
| extract_chain_from_json.input_json = args.input_json | |
| extract_chain_from_json.the_menu = json.loads(open(input_json).read()) | |
| list | extract_chain_from_json.other_chains = [] |