ATLAS Offline Software
Loading...
Searching...
No Matches
ITkPixelCablingAlgConfig.py
Go to the documentation of this file.
2# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3#
4
5def ITkPixelCablingAlgCfg(flags, name = 'ITkPixelCablingAlg', **kwargs):
6 from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
7 from AthenaConfiguration.ComponentFactory import CompFactory
8 acc = ComponentAccumulator()
9 acc.addEventAlgo(CompFactory.ITkPixelCablingAlg(name, **kwargs))
10 return acc
ITkPixelCablingAlgCfg(flags, name='ITkPixelCablingAlg', **kwargs)