![]() |
ATLAS Offline Software
|
Functions | |
def | run_command (command) |
def | run_command_test (command) |
Variables | |
parser | |
action | |
help | |
default | |
args = parser.parse_args() | |
string | genCOND = "cond09_mc.gen.COND" if args.isMC else "condR2_data.gen.COND" if args.prod else "cond09_test.gen.COND" |
def python.TRT_RegisterPool.run_command | ( | command | ) |
def python.TRT_RegisterPool.run_command_test | ( | command | ) |
python.TRT_RegisterPool.action |
Definition at line 28 of file TRT_RegisterPool.py.
python.TRT_RegisterPool.args = parser.parse_args() |
Definition at line 32 of file TRT_RegisterPool.py.
python.TRT_RegisterPool.default |
Definition at line 30 of file TRT_RegisterPool.py.
string python.TRT_RegisterPool.genCOND = "cond09_mc.gen.COND" if args.isMC else "condR2_data.gen.COND" if args.prod else "cond09_test.gen.COND" |
Definition at line 36 of file TRT_RegisterPool.py.
python.TRT_RegisterPool.help |
Definition at line 28 of file TRT_RegisterPool.py.
python.TRT_RegisterPool.parser |
Definition at line 22 of file TRT_RegisterPool.py.