ATLAS Offline Software
Loading...
Searching...
No Matches
AFP_GeometryTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
8
9#ifndef AFP_GEOMETRY_AFP_GeometryTool_H
10#define AFP_GEOMETRY_AFP_GeometryTool_H
11
12// Package includes
14
15// Framework includes
17
21
22
23class AFP_GeometryTool : public extends<AthAlgTool, IAFP_GeometryTool>, public AFP_Geometry {
24public:
25 AFP_GeometryTool(const std::string& type, const std::string& name, const IInterface* parent);
26 virtual ~AFP_GeometryTool() override;
27
28 virtual StatusCode initialize() override;
29 virtual StatusCode finalize() override;
30
31 virtual void SetCfgParams(AFP_CONFIGURATION * pCfgParams) override;
32
33};
34
35#endif // AFP_GEOMETRY_AFP_GeometryTool_H
virtual StatusCode initialize() override
virtual void SetCfgParams(AFP_CONFIGURATION *pCfgParams) override
virtual ~AFP_GeometryTool() override
AFP_GeometryTool(const std::string &type, const std::string &name, const IInterface *parent)
virtual StatusCode finalize() override