Skip to content
Snippets Groups Projects
Commit ae54d9af authored by Oleg Kuprash's avatar Oleg Kuprash
Browse files

Merge branch 'ID_data' into 'master'

Fix conditions access

Closes ATR-16106

See merge request !1649

Former-commit-id: 4c26739c
parents da9ca6af d71ceb82
No related branches found
No related tags found
No related merge requests found
......@@ -57,14 +57,19 @@ from AtlasGeoModel import GeoModelInit
from AthenaCommon.AlgSequence import AlgSequence
topSequence = AlgSequence()
# -------------------- Condition Data Access --------------------------------
# Conditions Service for reading conditions data in serial and MT Athena
from IOVSvc.IOVSvcConf import CondSvc
svcMgr += CondSvc()
# Special Condition Sequence for CondInputLoader and client Condition Algorithms
from AthenaCommon.AlgSequence import AthSequencer
condSeq = AthSequencer("AthCondSeq")
if not hasattr( topSequence, "xAODMaker::EventInfoCnvAlg" ) :
from xAODEventInfoCnv.xAODEventInfoCreator import xAODMaker__EventInfoCnvAlg
condSeq+=xAODMaker__EventInfoCnvAlg()
pass
# CondInputLoader and Condition Store
from IOVSvc.IOVSvcConf import CondInputLoader
condSeq += CondInputLoader( "CondInputLoader")
include( "ByteStreamCnvSvc/BSEventStorageEventSelector_jobOptions.py" )
inputfile="root://eosatlas//eos/atlas/atlascerngroupdisk/trig-daq/validation/test_data/data16_13TeV.00309640.physics_EnhancedBias.merge.RAW/data16_13TeV.00309640.physics_EnhancedBias.merge.RAW._lb0628._SFO-1._0001.1"
......
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