ATLAS Offline Software
IAFP_GeometryTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3  */
4 
5 #ifndef AFP_GEOMETRY_IAFP_GeometryTool_H
6 #define AFP_GEOMETRY_IAFP_GeometryTool_H 1
7 
8 #include "GaudiKernel/IAlgTool.h"
10 
11 class IAFP_GeometryTool : virtual public IAlgTool {
12 public:
13  virtual void SetCfgParams(AFP_CONFIGURATION * pCfgParams) = 0;
14 
16 
17 };
18 #endif // !AFP_GEOMETRY_IAFP_GeometryTool_H
AFP_ConfigParams.h
AFP_CONFIGURATION
Definition: AFP_ConfigParams.h:135
IAFP_GeometryTool
Definition: IAFP_GeometryTool.h:11
IAFP_GeometryTool::DeclareInterfaceID
DeclareInterfaceID(IAFP_GeometryTool, 1, 0)
IAFP_GeometryTool::SetCfgParams
virtual void SetCfgParams(AFP_CONFIGURATION *pCfgParams)=0