ATLAS Offline Software
|
Variables | |
econ = PyParticleTools.getElectrons("ElectronCollection") | |
Retrieve a persistified EDM object, then retrieve associated objects. More... | |
eobj = econ[i] | |
tp = eobj.track() | |
eg = eobj.eg() | |
ParticleTest.econ = PyParticleTools.getElectrons("ElectronCollection") |
Retrieve a persistified EDM object, then retrieve associated objects.
This script demonstrates that the back-navigation is available in an interactive session of athena.py
Definition at line 17 of file ParticleTest.py.
ParticleTest.eg = eobj.eg() |
Definition at line 29 of file ParticleTest.py.
ParticleTest.eobj = econ[i] |
Definition at line 22 of file ParticleTest.py.
ParticleTest.tp = eobj.track() |
Definition at line 25 of file ParticleTest.py.