ATLAS Offline Software
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::saySomething
virtual StatusCode saySomething()=0
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
IHelloTool
Definition:
IHelloTool.h:10
IHelloTool::DeclareInterfaceID
DeclareInterfaceID(IHelloTool, 1, 0)
Generated on Sun Dec 22 2024 21:11:28 for ATLAS Offline Software by
1.8.18