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

fix SG key of EventInfo object: xAOD::EventInfo is labelled 'EventInfo'

parent 71396335
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ def getEventInfoKey() :
isData = (globalflags.DataSource == 'data')
eventInfoKey = "ByteStreamEventInfo"
eventInfoKey = "EventInfo"
if not isData:
eventInfoKey = "McEventInfo"
if globalflags.isOverlay() and isData :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment