![]() |
ATLAS Offline Software
|
Interface for tools providing HIP streams to (reentrant) algorithms. More...
#include <IStreamTool.h>
Public Member Functions | |
| DeclareInterfaceID (AthHIP::IStreamTool, 1, 0) | |
| Declare the interface ID. | |
| virtual hipStream_t | stream (const EventContext &ctx) const =0 |
| Get the HIP stream to use. | |
Interface for tools providing HIP streams to (reentrant) algorithms.
Definition at line 14 of file Control/AthHIP/AthHIPInterfaces/AthHIPInterfaces/IStreamTool.h.
| AthHIP::IStreamTool::DeclareInterfaceID | ( | AthHIP::IStreamTool | , |
| 1 | , | ||
| 0 | ) |
Declare the interface ID.
|
pure virtualinherited |
Get the HIP stream to use.
| ctx | The event context for which the stream is requested |