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

Functions

 usage ()

Variables

str inputFilePath = ""
int input_run = -1
str dbConnectionHisto = ""
str dqmfOflHisto = ""
str dbTagName = ""

Function Documentation

◆ usage()

hancool_histo.usage ( )

Definition at line 12 of file hancool_histo.py.

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

Variable Documentation

◆ dbConnectionHisto

str hancool_histo.dbConnectionHisto = ""

Definition at line 34 of file hancool_histo.py.

◆ dbTagName

str hancool_histo.dbTagName = ""

Definition at line 36 of file hancool_histo.py.

◆ dqmfOflHisto

str hancool_histo.dqmfOflHisto = ""

Definition at line 35 of file hancool_histo.py.

◆ input_run

int hancool_histo.input_run = -1

Definition at line 33 of file hancool_histo.py.

◆ inputFilePath

str hancool_histo.inputFilePath = ""

Definition at line 32 of file hancool_histo.py.