From ca4dc55af406efa09d6d93d2dc32157e45a2abbc Mon Sep 17 00:00:00 2001
From: Daniel Noel <daniel.louis.noel@cern.ch>
Date: Tue, 11 Dec 2018 10:32:26 +0000
Subject: [PATCH] Removed some commented out "alternative" lines

As suggested from merge request, unnessacary commented out lines are
removed to clean up the code.
---
 Simulation/BeamEffects/python/BeamEffectsAlgConfig.py | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/Simulation/BeamEffects/python/BeamEffectsAlgConfig.py b/Simulation/BeamEffects/python/BeamEffectsAlgConfig.py
index 031d837883c..51e2771d4fb 100755
--- a/Simulation/BeamEffects/python/BeamEffectsAlgConfig.py
+++ b/Simulation/BeamEffects/python/BeamEffectsAlgConfig.py
@@ -103,11 +103,6 @@ if __name__ == "__main__":
     Configurable.configurableRun3Behavior = 1
 
     # Provide input
-    #ConfigFlags.Input.Files = ["myRDO.pool.root",]
-    #ConfigFlags.Input.Files = [
-    #    "/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/"
-    #    "SimCoreTests/ttbar_muplusjets-pythia6-7000.evgen.pool.root"
-    #    ]
     ConfigFlags.Input.Files = [
         "/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/"
         "SimCoreTests/e_E50_eta34_49.EVNT.pool.root"
@@ -119,7 +114,7 @@ if __name__ == "__main__":
     ConfigFlags.lock()
 
     ## Initialize a new component accumulator
-    cfg = MainServicesSerialCfg() #This syntax for toregate
+    cfg = MainServicesSerialCfg() #This syntax for storegate
     # Add configuration to read EVNT pool file
     cfg.merge(PoolReadCfg(ConfigFlags))
 
-- 
GitLab