diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkJetEtMiss/share/LUT_mc12.root b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkJetEtMiss/share/LUT_mc12.root old mode 100755 new mode 100644 diff --git a/Simulation/FastShower/FastCaloSimHit/share/postInclude.AF2FilterHitItems.py b/Simulation/FastShower/FastCaloSimHit/share/postInclude.AF2FilterHitItems.py index 5bb0b5f0800236da67a3af6b746c36433c9a697d..c0f5e50504d146968c15d214a615fdd3baba2cb6 100644 --- a/Simulation/FastShower/FastCaloSimHit/share/postInclude.AF2FilterHitItems.py +++ b/Simulation/FastShower/FastCaloSimHit/share/postInclude.AF2FilterHitItems.py @@ -1,6 +1,6 @@ from AthenaCommon.AlgSequence import AlgSequence -job = AlgSequence() +job = AlgSequence("Streams") if hasattr(job, 'StreamHITS'): job.StreamHITS.ItemList += ["LArHitContainer#*"] diff --git a/Simulation/SimulationJobOptions/share/heavyIons/postInclude.HijingPars.py b/Simulation/SimulationJobOptions/share/heavyIons/postInclude.HijingPars.py index 5d910db3b8770105bc4ee46488528f1a8b7abb3f..1bbfad8d37edbec2ed84ebd1f14f339d2ef27d95 100644 --- a/Simulation/SimulationJobOptions/share/heavyIons/postInclude.HijingPars.py +++ b/Simulation/SimulationJobOptions/share/heavyIons/postInclude.HijingPars.py @@ -37,7 +37,9 @@ else: ## configure Athena for POOL persistency streamAlgs = ['StreamHITS','StreamRDO','StreamESD','StreamAOD'] +streamSeq = AlgSequence("Streams") for stream in streamAlgs: - outStream = getattr(topSequence, stream, None) + outStream = getattr(streamSeq, stream, None) if outStream is not None: outStream.ItemList += [ "HijingEventParams#Hijing_event_params" ] + diff --git a/Tracking/TrkG4Components/TrkG4UserActions/share/GeantFollowingMS_jobOptions.py b/Tracking/TrkG4Components/TrkG4UserActions/share/GeantFollowingMS_jobOptions.py index 0afd2a48d98d1bcdc2a04d1a331e1a86ec4854b9..768921e05d60a78d27ee660f4057096ab6570b4c 100644 --- a/Tracking/TrkG4Components/TrkG4UserActions/share/GeantFollowingMS_jobOptions.py +++ b/Tracking/TrkG4Components/TrkG4UserActions/share/GeantFollowingMS_jobOptions.py @@ -357,7 +357,7 @@ topSeq += getAlgorithm("BeamEffectsAlg", tryDefaultConfigurable=True) ## Populate alg sequence topSeq += getAlgorithm("G4AtlasAlg",tryDefaultConfigurable=True) -#ServiceMgr.AthenaOutputStream.StreamHITS.ItemList = ['EventInfo#*'] +#AlgSequence("Streams").StreamHITS.ItemList = ['EventInfo#*'] from AthenaCommon.AppMgr import AppMgr AppMgr.EvtMax = myMaxEvent diff --git a/Tracking/TrkG4Components/TrkG4UserActions/share/GeantFollowing_jobOptions.py b/Tracking/TrkG4Components/TrkG4UserActions/share/GeantFollowing_jobOptions.py index 22b83e80b3752db81d2b4e8597a1bab035fd13fa..fe4884761c2a062fd09b8659e99ed8827f55efbe 100644 --- a/Tracking/TrkG4Components/TrkG4UserActions/share/GeantFollowing_jobOptions.py +++ b/Tracking/TrkG4Components/TrkG4UserActions/share/GeantFollowing_jobOptions.py @@ -353,7 +353,7 @@ topSeq += getAlgorithm("BeamEffectsAlg", tryDefaultConfigurable=True) ## Populate alg sequence topSeq += getAlgorithm("G4AtlasAlg",tryDefaultConfigurable=True) -#ServiceMgr.AthenaOutputStream.StreamHITS.ItemList = ['EventInfo#*'] +#AlgSequence("Streams").StreamHITS.ItemList = ['EventInfo#*'] ToolSvc.MuonTrackingGeometryBuilder.BlendInertMaterial = False TestSTEP_Propagator.Straggling = False