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

Merge branch 'AthenaIO_AttrListFix' into 'master'

Ensure AttributeList is added to all Streams.

See merge request atlas/athena!40097
parents 6d505732 57acd04e
No related branches found
No related tags found
No related merge requests found
......@@ -47,10 +47,10 @@ def createOutputStream( streamName, fileName = "", asAlg = False, noTag = False,
doTag = not noTag
if doTag:
key = "SimpleTag"
# Tell tool to pick it up
outputStream.WritingTool.AttributeListKey=key
if ('EventInfoTagBuilder/EventInfoTagBuilder' not in topSequence.getProperties()['Members']):
key = "SimpleTag"
# Tell tool to pick it up
outputStream.WritingTool.AttributeListKey=key
# build eventinfo attribute list
from .OutputStreamAthenaPoolConf import EventInfoAttListTool, EventInfoTagBuilder
EventInfoTagBuilder = EventInfoTagBuilder(AttributeList=key, EventInfoKey=eventInfoKey, FilterString=decisionFilter,
......
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