ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
rerun_display | |
Variables | |
string | rerun_display.PTAG = 'data22_13p6TeV' |
string | rerun_display.EOS_TOP = f'/eos/atlas/atlastier0/rucio/{PTAG}/' |
string | rerun_display.CODEDIR = '/afs/cern.ch/user/a/atlasdqm/dqmdisk1/20221117_rescue_displays' |
rerun_display.parser = ArgumentParser() | |
rerun_display.opts = parser.parse_args() | |
rerun_display.client = Client('atlas') | |
rerun_display.amiinfo = ami.get_ami_tag(client, opts.htag) | |
dictionary | rerun_display.argdict |
rerun_display.script = amiinfo[1]['trfsetupcmd'].split()[0] | |
string | rerun_display.preExec = ' '.join([os.path.join(CODEDIR, os.path.basename(script))] + amiinfo[1]['trfsetupcmd'].split()[1:]) |
rerun_display.inpath | |
rerun_display.flist = glob.glob(inpath) | |
rerun_display.pfx | |
rerun_display.lfn | |
rerun_display._ | |
rerun_display.dsn | |
string | rerun_display.cmd = f"source {preExec}; python3 -u {CODEDIR}/DQM_Tier0Wrapper_tf.py --argJSON=argdict.json" |
rerun_display.chk = subprocess.run(cmd, shell=True) | |