Public Member Functions | |
def | __init__ |
def | draw |
Private Member Functions | |
def | _accept |
def | _decay |
def | _hasValidDaughters |
def | _printP4 |
def | _select |
Draws particle decay tree
Definition at line 7 of file ParticleDecayDrawer.py.
def python.ParticleDecayDrawer.ParticleDecayDrawer.__init__ | ( | self | ) |
Definition at line 10 of file ParticleDecayDrawer.py.
|
private |
Definition at line 14 of file ParticleDecayDrawer.py.
References python.ParticleDecayDrawer.ParticleDecayDrawer._select().
Referenced by python.ParticleDecayDrawer.ParticleDecayDrawer._decay().
|
private |
Definition at line 30 of file ParticleDecayDrawer.py.
References python.ParticleDecayDrawer.ParticleDecayDrawer._accept(), python.ParticleDecayDrawer.ParticleDecayDrawer._decay(), and python.ParticleDecayDrawer.ParticleDecayDrawer._printP4().
Referenced by python.ParticleDecayDrawer.ParticleDecayDrawer._decay(), and python.ParticleDecayDrawer.ParticleDecayDrawer.draw().
|
private |
Definition at line 21 of file ParticleDecayDrawer.py.
References python.ParticleDecayDrawer.ParticleDecayDrawer._select().
|
private |
Definition at line 27 of file ParticleDecayDrawer.py.
Referenced by python.ParticleDecayDrawer.ParticleDecayDrawer._decay().
|
private |
Definition at line 18 of file ParticleDecayDrawer.py.
Referenced by python.ParticleDecayDrawer.ParticleDecayDrawer._accept(), python.ParticleDecayDrawer.ParticleDecayDrawer._hasValidDaughters(), and python.ParticleDecayDrawer.ParticleDecayDrawer.draw().
def python.ParticleDecayDrawer.ParticleDecayDrawer.draw | ( | self, | |
particles | |||
) |
draw decay tree from list(HepMC.GenParticles)
Definition at line 57 of file ParticleDecayDrawer.py.
References python.ParticleDecayDrawer.ParticleDecayDrawer._decay(), and python.ParticleDecayDrawer.ParticleDecayDrawer._select().