![]() |
ATLAS Offline Software
|
Variables | |
| parser = argparse.ArgumentParser(description='Get the inputs for chain extraction') | |
| dest | |
| action | |
| default | |
| help | |
| args = parser.parse_args() | |
| chain = args.chain | |
| input_json = args.input_json | |
| the_menu = json.loads(open(input_json).read()) | |
| list | other_chains = [] |
| extract_chain_from_json.action |
Definition at line 11 of file extract_chain_from_json.py.
| extract_chain_from_json.args = parser.parse_args() |
Definition at line 16 of file extract_chain_from_json.py.
| extract_chain_from_json.chain = args.chain |
Definition at line 18 of file extract_chain_from_json.py.
| extract_chain_from_json.default |
Definition at line 11 of file extract_chain_from_json.py.
| extract_chain_from_json.dest |
Definition at line 11 of file extract_chain_from_json.py.
| extract_chain_from_json.help |
Definition at line 12 of file extract_chain_from_json.py.
| extract_chain_from_json.input_json = args.input_json |
Definition at line 19 of file extract_chain_from_json.py.
| list extract_chain_from_json.other_chains = [] |
Definition at line 40 of file extract_chain_from_json.py.
| extract_chain_from_json.parser = argparse.ArgumentParser(description='Get the inputs for chain extraction') |
Definition at line 9 of file extract_chain_from_json.py.
| extract_chain_from_json.the_menu = json.loads(open(input_json).read()) |
Definition at line 21 of file extract_chain_from_json.py.