ATLAS Offline Software
Variables
TruthTest Namespace Reference

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)
 

Variable Documentation

◆ end

TruthTest.end

Definition at line 28 of file TruthTest.py.

◆ it

TruthTest.it = mc.particles_begin()

Definition at line 24 of file TruthTest.py.

◆ itE

TruthTest.itE = mc.particles_end()

Definition at line 25 of file TruthTest.py.

◆ itp

TruthTest.itp = v.particles_begin()

Definition at line 46 of file TruthTest.py.

◆ itpE

TruthTest.itpE = v.particles_end(0)

Definition at line 47 of file TruthTest.py.

◆ mc

TruthTest.mc = mcc[0]

Definition at line 17 of file TruthTest.py.

◆ mcc

TruthTest.mcc = PyTruthTools.getMcEvents('GEN_AOD')

An example for MC Truth.

Definition at line 14 of file TruthTest.py.

◆ p

TruthTest.p = it.next()

Definition at line 34 of file TruthTest.py.

◆ v

TruthTest.v = it.next()

Definition at line 43 of file TruthTest.py.