Select all things related to a Particle
Definition at line 16 of file highlight_particle.py.
◆ event()
reimplementation of Module::event().
Definition at line 24 of file highlight_particle.py.
25 """reimplementation of Module::event()."""
32 if abs(p.getPDGCode()) == 413:
33 B2WARNING(
"highlighting D*+ candidate")
35 daughters = p.getFinalStateDaughters()
38 mcp = d.getRelated(
'MCParticles')
39 displayData.obj().select(mcp)
◆ initialize()
The documentation for this class was generated from the following file: