Skip to content
Snippets Groups Projects
Commit 13afc06c authored by TJ Khoo's avatar TJ Khoo
Browse files

EventInfo was being added w/o aux info...

Former-commit-id: 640cb4dd
parent 65b7af74
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ def OutputStreamCfg(configFlags, streamName, ItemList=[] ):
outputStream = AthenaOutputStream(
outputAlgName,
WritingTool = writingTool,
ItemList = [ "xAOD::EventInfo#*" ]+ItemList,
ItemList = [ "xAOD::EventInfo#*", "xAOD::EventAuxInfo#*" ]+ItemList,
OutputFile = fileName,
HelperTools = [ streamInfoTool ],
)
......
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