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

Functions

 makeLArRawChannelD3PDObject (name, prefix, object_name='LArRawChannelD3PDObject', getter=None, sgkey=None, label=None)

Variables

 D3PD = CompFactory.D3PD
str LArRawChannelSGKey = 'LArRawChannels'
 LArRawChannelD3PDObject = D3PDObject (makeLArRawChannelD3PDObject, 'larrawchannel_', 'LArRawChannelD3PDObject')

Function Documentation

◆ makeLArRawChannelD3PDObject()

python.LArRawChannelD3PDObject.makeLArRawChannelD3PDObject ( name,
prefix,
object_name = 'LArRawChannelD3PDObject',
getter = None,
sgkey = None,
label = None )

Definition at line 11 of file LArRawChannelD3PDObject.py.

13 label = None):
14 if sgkey is None: sgkey = LArRawChannelSGKey
15 if label is None: label = prefix
16
17 if not getter:
18 getter = D3PD.LArRawChannelContainerGetterTool(name + '_Getter',
19 TypeName = 'LArRawChannelContainer',
20 SGKey = LArRawChannelSGKey)
21
22 # create the selected cells
23 return D3PD.VectorFillerTool (name,
24 Prefix = prefix,
25 Getter = getter,
26 ObjectName = object_name)
27
Object filler tool for a collection of objects, saved as vectors.

Variable Documentation

◆ D3PD

python.LArRawChannelD3PDObject.D3PD = CompFactory.D3PD

Definition at line 6 of file LArRawChannelD3PDObject.py.

◆ LArRawChannelD3PDObject

python.LArRawChannelD3PDObject.LArRawChannelD3PDObject = D3PDObject (makeLArRawChannelD3PDObject, 'larrawchannel_', 'LArRawChannelD3PDObject')

Definition at line 28 of file LArRawChannelD3PDObject.py.

◆ LArRawChannelSGKey

str python.LArRawChannelD3PDObject.LArRawChannelSGKey = 'LArRawChannels'

Definition at line 9 of file LArRawChannelD3PDObject.py.