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

Functions

 makeTileMuD3PDObject (name, prefix, object_name='TileMuD3PDObject', getter=None, sgkey=None, label=None)

Variables

 D3PD = CompFactory.D3PD
 TileMuD3PDObject = D3PDObject(makeTileMuD3PDObject,'TileMuId_','TileMuD3PDObject')

Function Documentation

◆ makeTileMuD3PDObject()

python.TileMuD3PDObject.makeTileMuD3PDObject ( name,
prefix,
object_name = 'TileMuD3PDObject',
getter = None,
sgkey = None,
label = None )

Definition at line 9 of file TileMuD3PDObject.py.

11 label = None):
12 if sgkey is None: sgkey = 'TileMuObj'
13 if label is None: label = prefix
14
15
16 print(" makeTileMuD3PDObject: name = ", name)
17 print(" makeTileMuD3PDObject: prefix = ", prefix)
18 print(" makeTileMuD3PDObject: object_name = ", object_name)
19 print(" makeTileMuD3PDObject: sgkey = ", sgkey)
20
21 if not getter:
23 (name + '_Getter',
24 TypeName = 'TileMuContainer',
25 SGKey = sgkey,
26 Label = label)
27
28
29 from D3PDMakerConfig.D3PDMakerFlags import D3PDMakerFlags
30 return D3PD.VectorFillerTool (name,
31 Prefix = prefix,
32 Getter = getter,
33 ObjectName = object_name,
34 SaveMetadata = \
35 D3PDMakerFlags.SaveObjectMetadata)
36
37
38
void print(char *figname, TCanvas *c1)
Getter tool to retrieve DataVector/List collections from StoreGate.
Object filler tool for a collection of objects, saved as vectors.

Variable Documentation

◆ D3PD

python.TileMuD3PDObject.D3PD = CompFactory.D3PD

Definition at line 6 of file TileMuD3PDObject.py.

◆ TileMuD3PDObject

python.TileMuD3PDObject.TileMuD3PDObject = D3PDObject(makeTileMuD3PDObject,'TileMuId_','TileMuD3PDObject')

Definition at line 39 of file TileMuD3PDObject.py.