ATLAS Offline Software
IFastCaloSimGeometryHelper.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // IFastCaloSimGeometryHelper.h, (c) ATLAS Detector software
8 
9 #ifndef IFastCaloSimGeometryHelper_H
10 #define IFastCaloSimGeometryHelper_H 1
11 
12 // Gaudi
13 #include "GaudiKernel/IAlgTool.h"
15 
16 static const InterfaceID IID_IFastCaloSimGeometryHelper("IFastCaloSimGeometryHelper", 1, 0);
17 
18 class IFastCaloSimGeometryHelper : virtual public IAlgTool,virtual public ICaloGeometry {
19  public:
20 
23  static const InterfaceID& interfaceID() { return IID_IFastCaloSimGeometryHelper; }
24 
25 };
26 
27 #endif // IFastCaloSimGeometryHelper_H
28 
IFastCaloSimGeometryHelper::~IFastCaloSimGeometryHelper
virtual ~IFastCaloSimGeometryHelper()
Definition: IFastCaloSimGeometryHelper.h:21
IFastCaloSimGeometryHelper::interfaceID
static const InterfaceID & interfaceID()
AlgTool interface methods.
Definition: IFastCaloSimGeometryHelper.h:23
ICaloGeometry
Definition: ICaloGeometry.h:14
IFastCaloSimGeometryHelper
Definition: IFastCaloSimGeometryHelper.h:18
ICaloGeometry.h