Skip to content
Snippets Groups Projects
Commit a9715663 authored by cranshaw's avatar cranshaw
Browse files

For createOutputStream make noTag default to False

Build the event info attribute list by default
parent 10c71a77
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ from AthenaCommon.AppMgr import ServiceMgr as svcMgr
from AthenaServices.AthenaServicesConf import AthenaOutputStream
from AthenaServices.AthenaServicesConf import AthenaOutputStreamTool
def createOutputStream( streamName, fileName = "", asAlg = False, noTag = True ):
def createOutputStream( streamName, fileName = "", asAlg = False, noTag = False ):
# define athena output stream
writingTool = AthenaOutputStreamTool( streamName + "Tool" )
outputStream = AthenaOutputStream(
......
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