ATLAS Offline Software
Loading...
Searching...
No Matches
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
16static const InterfaceID IID_IFastCaloSimGeometryHelper("IFastCaloSimGeometryHelper", 1, 0);
17
18class 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
static const InterfaceID IID_IFastCaloSimGeometryHelper("IFastCaloSimGeometryHelper", 1, 0)
static const InterfaceID & interfaceID()
AlgTool interface methods.