ATLAS Offline Software
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 
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