ATLAS Offline Software
Loading...
Searching...
No Matches
python.egammaTruthD3PDObject Namespace Reference

Functions

 _egammaTruthAlgHook (c, flags, acc, *args, **kw)

Variables

 D3PD = CompFactory.D3PD
str egammaTruth_sgkey = 'egammaTruth'
 egammaTruthD3PDObject
 WriteM
 AuxPrefix
 Vars
 ProdVertexAssoc

Function Documentation

◆ _egammaTruthAlgHook()

python.egammaTruthD3PDObject._egammaTruthAlgHook ( c,
flags,
acc,
* args,
** kw )
protected

Definition at line 31 of file egammaTruthD3PDObject.py.

31def _egammaTruthAlgHook (c, flags, acc, *args, **kw):
32 from egammaD3PDAnalysis.egammaTruthParticleConfig \
33 import egammaTruthParticleCfg
34 acc.merge (egammaTruthParticleCfg (flags))
35 return

Variable Documentation

◆ AuxPrefix

python.egammaTruthD3PDObject.AuxPrefix

Definition at line 48 of file egammaTruthD3PDObject.py.

◆ D3PD

python.egammaTruthD3PDObject.D3PD = CompFactory.D3PD

Definition at line 18 of file egammaTruthD3PDObject.py.

◆ egammaTruth_sgkey

str python.egammaTruthD3PDObject.egammaTruth_sgkey = 'egammaTruth'

Definition at line 22 of file egammaTruthD3PDObject.py.

◆ egammaTruthD3PDObject

python.egammaTruthD3PDObject.egammaTruthD3PDObject
Initial value:
1= make_SGDataVector_D3PDObject \
2 ('DataVector<xAOD::TruthParticle_v1>',
3 egammaTruth_sgkey,
4 'egtruth_',
5 'egammaTruthD3PDObject')

Definition at line 25 of file egammaTruthD3PDObject.py.

◆ ProdVertexAssoc

python.egammaTruthD3PDObject.ProdVertexAssoc
Initial value:
1= SimpleAssociation \
2 (egammaTruthD3PDObject,
3 # TruthD3PDMaker
5 level = 1,
6 prefix = 'vx_',
7 blockname = 'ProdVert')
Associate from a TruthParticle to its GenVertex production vertex.

Definition at line 58 of file egammaTruthD3PDObject.py.

◆ Vars

python.egammaTruthD3PDObject.Vars

Definition at line 49 of file egammaTruthD3PDObject.py.

◆ WriteM

python.egammaTruthD3PDObject.WriteM

Definition at line 40 of file egammaTruthD3PDObject.py.