![]() |
Belle II Software prerelease-10-00-00a
|


Public Member Functions | |
| initialize (self) | |
| event (self) | |
Public Attributes | |
| Tracks = Belle2.PyStoreArray('Tracks') | |
| Tracks StoreArray. | |
| MCParticles = Belle2.PyStoreArray('MCParticles') | |
| MCParticles StoreArray. | |
| int | eventCount = 1 |
| Count the event number to jump the bad events. | |
Class to check the presence of a relation between a Track and an MCParticle
Definition at line 19 of file track_to_mcparticle_relation_test.py.
| event | ( | self | ) |
Event loop
Definition at line 33 of file track_to_mcparticle_relation_test.py.
| initialize | ( | self | ) |
Initialise the required StoreArrays and variables
Definition at line 22 of file track_to_mcparticle_relation_test.py.
| int eventCount = 1 |
Count the event number to jump the bad events.
Definition at line 31 of file track_to_mcparticle_relation_test.py.
| MCParticles = Belle2.PyStoreArray('MCParticles') |
MCParticles StoreArray.
Definition at line 28 of file track_to_mcparticle_relation_test.py.
| Tracks = Belle2.PyStoreArray('Tracks') |
Tracks StoreArray.
Definition at line 25 of file track_to_mcparticle_relation_test.py.