5 #ifndef ACTSGEOMETRY_ACTSWRITETRACKINGGEOMETRY_H
6 #define ACTSGEOMETRY_ACTSWRITETRACKINGGEOMETRY_H
10 #include "GaudiKernel/ServiceHandle.h"
12 #include "Gaudi/Property.h"
13 #include "GaudiKernel/ISvcLocator.h"
25 class TrackingGeometry;
40 ToolHandle<ActsTrackingGeometryTool>
m_trackingGeometryTool{
this,
"TrackingGeometryTool",
"ActsTrackingGeometryTool"};
42 ToolHandle<ActsObjWriterTool>
m_objWriterTool{
this,
"ObjWriterTool",
"ActsObjWriterTool"};
43 ToolHandle<IActsMaterialJsonWriterTool>
m_materialJsonWriterTool{
this,
"MaterialJsonWriterTool",
"ActsMaterialJsonWriterTool"};