5#ifndef ServiceExtensionGeoModelXml_SERVICEEXTENSIONTOOL_H
6#define ServiceExtensionGeoModelXml_SERVICEEXTENSIONTOOL_H
24 virtual StatusCode
create() override final;
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"};