ATLAS Offline Software
Loading...
Searching...
No Matches
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
11class IAFP_GeometryTool : virtual public IAlgTool {
12public:
13 virtual void SetCfgParams(AFP_CONFIGURATION * pCfgParams) = 0;
14
16
17};
18#endif // !AFP_GEOMETRY_IAFP_GeometryTool_H
DeclareInterfaceID(IAFP_GeometryTool, 1, 0)
virtual void SetCfgParams(AFP_CONFIGURATION *pCfgParams)=0