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

Functions

 TruthParticleParentAssociation (parent, prefix='', target='', level=0, blockname=None, *args, **kw)

Variables

 D3PD = CompFactory.D3PD

Function Documentation

◆ TruthParticleParentAssociation()

python.TruthParticleParentAssociation.TruthParticleParentAssociation ( parent,
prefix = '',
target = '',
level = 0,
blockname = None,
* args,
** kw )
Helper for setting up an association for truth particle
parents by index.

Definition at line 18 of file TruthParticleParentAssociation.py.

23 *args, **kw):
24 """Helper for setting up an association for truth particle
25parents by index.
26"""
27 if blockname is None:
28 blockname = prefix + 'TruthParticleParentAssociation'
29
30 return IndexMultiAssociation (parent,
32 target,
33 prefix,
34 level,
35 blockname,
36 nrowName = '')

Variable Documentation

◆ D3PD

python.TruthParticleParentAssociation.D3PD = CompFactory.D3PD

Definition at line 15 of file TruthParticleParentAssociation.py.