From d0ecf65b30f3b360f22d6f93dcd01c151374fd00 Mon Sep 17 00:00:00 2001 From: Tomasz Bold <tomasz.bold@gmail.com> Date: Mon, 28 Sep 2020 13:41:14 +0100 Subject: [PATCH] Remove GeoModel loading from set of main services --- Control/AthenaConfiguration/python/MainServicesConfig.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Control/AthenaConfiguration/python/MainServicesConfig.py b/Control/AthenaConfiguration/python/MainServicesConfig.py index 0b8a8eba503..5ae6073308f 100644 --- a/Control/AthenaConfiguration/python/MainServicesConfig.py +++ b/Control/AthenaConfiguration/python/MainServicesConfig.py @@ -77,10 +77,6 @@ def MainServicesCfg(cfgFlags): cfg.addService(StoreGateSvc("DetectorStore")) cfg.addService(StoreGateSvc("HistoryStore")) cfg.addService(StoreGateSvc("ConditionStore")) - - from AtlasGeoModel.GeoModelConfig import GeoModelCfg - cfg.merge( GeoModelCfg(cfgFlags) ) - cfg.addService(CompFactory.DetDescrCnvSvc(), create=True) cfg.addService(CompFactory.CoreDumpSvc(), create=True) cfg.setAppProperty('InitializationLoopCheck',False) -- GitLab