![]() |
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 | |
| namespace | checkRpcDigits |
Functions | |
| checkRpcDigits.readDigitTree (in_file, treeName="HitValidTree") | |
| checkRpcDigits.readSDOTree (in_file, treeName="HitValidTree") | |
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() | |
| checkRpcDigits.refDigits = readDigitTree(args.refFile) | |
| checkRpcDigits.testDigits = readDigitTree(args.testFile) | |
| checkRpcDigits.refSDOs = readSDOTree(args.refFile) | |
| checkRpcDigits.testSDOs = readSDOTree(args.testFile) | |
| checkRpcDigits.outFile = open(args.outFile, "w") | |
| bool | checkRpcDigits.allGood = True |
| Loop over the SDOs & Digits. | |
| checkRpcDigits.testContent = testDigits[event] | |
| str | checkRpcDigits.errorStr |
| checkRpcDigits.digit | |