4#ifndef ATHDEVICECOMPS_COPIESADAPTORTOOL_H
5#define ATHDEVICECOMPS_COPIESADAPTORTOOL_H
9#include "GaudiKernel/ToolHandle.h"
26 using extends::extends;
40 virtual std::shared_ptr<const vecmem::copy>
hostCopy(
41 const EventContext& ctx)
const override;
44 virtual std::shared_ptr<const vecmem::copy>
deviceCopy(
45 const EventContext& ctx)
const override;
52 "Tool providing the 'host' copy object"};
55 this,
"DeviceCopyTool",
"",
"Tool providing the 'device' copy object"};