ATLAS Offline Software
IAraAlgTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef AraTool_IARAALGTOOL_H
6 #define AraTool_IARAALGTOOL_H
7 
8 #include "GaudiKernel/IAlgTool.h"
9 
10 
12 
13 class IAraAlgTool : virtual public IAlgTool {
14 public:
15  static const InterfaceID& interfaceID();
16 };
17 
18 #endif // !AraTool_IARAALGTOOL_H
IAraAlgTool::interfaceID
static const InterfaceID & interfaceID()
Definition: IAraAlgTool.cxx:12
IAraAlgTool
Definition: IAraAlgTool.h:13