![]() |
Belle II Software development
|
Public Member Functions | |
| __init__ (self, filename='dumped_digits.txt') | |
Public Attributes | |
| outfile = open(filename, 'w') | |
| Input file object. | |
| tuple | vxdid_factors = (8192, 256, 32) |
| Factors for decoding VXDId's. | |
A simple module to check SVD digit fits.
Definition at line 17 of file dump_digits.py.
| __init__ | ( | self, | |
| filename = 'dumped_digits.txt' ) |
Initialize the module
Definition at line 21 of file dump_digits.py.
| outfile = open(filename, 'w') |
Input file object.
Definition at line 26 of file dump_digits.py.
| tuple vxdid_factors = (8192, 256, 32) |
Factors for decoding VXDId's.
Definition at line 28 of file dump_digits.py.