Skip to content
Snippets Groups Projects
Commit 324e7160 authored by Adam Edward Barton's avatar Adam Edward Barton Committed by Edward Moyse
Browse files

Beamspot service migration fix

parent ab120b3c
No related branches found
No related tags found
No related merge requests found
......@@ -13,3 +13,12 @@ except ImportError:
# Protection for AthSimulationBase release which does not contain RecExConfig
conddb.addFolderSplitOnline("INDET","/Indet/Onl/Beampos","/Indet/Beampos")
#Code to help transition to MT system, remove once this package is removed
if not DetFlags.simulate.any_on() :
from AthenaCommon.AlgSequence import AthSequencer
condSeq = AthSequencer("AthCondSeq")
if not hasattr(condSeq, "BeamSpotCondAlg"):
from BeamSpotConditions.BeamSpotConditionsConf import BeamSpotCondAlg
condSeq += BeamSpotCondAlg( "BeamSpotCondAlg" )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment