From 4a518388ce7e668e01d77439de3ee07b7718763f Mon Sep 17 00:00:00 2001
From: Dave Casper <dcasper@uci.edu>
Date: Wed, 6 Feb 2019 09:29:40 -0800
Subject: [PATCH] Add missing service initialization

---
 DetectorDescription/GeoModel/GeoModelSvc/share/geoDebug.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DetectorDescription/GeoModel/GeoModelSvc/share/geoDebug.py b/DetectorDescription/GeoModel/GeoModelSvc/share/geoDebug.py
index 2cdf2c9fd..73bdcab7c 100644
--- a/DetectorDescription/GeoModel/GeoModelSvc/share/geoDebug.py
+++ b/DetectorDescription/GeoModel/GeoModelSvc/share/geoDebug.py
@@ -38,6 +38,7 @@ GeoModelSvc.PrintMaterials = True
 
 import DetDescrCnvSvc.DetStoreConfig
 svcMgr.DetDescrCnvSvc.IdDictFromRDB = True
+import EventInfoMgt.EventInfoMgtInit
 
 # from GeoModelInitStandard
 
-- 
GitLab