ATLAS Offline Software
Loading...
Searching...
No Matches
ServiceExtensionTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ServiceExtensionGeoModelXml_SERVICEEXTENSIONTOOL_H
6#define ServiceExtensionGeoModelXml_SERVICEEXTENSIONTOOL_H
7//
8//
10
11#include <memory>
12
13class GeoPhysVol;
14
15namespace ITk
16{
18
20{
21public:
22 ServiceExtensionTool(const std::string &type, const std::string &name, const IInterface *parent);
23 virtual ~ServiceExtensionTool() = default;
24 virtual StatusCode create() override final;
25
28 Gaudi::Property<std::string> m_containingDetectorName{this, "ContainingDetector", "LArBarrel", "Containing detector name"};
29 Gaudi::Property<std::string> m_envelopeVolumeName{this, "EnvelopeVolume", "", "Envelope volume name"};
30 Gaudi::Property<std::string> m_node{this,"DataBaseNode","InnerDetector", "Node name in Geometry Database"};
31 Gaudi::Property<std::string> m_table{this,"DataBaseTable","ITKSERVICESXDD", "Table name in Geometry Database"};
32 Gaudi::Property<std::string> m_ServiceExtensionManagerName{this, "ServiceExtensionManagerName", "ITkServiceExtension", "Service Extension Manager Name"};
33
34};
35} // namespace ITk
36
37#endif // ServiceExtensionGeoModelXml_SERVICEEXTENSIONTOOL_H
GeoModelXmlTool(const std::string &type, const std::string &name, const IInterface *parent)
ServiceExtensionTool(const std::string &type, const std::string &name, const IInterface *parent)
virtual ~ServiceExtensionTool()=default
Gaudi::Property< std::string > m_table
const ServiceExtensionManager * m_detManager
Gaudi::Property< std::string > m_envelopeVolumeName
Gaudi::Property< std::string > m_ServiceExtensionManagerName
Gaudi::Property< std::string > m_node
Gaudi::Property< std::string > m_containingDetectorName
virtual StatusCode create() override final
#define private