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

Functions

 usage ()

Variables

int runNumber = -1
str filePath = ""
str dbConnection = ""
str dqmfOfl = ""
str db_tag = ""

Function Documentation

◆ usage()

hancool.usage ( )

Definition at line 10 of file hancool.py.

10def usage():
11 cmdi = sys.argv[0].rfind("/")
12 cmd = sys.argv[0][cmdi+1:]
13 print("")
14 print("Usage: ", cmd, "<runnumber> <path> <dbConnection> <detstatus> <dbtag>")
15 print("or")
16 print("Usage: ", cmd, "(picking up default settings)")
17 print("")
18
19
void print(char *figname, TCanvas *c1)
StatusCode usage()

Variable Documentation

◆ db_tag

str hancool.db_tag = ""

Definition at line 30 of file hancool.py.

◆ dbConnection

str hancool.dbConnection = ""

Definition at line 28 of file hancool.py.

◆ dqmfOfl

str hancool.dqmfOfl = ""

Definition at line 29 of file hancool.py.

◆ filePath

str hancool.filePath = ""

Definition at line 27 of file hancool.py.

◆ runNumber

int hancool.runNumber = -1

Definition at line 26 of file hancool.py.