ATLAS Offline Software
Loading...
Searching...
No Matches
ForwardRegionGeoModelTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ForwardRegionGeoModel_ForwardRegionGeoModelTool_H
6#define ForwardRegionGeoModel_ForwardRegionGeoModelTool_H
7
10
12
13public:
14
15 // Standard Constructor
16 ForwardRegionGeoModelTool( const std::string& type, const std::string& name, const IInterface* parent );
17
18 // Standard Destructor
19 virtual ~ForwardRegionGeoModelTool() override final;
20
21 virtual StatusCode create() override final;
22private:
23 // property configuration
25};
26
27
28#endif // ForwardRegionGeoModel_ForwardRegionGeoModelTool_H
struct _FWD_CONFIGURATION FWD_CONFIGURATION
virtual StatusCode create() override final
Create the Detector Node corresponding to this tool.
virtual ~ForwardRegionGeoModelTool() override final
Destructor.
ForwardRegionGeoModelTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor(s)