ATLAS Offline Software
Loading...
Searching...
No Matches
extract_chain_from_json Namespace Reference

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 = []

Variable Documentation

◆ action

extract_chain_from_json.action

Definition at line 11 of file extract_chain_from_json.py.

◆ args

extract_chain_from_json.args = parser.parse_args()

Definition at line 16 of file extract_chain_from_json.py.

◆ chain

extract_chain_from_json.chain = args.chain

Definition at line 18 of file extract_chain_from_json.py.

◆ default

extract_chain_from_json.default

Definition at line 11 of file extract_chain_from_json.py.

◆ dest

extract_chain_from_json.dest

Definition at line 11 of file extract_chain_from_json.py.

◆ help

extract_chain_from_json.help

Definition at line 12 of file extract_chain_from_json.py.

◆ input_json

extract_chain_from_json.input_json = args.input_json

Definition at line 19 of file extract_chain_from_json.py.

◆ other_chains

list extract_chain_from_json.other_chains = []

Definition at line 40 of file extract_chain_from_json.py.

◆ parser

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.

◆ the_menu

extract_chain_from_json.the_menu = json.loads(open(input_json).read())

Definition at line 21 of file extract_chain_from_json.py.