ATLAS Offline Software
Loading...
Searching...
No Matches
cmd-l1calo-dq-web Namespace Reference

Variables

 parser
 help
 default
 nargs
 action
 args = parser.parse_args()
 files = glob.glob(f"/eos/atlas/atlastier0/rucio/*/{args.stream}/*{args.runNumber}/*merge.HIST.{'f' if args.bulk else 'x'}*{args.tag}/*")
 r = random.randrange(100000,999999)
str cmdStr = f"DQWebDisplay.py {files[0]} TestDisplay \"{r}\""
 process = subprocess.Popen(cmdStr, shell=True)
str urlStr = f"https://atlasdqm.cern.ch/webdisplay/test/{r}/{args.stream}/run_{args.runNumber}/run/"

Variable Documentation

◆ action

cmd-l1calo-dq-web.action

Definition at line 11 of file cmd-l1calo-dq-web.py.

◆ args

cmd-l1calo-dq-web.args = parser.parse_args()

Definition at line 14 of file cmd-l1calo-dq-web.py.

◆ cmdStr

str cmd-l1calo-dq-web.cmdStr = f"DQWebDisplay.py {files[0]} TestDisplay \"{r}\""

Definition at line 28 of file cmd-l1calo-dq-web.py.

◆ default

cmd-l1calo-dq-web.default

Definition at line 10 of file cmd-l1calo-dq-web.py.

◆ files

cmd-l1calo-dq-web.files = glob.glob(f"/eos/atlas/atlastier0/rucio/*/{args.stream}/*{args.runNumber}/*merge.HIST.{'f' if args.bulk else 'x'}*{args.tag}/*")

Definition at line 17 of file cmd-l1calo-dq-web.py.

◆ help

cmd-l1calo-dq-web.help

Definition at line 9 of file cmd-l1calo-dq-web.py.

◆ nargs

cmd-l1calo-dq-web.nargs

Definition at line 10 of file cmd-l1calo-dq-web.py.

◆ parser

cmd-l1calo-dq-web.parser
Initial value:
1= argparse.ArgumentParser(prog="l1calo-dq-web",description="Generate a WebDisplay website for a run, using the local DataQuality configuration",
2 formatter_class=argparse.ArgumentDefaultsHelpFormatter)

Definition at line 7 of file cmd-l1calo-dq-web.py.

◆ process

cmd-l1calo-dq-web.process = subprocess.Popen(cmdStr, shell=True)

Definition at line 32 of file cmd-l1calo-dq-web.py.

◆ r

cmd-l1calo-dq-web.r = random.randrange(100000,999999)

Definition at line 27 of file cmd-l1calo-dq-web.py.

◆ urlStr

str cmd-l1calo-dq-web.urlStr = f"https://atlasdqm.cern.ch/webdisplay/test/{r}/{args.stream}/run_{args.runNumber}/run/"

Definition at line 35 of file cmd-l1calo-dq-web.py.