ATLAS Offline Software
InnerDetector
InDetPerformance
SCTExtension
python
SCTExtensionAlgConfig.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2
3
def
SCTExtensionAlgCfg
(flags):
4
"""Add the SCTExtensionAlg to the list of algorithms.
5
"""
6
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
7
from
AthenaConfiguration.ComponentFactory
import
CompFactory
8
9
cfg =
ComponentAccumulator
()
10
cfg.addEventAlgo(CompFactory.SCTExtensionAlg(
'SCTExtensionAlg'
))
11
12
return
cfg
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition:
JetAnalysisCommon.py:302
SCTExtensionAlgConfig.SCTExtensionAlgCfg
def SCTExtensionAlgCfg(flags)
Definition:
SCTExtensionAlgConfig.py:3
Generated on Wed Jan 8 2025 21:16:51 for ATLAS Offline Software by
1.8.18