ATLAS Offline Software
|
Functions | |
def | setupArgParser () |
Variables | |
def | args = setupArgParser().parse_args() |
resolver = PathResolver() | |
resolvedInFile = resolver.find_file(args.inFile, "DATAPATH") | |
dictionary | stationNameDict = {41:"T1F", 42:"T1E", 43:"T2F", 44:"T2E", 45:"T3F", 46:"T3E", 47:"T4F", 48:"T4E"} |
translate the station name indices into the string staiton name More... | |
list | threshChambers = [] |
line = line[0 : line.find("#")] | |
list | tokens = [x.strip() for x in line.split(" ") if len(x.strip())] |
dictionary | stationName = stationNameDict[int(tokens[0])] |
list | stationEta = tokens[1][tokens[1].find("+")+1: ] |
list | stationPhi = tokens[2] |
list | gasGap = tokens[3] |
list | isStrip = tokens[4] |
list | threshold = tokens[5] |
string | threshEntry |
def dumpTgcDigiThreshold.setupArgParser | ( | ) |
Definition at line 3 of file dumpTgcDigiThreshold.py.
def dumpTgcDigiThreshold.args = setupArgParser().parse_args() |
Definition at line 14 of file dumpTgcDigiThreshold.py.
list dumpTgcDigiThreshold.gasGap = tokens[3] |
Definition at line 32 of file dumpTgcDigiThreshold.py.
list dumpTgcDigiThreshold.isStrip = tokens[4] |
Definition at line 33 of file dumpTgcDigiThreshold.py.
dumpTgcDigiThreshold.line = line[0 : line.find("#")] |
Definition at line 27 of file dumpTgcDigiThreshold.py.
dumpTgcDigiThreshold.resolvedInFile = resolver.find_file(args.inFile, "DATAPATH") |
Definition at line 18 of file dumpTgcDigiThreshold.py.
dumpTgcDigiThreshold.resolver = PathResolver() |
Definition at line 16 of file dumpTgcDigiThreshold.py.
Definition at line 30 of file dumpTgcDigiThreshold.py.
dictionary dumpTgcDigiThreshold.stationName = stationNameDict[int(tokens[0])] |
Definition at line 29 of file dumpTgcDigiThreshold.py.
dictionary dumpTgcDigiThreshold.stationNameDict = {41:"T1F", 42:"T1E", 43:"T2F", 44:"T2E", 45:"T3F", 46:"T3E", 47:"T4F", 48:"T4E"} |
translate the station name indices into the string staiton name
Definition at line 23 of file dumpTgcDigiThreshold.py.
list dumpTgcDigiThreshold.stationPhi = tokens[2] |
Definition at line 31 of file dumpTgcDigiThreshold.py.
list dumpTgcDigiThreshold.threshChambers = [] |
Definition at line 24 of file dumpTgcDigiThreshold.py.
string dumpTgcDigiThreshold.threshEntry |
Definition at line 35 of file dumpTgcDigiThreshold.py.
list dumpTgcDigiThreshold.threshold = tokens[5] |
Definition at line 34 of file dumpTgcDigiThreshold.py.
list dumpTgcDigiThreshold.tokens = [x.strip() for x in line.split(" ") if len(x.strip())] |
Definition at line 28 of file dumpTgcDigiThreshold.py.