Skip to content
Snippets Groups Projects
Commit 31d5ea73 authored by scott snyder's avatar scott snyder
Browse files

IOVDbTestAlg: Turn on noTag when making output streams.

Fixing ATN tests:
Need to turn on noTag option for output streams, to avoid crashes from
EventTagBuilder, since these tests don't make an xAOD::EventInfo object.
parent df1f37d4
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