Skip to content
Snippets Groups Projects
Commit acebf9c3 authored by Karol Krizka's avatar Karol Krizka
Browse files

Rename TransformUtils.py to SCTExtensionAlgConfig.py.

parent 1195a618
No related branches found
Tags nightly/21.9/2019-02-22T2151
No related merge requests found
Pipeline #6330578 passed
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
def SCTExtensionAlg(flags):
def SCTExtensionAlgCfg(flags):
"""Add the SCTExtensionAlg to the list of algorithms.
"""
from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
......
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
from .TransformUtils import SCTExtensionAlg
__all__ = ['SCTExtensionAlg']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment