Skip to content
Snippets Groups Projects
Commit fff1d098 authored by Miha Muskinja's avatar Miha Muskinja
Browse files

retreive output stream from the correct sequence

parent 095f741e
No related branches found
No related tags found
No related merge requests found
......@@ -264,9 +264,9 @@ if jobproperties.Beam.beamType.get_Value() == 'cosmics':
svcMgr.EventSelector.FirstEvent = 0
if nThreads > 0:
from AthenaCommon.AlgSequence import AlgSequence
job = AlgSequence()
job.StreamHITS.AcceptAlgs = [] # doesn't work in MT yet
from AthenaCommon.AlgSequence import AthSequencer
outSeq = AthSequencer("AthOutSeq")
outSeq.StreamHITS.AcceptAlgs = [] # doesn't work in MT yet
## Post-include
if hasattr(runArgs, "postInclude"):
......
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