ATLAS Offline Software
Functions | Variables
python.LinearTransformAsyncExampleConfig Namespace Reference

Functions

def LinearTransformAsyncExampleAlgCfg (flags, **kwargs)
 

Variables

 flags = initConfigFlags()
 
 NumOffloadThreads
 
 MaxEvents
 
 Files
 
 acc = MainServicesCfg(flags)
 

Function Documentation

◆ LinearTransformAsyncExampleAlgCfg()

def python.LinearTransformAsyncExampleConfig.LinearTransformAsyncExampleAlgCfg (   flags,
**  kwargs 
)
Configure the example algorithm for running on a CUDA device.

Definition at line 20 of file LinearTransformAsyncExampleConfig.py.

20 def LinearTransformAsyncExampleAlgCfg(flags, **kwargs):
21  '''Configure the example algorithm for running on a CUDA device.
22  '''
23  # Create an accumulator to hold the configuration.
24  result = ComponentAccumulator()
25  # Create the example algorithm.
26  alg = CompFactory.AthCUDAExamples.LinearTransformAsyncExampleAlg(**kwargs)
27  result.addEventAlgo(alg)
28  # Return the result to the caller.
29  return result
30 

Variable Documentation

◆ acc

python.LinearTransformAsyncExampleConfig.acc = MainServicesCfg(flags)

Definition at line 42 of file LinearTransformAsyncExampleConfig.py.

◆ Files

python.LinearTransformAsyncExampleConfig.Files

Definition at line 37 of file LinearTransformAsyncExampleConfig.py.

◆ flags

python.LinearTransformAsyncExampleConfig.flags = initConfigFlags()

Definition at line 34 of file LinearTransformAsyncExampleConfig.py.

◆ MaxEvents

python.LinearTransformAsyncExampleConfig.MaxEvents

Definition at line 36 of file LinearTransformAsyncExampleConfig.py.

◆ NumOffloadThreads

python.LinearTransformAsyncExampleConfig.NumOffloadThreads

Definition at line 35 of file LinearTransformAsyncExampleConfig.py.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.LinearTransformAsyncExampleConfig.LinearTransformAsyncExampleAlgCfg
def LinearTransformAsyncExampleAlgCfg(flags, **kwargs)
Definition: LinearTransformAsyncExampleConfig.py:20