ATLAS Offline Software
Loading...
Searching...
No Matches
HostCopyTool.cxx
Go to the documentation of this file.
1//
2// Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3//
4
5// Local include(s).
6#include "HostCopyTool.h"
7
8namespace AthDevice {
9
10std::shared_ptr<const vecmem::copy> HostCopyTool::copy(
11 const EventContext&) const {
12
13 return m_copy;
14}
15
16} // namespace AthDevice
std::shared_ptr< const vecmem::copy > m_copy
The vecmem::copy object provided by this tool.
virtual std::shared_ptr< const vecmem::copy > copy(const EventContext &ctx) const override
Get the provided vecmem::copy object.