![]() |
Belle II Software development
|
Public Member Functions | |
initialize (self) | |
event (self) | |
Public Attributes | |
tracks = Belle2.PyStoreArray('Tracks') | |
Tracks. | |
clusters = Belle2.PyStoreArray('KLMClusters') | |
KLMClusters. | |
bool | first = True |
Bool for flagging the first event processed. | |
Simple module that creates some relations.
Definition at line 18 of file emptyrelations.py.
event | ( | self | ) |
Event.
Definition at line 33 of file emptyrelations.py.
initialize | ( | self | ) |
Initialize.
Definition at line 21 of file emptyrelations.py.
clusters = Belle2.PyStoreArray('KLMClusters') |
KLMClusters.
Definition at line 26 of file emptyrelations.py.
bool first = True |
Bool for flagging the first event processed.
Definition at line 31 of file emptyrelations.py.
tracks = Belle2.PyStoreArray('Tracks') |
Tracks.
Definition at line 24 of file emptyrelations.py.