Public Member Functions | |
initialize (self) | |
event (self) | |
Public Attributes | |
mcp = Belle2.PyStoreArray("MCParticles") | |
MCParticle array. | |
Generate a list of 10 electrons which have stupid momenta just to sort them later. And then add one electron where all momentum components are nan
Definition at line 16 of file best_candidate_selection.py.
event | ( | self | ) |
And then we generate particles, ensuring some overlap in the momenta.
Definition at line 27 of file best_candidate_selection.py.
initialize | ( | self | ) |
We need to register the mc particles
Definition at line 21 of file best_candidate_selection.py.
mcp = Belle2.PyStoreArray("MCParticles") |
MCParticle array.
Definition at line 24 of file best_candidate_selection.py.