ATLAS Offline Software
MuonSpectrometer
MuonConditions
MuonCondGeneral
MuonCondTest
python
AlignmentTester.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2
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
Generated on Thu Nov 7 2024 21:09:52 for ATLAS Offline Software by
1.8.18