![]() |
Belle II Software development
|
Public Member Functions | |
| __init__ (self) | |
| beginRun (self) | |
| event (self) | |
| terminate (self) | |
| decode (self, vxdid) | |
Public Attributes | |
| str | dumpfile = 'PXDDigitsDump.txt' |
| Output file object. | |
| tuple | vxdid_factors = (8192, 256, 32) |
| Factors for decoding VXDId's. | |
A simple module to dump PXD digits.
Definition at line 17 of file DumpDigits.py.
| __init__ | ( | self | ) |
Initialize the module
Definition at line 21 of file DumpDigits.py.
| beginRun | ( | self | ) |
Write legend for file columns
Definition at line 30 of file DumpDigits.py.
| decode | ( | self, | |
| vxdid ) |
Utility to decode sensor IDs
Definition at line 56 of file DumpDigits.py.
| event | ( | self | ) |
Find clusters with a truehit and print some stats.
Definition at line 35 of file DumpDigits.py.
| terminate | ( | self | ) |
| dumpfile = 'PXDDigitsDump.txt' |
Output file object.
Definition at line 26 of file DumpDigits.py.
| tuple vxdid_factors = (8192, 256, 32) |
Factors for decoding VXDId's.
Definition at line 28 of file DumpDigits.py.