Create SVD ShaperDigits
Definition at line 16 of file test_shaperdigit_sorter.py.
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
digits |
|
) |
| |
digits is a list of (sensor, side, strip) for which to generate a digit
Definition at line 19 of file test_shaperdigit_sorter.py.
19 def __init__(self, digits):
20 """digits is a list of (sensor, side, strip) for which to generate a digit"""
27 self.samples = ROOT.array(
'unsigned char', 6)()
29 for i, sample
in zip(range(6), [0, 0, 12, 18, 12, 8]):
30 self.samples[i] = sample
A (simplified) python wrapper for StoreArray.
Class to store SVD mode information.
◆ event()
◆ initialize()
The documentation for this class was generated from the following file: