ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
TruthTest | |
Variables | |
TruthTest.mcc = PyTruthTools.getMcEvents('GEN_AOD') | |
An example for MC Truth. More... | |
TruthTest.mc = mcc[0] | |
TruthTest.it = mc.particles_begin() | |
TruthTest.itE = mc.particles_end() | |
TruthTest.end | |
TruthTest.p = it.next() | |
TruthTest.v = it.next() | |
TruthTest.itp = v.particles_begin() | |
TruthTest.itpE = v.particles_end(0) | |