Skip to content
Snippets Groups Projects
Commit a54358de authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'FixEventSelectorForDataOverlay_master' into 'master'

Configuration change to fix Data overlay input simulation jobs after !24438

See merge request atlas/athena!25231
parents 7cb5a34f 6612fddd
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,6 @@ if not hasattr(ServiceMgr.ToolSvc, 'IOVDbMetaDataTool'):
#use conditions from this run number and timestamp
svcMgr.EventSelector.RunNumber = svcMgr.EvtIdModifierSvc.Modifiers[0]
svcMgr.EventSelector.OverrideRunNumber = True
svcMgr.EventSelector.OverrideEventNumber = True
svcMgr.EventSelector.InitialTimeStamp = svcMgr.EvtIdModifierSvc.Modifiers[2]
print svcMgr.EventSelector
svcMgr.TagInfoMgr.OutputLevel=DEBUG
......
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