Skip to content
Snippets Groups Projects
Commit fae3305d authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'master-ATLASSIM-3363' into 'master'

Specify StoreGate name in overlay jobs (ATLASSIM-3363)

Closes ATLASSIM-3363

See merge request !2950
parents b8645c51 2eb8e06c
No related branches found
No related tags found
1 merge request!20779WIP: Migrate DataQualityTools to ToolHandles
......@@ -6,6 +6,11 @@ isData = (globalflags.DataSource == 'data')
eventInfoKey = "ByteStreamEventInfo"
if not isData:
eventInfoKey = "McEventInfo"
if globalflags.isOverlay():
if DetFlags.overlay.pixel_on() or DetFlags.overlay.SCT_on() or DetFlags.overlay.TRT_on():
from OverlayCommonAlgs.OverlayFlags import overlayFlags
if isData:
eventInfoKey = overlayFlags.dataStore()+'/'+eventInfoKey
if not ('conddb' in dir()):
IOVDbSvc = Service("IOVDbSvc")
......
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