Skip to content
Snippets Groups Projects
Commit b65225d4 authored by Sami Kama's avatar Sami Kama
Browse files

Changing TopSequence in AlgResourcePool to AthMasterSeq in order to merge with MRecho

parent ca0cd4b8
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ def _setupAtlasThreadedJob():
from GaudiHive.GaudiHiveConf import AlgResourcePool
arp=AlgResourcePool( OutputLevel = INFO );
arp.TopAlg=["AthAlgEvtSeq"] #this should enable control flow
arp.TopAlg=["AthMasterSeq"] #this should enable control flow
svcMgr += arp
from GaudiHive.GaudiHiveConf import ForwardSchedulerSvc
......
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