ATLAS Offline Software
Namespaces | Functions | Variables
dumpTgcDigiThreshold.py File Reference

Go to the source code of this file.

Namespaces

 dumpTgcDigiThreshold
 

Functions

def dumpTgcDigiThreshold.setupArgParser ()
 

Variables

def dumpTgcDigiThreshold.args = setupArgParser().parse_args()
 
 dumpTgcDigiThreshold.resolver = PathResolver()
 
 dumpTgcDigiThreshold.resolvedInFile = resolver.find_file(args.inFile, "DATAPATH")
 
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 More...
 
list dumpTgcDigiThreshold.threshChambers = []
 
 dumpTgcDigiThreshold.line = line[0 : line.find("#")]
 
list dumpTgcDigiThreshold.tokens = [x.strip() for x in line.split(" ") if len(x.strip())]
 
dictionary 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]
 
string dumpTgcDigiThreshold.threshEntry