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 11 of file hancool.py.

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

Variable Documentation

◆ db_tag

string hancool.db_tag = ""

Definition at line 31 of file hancool.py.

◆ dbConnection

string hancool.dbConnection = ""

Definition at line 29 of file hancool.py.

◆ dqmfOfl

string hancool.dqmfOfl = ""

Definition at line 30 of file hancool.py.

◆ filePath

string hancool.filePath = ""

Definition at line 28 of file hancool.py.

◆ runNumber

int hancool.runNumber = -1

Definition at line 27 of file hancool.py.

Muon::print
std::string print(const MuPatSegment &)
Definition: MuonTrackSteering.cxx:28
hancool.usage
def usage()
Definition: hancool.py:11