ATLAS Offline Software
Functions | Variables
FPGADataFormatter Namespace Reference

Functions

def FPGADataFormatToolCfg (flags, name='FPGADataFormatTool', **kwarg)
 
def FPGAFormatterPrepCfg (flags, name="FPGAFormatterPrep", **kwarg)
 

Variables

 flags
 
 NumThreads
 
 Files
 
 EnableCalo
 
 doAthenaToActsSpacePoint
 
 doAthenaToActsCluster
 
 doRotCorrection
 
 DumpEvtStore
 
 top_acc
 
 kwarg
 
 acc
 

Function Documentation

◆ FPGADataFormatToolCfg()

def FPGADataFormatter.FPGADataFormatToolCfg (   flags,
  name = 'FPGADataFormatTool',
**  kwarg 
)

Definition at line 7 of file FPGADataFormatter.py.

7 def FPGADataFormatToolCfg(flags, name = 'FPGADataFormatTool', **kwarg):
8 
10 
11  kwarg.setdefault('name', name)
12  acc.setPrivateTools(CompFactory.FPGADataFormatTool(**kwarg))
13 
14  return acc
15 

◆ FPGAFormatterPrepCfg()

def FPGADataFormatter.FPGAFormatterPrepCfg (   flags,
  name = "FPGAFormatterPrep",
**  kwarg 
)

Definition at line 16 of file FPGADataFormatter.py.

16 def FPGAFormatterPrepCfg(flags, name = "FPGAFormatterPrep", **kwarg):
17 
18  acc = ComponentAccumulator()
19 
20  tool = acc.popToolsAndMerge(FPGADataFormatToolCfg(flags))
21 
22  kwarg.setdefault('name', name)
23  kwarg.setdefault('FPGADataFormatTool', tool)
24 
25  acc.addEventAlgo(CompFactory.FPGADataFormatAlg(**kwarg))
26  return acc
27 

Variable Documentation

◆ acc

FPGADataFormatter.acc

Definition at line 68 of file FPGADataFormatter.py.

◆ doAthenaToActsCluster

FPGADataFormatter.doAthenaToActsCluster

Definition at line 42 of file FPGADataFormatter.py.

◆ doAthenaToActsSpacePoint

FPGADataFormatter.doAthenaToActsSpacePoint

Definition at line 41 of file FPGADataFormatter.py.

◆ doRotCorrection

FPGADataFormatter.doRotCorrection

Definition at line 44 of file FPGADataFormatter.py.

◆ DumpEvtStore

FPGADataFormatter.DumpEvtStore

Definition at line 46 of file FPGADataFormatter.py.

◆ EnableCalo

FPGADataFormatter.EnableCalo

Definition at line 38 of file FPGADataFormatter.py.

◆ Files

FPGADataFormatter.Files

Definition at line 35 of file FPGADataFormatter.py.

◆ flags

FPGADataFormatter.flags

Definition at line 32 of file FPGADataFormatter.py.

◆ kwarg

FPGADataFormatter.kwarg

Definition at line 65 of file FPGADataFormatter.py.

◆ NumThreads

FPGADataFormatter.NumThreads

Definition at line 33 of file FPGADataFormatter.py.

◆ top_acc

FPGADataFormatter.top_acc

Definition at line 52 of file FPGADataFormatter.py.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
FPGADataFormatter.FPGAFormatterPrepCfg
def FPGAFormatterPrepCfg(flags, name="FPGAFormatterPrep", **kwarg)
Definition: FPGADataFormatter.py:16
FPGADataFormatter.FPGADataFormatToolCfg
def FPGADataFormatToolCfg(flags, name='FPGADataFormatTool', **kwarg)
Definition: FPGADataFormatter.py:7