ATLAS Offline Software
Functions
python.AlignmentTester Namespace Reference

Functions

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

Function Documentation

◆ ALineInjectorAlgCfg()

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

Definition at line 3 of file AlignmentTester.py.

3 def 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
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.AlignmentTester.ALineInjectorAlgCfg
def ALineInjectorAlgCfg(flags, name="AlineInjectorAlg", **kwargs)
Definition: AlignmentTester.py:3