ATLAS Offline Software
Loading...
Searching...
No Matches
Control
AthenaExamples
AthExHelloWorld
AthExHelloWorld
IHelloTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ATHEXHELLOWORLD_IHELLOTOOL_H
6
#define ATHEXHELLOWORLD_IHELLOTOOL_H 1
7
8
#include "GaudiKernel/IAlgTool.h"
9
10
class
IHelloTool
:
virtual
public
IAlgTool {
11
public
:
12
virtual
StatusCode
saySomething
() = 0;
13
14
DeclareInterfaceID
(
IHelloTool
, 1, 0);
15
};
16
17
#endif
IHelloTool
Definition
IHelloTool.h:10
IHelloTool::saySomething
virtual StatusCode saySomething()=0
IHelloTool::DeclareInterfaceID
DeclareInterfaceID(IHelloTool, 1, 0)
Generated on
for ATLAS Offline Software by
1.14.0