ATLAS Offline Software
Loading...
Searching...
No Matches
python
AthDeviceCompsConfig
Functions
python.AthDeviceCompsConfig Namespace Reference
Functions
HostCopyToolCfg
(flags, **kwargs)
Function Documentation
◆
HostCopyToolCfg()
python.AthDeviceCompsConfig.HostCopyToolCfg
(
flags
,
**
kwargs
)
Default "host side" copy object provider tool
Definition at line
8
of file
AthDeviceCompsConfig.py
.
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
Generated on
for ATLAS Offline Software by
1.16.1