ATLAS Offline Software
Loading...
Searching...
No Matches
AthDevice::ICopyTool Class Referenceabstract

Interface for a tool that provides a vecmem::copy object. More...

#include <ICopyTool.h>

Inheritance diagram for AthDevice::ICopyTool:
Collaboration diagram for AthDevice::ICopyTool:

Public Member Functions

 DeclareInterfaceID (ICopyTool, 1, 0)
 Declare the interface that the tool will implement.
virtual ~ICopyTool ()=default
 Destructor.
virtual std::shared_ptr< const vecmem::copy > copy (const EventContext &ctx) const =0
 Get the provided vecmem::copy object.

Detailed Description

Interface for a tool that provides a vecmem::copy object.

Definition at line 16 of file ICopyTool.h.

Constructor & Destructor Documentation

◆ ~ICopyTool()

virtual AthDevice::ICopyTool::~ICopyTool ( )
virtualdefault

Destructor.

Member Function Documentation

◆ copy()

virtual std::shared_ptr< const vecmem::copy > AthDevice::ICopyProvider::copy ( const EventContext & ctx) const
pure virtualinherited

Get the provided vecmem::copy object.

Parameters
ctxThe event context for which the copy object is requested
Returns
The vecmem::copy object to use for the current event context

◆ DeclareInterfaceID()

AthDevice::ICopyTool::DeclareInterfaceID ( ICopyTool ,
1 ,
0  )

Declare the interface that the tool will implement.


The documentation for this class was generated from the following file: