![]() |
Belle II Software development
|
Public Member Functions | |
initialize (self) | |
event (self) | |
Public Attributes | |
pxddigits = PyStoreArray("PXDDigits", DataStore.c_Event) | |
PyStoreArray. | |
Simple module that reads the content of the PyStoreArray and prints a dictionary with the read values
Definition at line 9 of file read_array_example.py.
event | ( | self | ) |
Loop over the number of events and read the content of the PyStoreArray into a dictionary
Definition at line 23 of file read_array_example.py.
initialize | ( | self | ) |
Initialize the PyStoreArray and regiter it into the DataStore
Definition at line 15 of file read_array_example.py.
pxddigits = PyStoreArray("PXDDigits", DataStore.c_Event) |
PyStoreArray.
Definition at line 20 of file read_array_example.py.