Skip to content
Snippets Groups Projects
Commit 7d9fa55b authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'master-BeamSpotCond' into 'master'

Beamspot service migration fix

See merge request atlas/athena!16300
parents ab120b3c 324e7160
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