Belle II Software development
|
Public Member Functions | |
def | initialize (self) |
def | event (self) |
Public Attributes | |
Tracks | |
Tracks StoreArray. | |
MCParticles | |
MCParticles StoreArray. | |
eventCount | |
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 18 of file track_to_mcparticle_relation_test.py.
def event | ( | self | ) |
Event loop
Definition at line 32 of file track_to_mcparticle_relation_test.py.
def initialize | ( | self | ) |
Initialise the required StoreArrays and variables
Definition at line 21 of file track_to_mcparticle_relation_test.py.
eventCount |
Count the event number to jump the bad events.
Definition at line 30 of file track_to_mcparticle_relation_test.py.
MCParticles |
MCParticles StoreArray.
Definition at line 27 of file track_to_mcparticle_relation_test.py.
Tracks |
Tracks StoreArray.
Definition at line 24 of file track_to_mcparticle_relation_test.py.