ATLAS Offline Software
|
Variables | |
mcc = PyTruthTools.getMcEvents('GEN_AOD') | |
An example for MC Truth. More... | |
mc = mcc[0] | |
it = mc.particles_begin() | |
itE = mc.particles_end() | |
end | |
p = it.next() | |
v = it.next() | |
itp = v.particles_begin() | |
itpE = v.particles_end(0) | |
TruthTest.end |
Definition at line 28 of file TruthTest.py.
TruthTest.it = mc.particles_begin() |
Definition at line 24 of file TruthTest.py.
TruthTest.itE = mc.particles_end() |
Definition at line 25 of file TruthTest.py.
TruthTest.itp = v.particles_begin() |
Definition at line 46 of file TruthTest.py.
TruthTest.itpE = v.particles_end(0) |
Definition at line 47 of file TruthTest.py.
TruthTest.mc = mcc[0] |
Definition at line 17 of file TruthTest.py.
TruthTest.mcc = PyTruthTools.getMcEvents('GEN_AOD') |
Definition at line 14 of file TruthTest.py.
TruthTest.p = it.next() |
Definition at line 34 of file TruthTest.py.
TruthTest.v = it.next() |
Definition at line 43 of file TruthTest.py.