ATLAS Offline Software
|
Go to the source code of this file.
Classes | |
class | checkRpcDigits.RpcDigit |
Representation of a single RPC digit. More... | |
class | checkRpcDigits.RpcSDO |
Namespaces | |
checkRpcDigits | |
Functions | |
def | checkRpcDigits.readDigitTree (in_file, treeName="NSWValTree") |
def | checkRpcDigits.readSDOTree (in_file, treeName="NSWValTree") |
Variables | |
checkRpcDigits.parser = ArgumentParser(prog="checkRpcDigits", description="Script comparing the Rpc digitization validation n-tuples") | |
checkRpcDigits.help | |
checkRpcDigits.default | |
checkRpcDigits.type | |
checkRpcDigits.args = parser.parse_args() | |
def | checkRpcDigits.refDigits = readDigitTree(args.refFile) |
def | checkRpcDigits.testDigits = readDigitTree(args.testFile) |
def | checkRpcDigits.refSDOs = readSDOTree(args.refFile) |
def | checkRpcDigits.testSDOs = readSDOTree(args.testFile) |
checkRpcDigits.outFile = open(args.outFile, "w") | |
bool | checkRpcDigits.allGood = True |
Loop over the SDOs & Digits. More... | |
def | checkRpcDigits.testContent = testDigits[event] |
string | checkRpcDigits.errorStr |
checkRpcDigits.digit | |