ATLAS Offline Software
Control
AthToolSupport
AsgExampleTools
AsgExampleTools
IAsgHelloTool.h
Go to the documentation of this file.
1
// IAsgHelloTool.h
2
3
#ifndef IAsgHelloTool_H
4
#define IAsgHelloTool_H
5
6
#include "
AsgTools/IAsgTool.h
"
7
8
class
IAsgHelloTool
:
virtual
public
asg::IAsgTool
{
9
ASG_TOOL_INTERFACE
(
IAsgHelloTool
)
10
11
public
:
12
13
// Display a message.
14
virtual
int
talk
()
const
=0;
15
16
};
17
18
#endif
IAsgHelloTool::talk
virtual int talk() const =0
asg::IAsgTool
Base class for the dual-use tool interface classes.
Definition:
IAsgTool.h:41
IAsgHelloTool
Definition:
IAsgHelloTool.h:8
ASG_TOOL_INTERFACE
#define ASG_TOOL_INTERFACE(CLASSNAME)
Definition:
AsgToolMacros.h:40
IAsgTool.h
Generated on Sun Dec 22 2024 21:11:21 for ATLAS Offline Software by
1.8.18