From 8e0d92deca404c597d20dc5b27152afc9b91a9be Mon Sep 17 00:00:00 2001
From: John Chapman <jchapman@cern.ch>
Date: Mon, 10 Dec 2018 14:23:09 +0100
Subject: [PATCH] Drop obsolete include of BeamCondSvc.py in ISF configuration

Former-commit-id: 27ada8fa4420cc9f9c258fe79e376daebf2b3d60
---
 Simulation/ISF/ISF_Config/share/AllDet_detDescr.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Simulation/ISF/ISF_Config/share/AllDet_detDescr.py b/Simulation/ISF/ISF_Config/share/AllDet_detDescr.py
index 75f6a6ebc47..a7973c4ec9e 100644
--- a/Simulation/ISF/ISF_Config/share/AllDet_detDescr.py
+++ b/Simulation/ISF/ISF_Config/share/AllDet_detDescr.py
@@ -12,10 +12,6 @@ if DetFlags.detdescr.any_on():
     from AtlasGeoModel import GeoModelInit
     from AtlasGeoModel import SetupRecoGeometry
 
-    # Beam Spot service job options - just defines conditions data access
-    if DetFlags.detdescr.ID_on():
-        protectedInclude("InDetBeamSpotService/BeamCondSvc.py" )
-
     import os
     if "AthSimulation_DIR" not in os.environ:
         if DetFlags.detdescr.LAr_on():
-- 
GitLab