ATLAS Offline Software
Loading...
Searching...
No Matches
Control/AthHIP/AthHIPInterfaces/AthHIPInterfaces/IStreamTool.h
Go to the documentation of this file.
1// Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
2#ifndef ATHHIPINTERFACES_ISTREAMTOOL_H
3#define ATHHIPINTERFACES_ISTREAMTOOL_H
4
5// Local include(s).
7
8// Gaudi include(s).
9#include "GaudiKernel/IAlgTool.h"
10
11namespace AthHIP {
12
14class IStreamTool : public virtual IAlgTool, public virtual IStreamProvider {
15
16 public:
19
20}; // class IStreamTool
21
22} // namespace AthHIP
23
24#endif // ATHHIPINTERFACES_ISTREAMTOOL_H
Interface for components providing HIP streams to (reentrant) algorithms.
Interface for tools providing HIP streams to (reentrant) algorithms.
DeclareInterfaceID(AthHIP::IStreamTool, 1, 0)
Declare the interface ID.