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