Public Member Functions | |
def | __init__ (self) |
def | draw (self, particles) |
Private Member Functions | |
def | _accept (self, candidate, skipList) |
def | _decay (self, candidate, skipList) |
def | _hasValidDaughters (self, candidate) |
def | _printP4 (self, candidate) |
def | _select (self, candidate) |
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(), python.ParticleDecayDrawer.ParticleDecayDrawer._printP4(), and harvestTrackValidationPlots.str.
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().