ATLAS Offline Software
Loading...
Searching...
No Matches
InnerDetector
InDetDetDescr
ITkPixelCabling
python
ITkPixelCablingAlgConfig.py
Go to the documentation of this file.
1
#
2
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
#
4
5
def
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
ITkPixelCablingAlgConfig.ITkPixelCablingAlgCfg
ITkPixelCablingAlgCfg(flags, name='ITkPixelCablingAlg', **kwargs)
Definition
ITkPixelCablingAlgConfig.py:5
Generated on
for ATLAS Offline Software by
1.14.0