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

Functions

 ALineInjectorAlgCfg (flags, name="AlineInjectorAlg", **kwargs)

Function Documentation

◆ ALineInjectorAlgCfg()

AlignmentTester.ALineInjectorAlgCfg ( flags,
name = "AlineInjectorAlg",
** kwargs )

Definition at line 3 of file AlignmentTester.py.

3def ALineInjectorAlgCfg(flags, name="AlineInjectorAlg", **kwargs):
4 from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
5 from AthenaConfiguration.ComponentFactory import CompFactory
6 result = ComponentAccumulator()
7 the_alg = CompFactory.ALineInjectTestAlg(name, **kwargs)
8 result.addCondAlgo(the_alg, primary = True)
9 return result