ATLAS Offline Software
IHandleTestTool.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 /*
3  * Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration.
4  */
14 #ifndef ATHEXSTOREGATEEXAMPLE_IHANDLETESTTOOL_H
15 #define ATHEXSTOREGATEEXAMPLE_IHANDLETESTTOOL_H
16 
17 
18 #include "GaudiKernel/IInterface.h"
19 
20 
21 namespace AthEx {
22 
23 
25  : virtual public IAlgTool
26 {
27 public:
29 };
30 
31 
32 } // namespace AthEx
33 
34 #endif // not ATHEXSTOREGATEEXAMPLE_IHANDLETESTTOOL_H
AthEx::IHandleTestTool::DeclareInterfaceID
DeclareInterfaceID(IHandleTestTool, 1, 0)
AthEx
Definition: Hist.h:25
AthEx::IHandleTestTool
Definition: IHandleTestTool.h:26