ATLAS Offline Software
Loading...
Searching...
No Matches
LinearTransformExampleConfig Namespace Reference

Functions

 LinearTransformExampleCfg (flags)

Variables

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

Function Documentation

◆ LinearTransformExampleCfg()

LinearTransformExampleConfig.LinearTransformExampleCfg ( flags)

Definition at line 14 of file LinearTransformExampleConfig.py.

14def LinearTransformExampleCfg(flags):
15 result = ComponentAccumulator()
16 result.addEventAlgo(CompFactory.AthHIPExamples.LinearTransformExampleAlg())
17 return result
18
19

Variable Documentation

◆ acc

LinearTransformExampleConfig.acc = MainServicesCfg(flags)

Definition at line 31 of file LinearTransformExampleConfig.py.

◆ Files

LinearTransformExampleConfig.Files

Definition at line 26 of file LinearTransformExampleConfig.py.

◆ flags

LinearTransformExampleConfig.flags = initConfigFlags()

Definition at line 24 of file LinearTransformExampleConfig.py.

◆ MaxEvents

LinearTransformExampleConfig.MaxEvents

Definition at line 25 of file LinearTransformExampleConfig.py.