ATLAS Offline Software
Loading...
Searching...
No Matches
SCTExtensionAlgConfig.py
Go to the documentation of this file.
1# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2
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