ATLAS Offline Software
Loading...
Searching...
No Matches
rerun_display.py File Reference

Go to the source code of this file.

Namespaces

namespace  rerun_display

Variables

str rerun_display.PTAG = 'data22_13p6TeV'
str rerun_display.EOS_TOP = f'/eos/atlas/atlastier0/rucio/{PTAG}/'
str 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)
dict rerun_display.argdict
 rerun_display.script = amiinfo[1]['trfsetupcmd'].split()[0]
str 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
str rerun_display.cmd = f"source {preExec}; python3 -u {CODEDIR}/DQM_Tier0Wrapper_tf.py --argJSON=argdict.json"
 rerun_display.chk = subprocess.run(cmd, shell=True)