ATLAS Offline Software
Loading...
Searching...
No Matches
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
10class IHelloTool : virtual public IAlgTool {
11 public:
12 virtual StatusCode saySomething() = 0;
13
15};
16
17#endif
virtual StatusCode saySomething()=0
DeclareInterfaceID(IHelloTool, 1, 0)