![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
sTgcDigitEffiDump | |
Functions | |
def | sTgcDigitEffiDump.setupArgParser () |
Variables | |
def | sTgcDigitEffiDump.args = setupArgParser().parse_args() |
sTgcDigitEffiDump.resolver = PathResolver() | |
sTgcDigitEffiDump.resolvedInFile = resolver.find_file(args.inFile, "DATAPATH") | |
list | sTgcDigitEffiDump.efficiencies = [] |
translate the station name indices into the string staiton name More... | |
list | sTgcDigitEffiDump.tokens = [x.strip() for x in line.split(" ") if len(x.strip())] |
Skip the header line. More... | |
string | sTgcDigitEffiDump.stationName = 1 else "STS" |
list | sTgcDigitEffiDump.stationEta = tokens[1] |
list | sTgcDigitEffiDump.stationPhi = tokens[2] |
Why does the file container station eta == 0? More... | |
int | sTgcDigitEffiDump.multiLayer = int(tokens[3]) + 1 |
list | sTgcDigitEffiDump.gasGap = tokens[4] |
list | sTgcDigitEffiDump.effi = tokens[5] |
string | sTgcDigitEffiDump.effiEntry |