Skip to content
Snippets Groups Projects
Commit eb346293 authored by Takashi Yamanaka's avatar Takashi Yamanaka
Browse files

Merge branch 'notag.IOVDbTestAlg-20170415' into 'master'

IOVDbTestAlg: Turn on noTag when making output streams.

See merge request !976
Former-commit-id: 230456b9
parents 803881a0 d4713088
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ print fullItemList
# Stream's output file
from AthenaPoolCnvSvc.WriteAthenaPool import AthenaPoolOutputStream
Stream1 = AthenaPoolOutputStream( "Stream1", "SimpleEventPoolFile.root" )
Stream1 = AthenaPoolOutputStream( "Stream1", "SimpleEventPoolFile.root", noTag=True )
# List of DO's to write out
Stream1.ItemList += fullItemList
......
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