ATLAS Offline Software
Loading...
Searching...
No Matches
Control
AthDevice
AthDeviceComps
python
AthDeviceCompsConfig.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
2
3
# Framework import(s).
4
from
AthenaConfiguration.ComponentFactory
import
CompFactory
5
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
6
7
8
def
HostCopyToolCfg
(flags, **kwargs):
9
'''Default "host side" copy object provider tool
10
'''
11
12
# Create an accumulator to hold the configuration.
13
result = ComponentAccumulator()
14
15
# Create the tool in a simple way.
16
result.setPrivateTools(CompFactory.AthDevice.HostCopyTool(**kwargs))
17
18
# Return the CA.
19
return
result
python.AthDeviceCompsConfig.HostCopyToolCfg
HostCopyToolCfg(flags, **kwargs)
Definition
AthDeviceCompsConfig.py:8
Generated on
for ATLAS Offline Software by
1.16.1