ATLAS Offline Software
Loading...
Searching...
No Matches
dumpTgcDigiThreshold.py File Reference

Go to the source code of this file.

Namespaces

namespace  dumpTgcDigiThreshold

Functions

 dumpTgcDigiThreshold.setupArgParser ()

Variables

 dumpTgcDigiThreshold.args = setupArgParser().parse_args()
 dumpTgcDigiThreshold.resolver = PathResolver()
 dumpTgcDigiThreshold.resolvedInFile = resolver.find_file(args.inFile, "DATAPATH")
dict 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
list dumpTgcDigiThreshold.threshChambers = []
 dumpTgcDigiThreshold.line = line[0 : line.find("#")]
list dumpTgcDigiThreshold.tokens = [x.strip() for x in line.split(" ") if len(x.strip())]
dict dumpTgcDigiThreshold.stationName = stationNameDict[int(tokens[0])]
list dumpTgcDigiThreshold.stationEta = tokens[1][tokens[1].find("+")+1: ]
list dumpTgcDigiThreshold.stationPhi = tokens[2]
list dumpTgcDigiThreshold.gasGap = tokens[3]
list dumpTgcDigiThreshold.isStrip = tokens[4]
list dumpTgcDigiThreshold.threshold = tokens[5]
str dumpTgcDigiThreshold.threshEntry