ATLAS Offline Software
Functions | Variables
python.TileRawChannelD3PDObject Namespace Reference

Functions

def makeTileRawChannelD3PDObject (name, prefix, object_name='TileRawChannelD3PDObject', getter=None, sgkey=None, label=None)
 

Variables

 D3PD = CompFactory.D3PD
 
string TileRawChannelSGKey = 'TileRawChannelFlt'
 
 TileRawChannelD3PDObject
 
 SaveHardwareInfo
 
 SaveRawChannel
 

Function Documentation

◆ makeTileRawChannelD3PDObject()

def python.TileRawChannelD3PDObject.makeTileRawChannelD3PDObject (   name,
  prefix,
  object_name = 'TileRawChannelD3PDObject',
  getter = None,
  sgkey = None,
  label = None 
)

Definition at line 11 of file TileRawChannelD3PDObject.py.

11 def makeTileRawChannelD3PDObject (name, prefix, object_name='TileRawChannelD3PDObject', getter = None,
12  sgkey = None,
13  label = None):
14  if sgkey is None: sgkey = TileRawChannelSGKey
15  if label is None: label = prefix
16 
17  if not getter:
19  (name + '_Getter',
20  TypeName = 'TileRawChannelContainer',
21  SGKey = sgkey,
22  Label = label)
23 
24  # create the selected cells
25  from D3PDMakerConfig.D3PDMakerFlags import D3PDMakerFlags
26  return D3PD.VectorFillerTool (name,
27  Prefix = prefix,
28  Getter = getter,
29  ObjectName = object_name,
30  SaveMetadata = \
31  D3PDMakerFlags.SaveObjectMetadata)
32 
33 
34 
35 """ level of details:
36 0: amp, time, quality and pedestal
37 1: hardware id + amp, time, quality and pedestal
38 
39 """
40 

Variable Documentation

◆ D3PD

python.TileRawChannelD3PDObject.D3PD = CompFactory.D3PD

Definition at line 6 of file TileRawChannelD3PDObject.py.

◆ SaveHardwareInfo

python.TileRawChannelD3PDObject.SaveHardwareInfo

Definition at line 46 of file TileRawChannelD3PDObject.py.

◆ SaveRawChannel

python.TileRawChannelD3PDObject.SaveRawChannel

Definition at line 47 of file TileRawChannelD3PDObject.py.

◆ TileRawChannelD3PDObject

python.TileRawChannelD3PDObject.TileRawChannelD3PDObject
Initial value:
1 = D3PDObject( makeTileRawChannelD3PDObject, 'tileraw_',
2  'TileRawChannelD3PDObject' )

Definition at line 41 of file TileRawChannelD3PDObject.py.

◆ TileRawChannelSGKey

string python.TileRawChannelD3PDObject.TileRawChannelSGKey = 'TileRawChannelFlt'

Definition at line 9 of file TileRawChannelD3PDObject.py.

python.TileRawChannelD3PDObject.makeTileRawChannelD3PDObject
def makeTileRawChannelD3PDObject(name, prefix, object_name='TileRawChannelD3PDObject', getter=None, sgkey=None, label=None)
Definition: TileRawChannelD3PDObject.py:11
D3PD::SGTileRawChannelGetterTool
Definition: SGTileRawChannelGetterTool.h:21
D3PD::VectorFillerTool
Object filler tool for a collection of objects, saved as vectors.
Definition: VectorFillerTool.h:70