ATLAS Offline Software
Loading...
Searching...
No Matches
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
SCTExtensionAlgConfig.SCTExtensionAlgCfg
SCTExtensionAlgCfg(flags)
Definition
SCTExtensionAlgConfig.py:3
Generated on
for ATLAS Offline Software by
1.14.0