ATLAS Offline Software
Loading...
Searching...
No Matches
Control
AthenaExamples
AthExHive
AthExHive
IHiveTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ATHEXHIVE_IHIVETOOL
6
#define ATHEXHIVE_IHIVETOOL
7
8
#include "GaudiKernel/IAlgTool.h"
9
10
class
EventContext;
11
12
class
IHiveTool
:
virtual
public
IAlgTool {
13
public
:
14
virtual
StatusCode
doSomething
(
const
EventContext& ctx)
const
= 0;
15
virtual
~IHiveTool
() {};
16
17
DeclareInterfaceID
(
IHiveTool
,1,0);
18
19
};
20
#endif
// !ATHEXHIVE_IHIVETOOL
IHiveTool
Definition
IHiveTool.h:12
IHiveTool::doSomething
virtual StatusCode doSomething(const EventContext &ctx) const =0
IHiveTool::DeclareInterfaceID
DeclareInterfaceID(IHiveTool, 1, 0)
IHiveTool::~IHiveTool
virtual ~IHiveTool()
Definition
IHiveTool.h:15
Generated on
for ATLAS Offline Software by
1.16.1