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

Functions

 makeTileModuleBitsD3PDObject (name, prefix, object_name='TileModuleBitsD3PDObject', getter=None, sgkey=None, label=None)

Variables

 D3PD = CompFactory.D3PD
 TileModuleBitsD3PDObject = D3PDObject (makeTileModuleBitsD3PDObject, 'tilemodule_', 'TileModuleBitsD3PDObject')

Function Documentation

◆ makeTileModuleBitsD3PDObject()

python.TileModuleBitsD3PDObject.makeTileModuleBitsD3PDObject ( name,
prefix,
object_name = 'TileModuleBitsD3PDObject',
getter = None,
sgkey = None,
label = None )

Definition at line 9 of file TileModuleBitsD3PDObject.py.

11 label = None):
12 if sgkey is None: sgkey = "TileRawChannelFlt"
13 if label is None: label = prefix
14
15 if not getter:
17 (name + '_Getter',
18 TypeName = 'TileRawChannelContainer',
19 SGKey = sgkey,
20 Label = label)
21
22 # create the selected cells
23 from D3PDMakerConfig.D3PDMakerFlags import D3PDMakerFlags
24 return D3PD.VectorFillerTool (name,
25 Prefix = prefix,
26 Getter = getter,
27 ObjectName = object_name,
28 SaveMetadata = \
29 D3PDMakerFlags.SaveObjectMetadata)
30
31
32
Object filler tool for a collection of objects, saved as vectors.

Variable Documentation

◆ D3PD

python.TileModuleBitsD3PDObject.D3PD = CompFactory.D3PD

Definition at line 6 of file TileModuleBitsD3PDObject.py.

◆ TileModuleBitsD3PDObject

python.TileModuleBitsD3PDObject.TileModuleBitsD3PDObject = D3PDObject (makeTileModuleBitsD3PDObject, 'tilemodule_', 'TileModuleBitsD3PDObject')

Definition at line 33 of file TileModuleBitsD3PDObject.py.