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

Functions

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

Variables

 D3PD = CompFactory.D3PD

Function Documentation

◆ TruthParticleChildAssociation()

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

Definition at line 18 of file TruthParticleChildAssociation.py.

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

Variable Documentation

◆ D3PD

python.TruthParticleChildAssociation.D3PD = CompFactory.D3PD

Definition at line 15 of file TruthParticleChildAssociation.py.