6#include <DD4hep/Detector.h>
7#include <JANA/JApplicationFwd.h>
8#include <JANA/JServiceFwd.h>
9#include <spdlog/logger.h>
25 void acquire_services(JServiceLocator*)
override;
27 std::once_flag m_init_flag;
29 const dd4hep::Detector* m_dd4hepGeo =
nullptr;
30 std::shared_ptr<ActsGeometryProvider> m_acts_provider;
33 std::shared_ptr<spdlog::logger> m_log;
Definition ACTSGeo_service.h:15
virtual ~ACTSGeo_service()
ACTSGeo_service(JApplication *app)
Definition ACTSGeo_service.h:17
virtual std::shared_ptr< const ActsGeometryProvider > actsGeoProvider()
Definition ACTSGeo_service.cc:32
Definition ActsGeometryProvider.h:39