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

Functions

 handi (name, resultsFile, htmlDir, browserMenu=False, allDirsScriptLoc="https://atlasdqm.cern.ch/static/js/")
 usage ()

Variables

str short_options = "hms:"
 main()
list long_options = ["help","browser-menu","script-loc="]
bool browserMenu = False
str allDirsScriptLoc = ""
 opts
 args
 name = args[0]
 resultsFile = args[1]
 html_dir = args[2]

Function Documentation

◆ handi()

handi.handi ( name,
resultsFile,
htmlDir,
browserMenu = False,
allDirsScriptLoc = "https://atlasdqm.cern.ch/static/js/" )

Definition at line 12 of file handi.py.

12def handi( name, resultsFile, htmlDir, browserMenu=False, allDirsScriptLoc="https://atlasdqm.cern.ch/static/js/" ):
13
14
15
16
17 compare = False
18 javaScriptLoc =""
19 HjavaScriptLoc =""
20 runListLoc = ""
21
22
27
28 mod.handiWithComparisons( name, resultsFile, htmlDir, runListLoc, compare, browserMenu, allDirsScriptLoc )
29
30
Definition handi.py:1

◆ usage()

handi.usage ( )

Definition at line 31 of file handi.py.

31def usage():
32 cmdi = sys.argv[0].rfind("/")
33 cmd = sys.argv[0][cmdi+1:]
34 print("Usage: ", cmd, "[-m|--browser-menu] [-s|--script-loc=<URL>] <name_of_system> <results_file_name> <html_output_directory>")
35
36
void print(char *figname, TCanvas *c1)
StatusCode usage()

Variable Documentation

◆ allDirsScriptLoc

handi.allDirsScriptLoc = ""

Definition at line 48 of file handi.py.

◆ args

handi.args

Definition at line 51 of file handi.py.

◆ browserMenu

bool handi.browserMenu = False

Definition at line 47 of file handi.py.

◆ html_dir

handi.html_dir = args[2]

Definition at line 71 of file handi.py.

◆ long_options

list handi.long_options = ["help","browser-menu","script-loc="]

Definition at line 42 of file handi.py.

◆ name

handi.name = args[0]

Definition at line 69 of file handi.py.

◆ opts

handi.opts

Definition at line 51 of file handi.py.

◆ resultsFile

handi.resultsFile = args[1]

Definition at line 70 of file handi.py.

◆ short_options

str handi.short_options = "hms:"

main()

Definition at line 41 of file handi.py.