ATLAS Offline Software
IRegSelTool.h
Go to the documentation of this file.
1 // emacs: this is -*- c++ -*-
2 //
3 // IRegSelTool.h
4 //
5 // Interface for the new local RegionSelector tool
6 //
7 //
8 // Copyright (C) 2012-2019 CERN for the benefit of the ATLAS collaboration
9 
10 
11 #ifndef IREGIONSELECTOR_IREGSELTOOL_H
12 #define IREGIONSELECTOR_IREGSELTOOL_H
13 
14 #include "GaudiKernel/IAlgTool.h"
15 
16 
18 #include <vector>
19 #include <stdint.h>
20 
22 #include "GaudiKernel/IAlgTool.h"
23 
24 
25 
31 class IRegSelTool : virtual public IAlgTool, virtual public IRegSelLUT {
32 
33 public:
34 
37 
38 
39 };
40 
41 
42 
43 #endif // IREGIONSELECTOR_IREGSELTOOL_H
IRegSelTool
Definition: IRegSelTool.h:31
IRegSelTool::DeclareInterfaceID
DeclareInterfaceID(IRegSelTool, 1, 0)
InterfaceID.
IRegSelLUT.h
IRegSelLUT
Definition: IRegSelLUT.h:25
IdentifierHash.h