ATLAS Offline Software
Functions | Variables
hancool Namespace Reference

Functions

def usage ()
 

Variables

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

Function Documentation

◆ usage()

def hancool.usage ( )

Definition at line 10 of file hancool.py.

10 def 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 

Variable Documentation

◆ db_tag

string hancool.db_tag = ""

Definition at line 30 of file hancool.py.

◆ dbConnection

string hancool.dbConnection = ""

Definition at line 28 of file hancool.py.

◆ dqmfOfl

string hancool.dqmfOfl = ""

Definition at line 29 of file hancool.py.

◆ filePath

string hancool.filePath = ""

Definition at line 27 of file hancool.py.

◆ runNumber

int hancool.runNumber = -1

Definition at line 26 of file hancool.py.

print
void print(char *figname, TCanvas *c1)
Definition: TRTCalib_StrawStatusPlots.cxx:26
hancool.usage
def usage()
Definition: hancool.py:10