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

Functions

 TrackParticleCalibratorExampleAlgCfg (flags, **kwargs)

Variables

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

Function Documentation

◆ TrackParticleCalibratorExampleAlgCfg()

python.TrackParticleCalibratorExampleConfig.TrackParticleCalibratorExampleAlgCfg ( flags,
** kwargs )
Configure the example algorithm for running on a CUDA device.

Definition at line 22 of file TrackParticleCalibratorExampleConfig.py.

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

Variable Documentation

◆ acc

python.TrackParticleCalibratorExampleConfig.acc = MainServicesCfg(flags)

Definition at line 43 of file TrackParticleCalibratorExampleConfig.py.

◆ Files

python.TrackParticleCalibratorExampleConfig.Files

Definition at line 38 of file TrackParticleCalibratorExampleConfig.py.

◆ flags

python.TrackParticleCalibratorExampleConfig.flags = initConfigFlags()

Definition at line 36 of file TrackParticleCalibratorExampleConfig.py.

◆ MaxEvents

python.TrackParticleCalibratorExampleConfig.MaxEvents

Definition at line 37 of file TrackParticleCalibratorExampleConfig.py.