Skip to content
Snippets Groups Projects
Commit ca4dc55a authored by Daniel Louis Noel's avatar Daniel Louis Noel
Browse files

Removed some commented out "alternative" lines

As suggested from merge request, unnessacary commented out lines are
removed to clean up the code.
parent 82cdaf99
No related tags found
No related merge requests found
...@@ -103,11 +103,6 @@ if __name__ == "__main__": ...@@ -103,11 +103,6 @@ if __name__ == "__main__":
Configurable.configurableRun3Behavior = 1 Configurable.configurableRun3Behavior = 1
# Provide input # 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 = [ ConfigFlags.Input.Files = [
"/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/" "/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/"
"SimCoreTests/e_E50_eta34_49.EVNT.pool.root" "SimCoreTests/e_E50_eta34_49.EVNT.pool.root"
...@@ -119,7 +114,7 @@ if __name__ == "__main__": ...@@ -119,7 +114,7 @@ if __name__ == "__main__":
ConfigFlags.lock() ConfigFlags.lock()
## Initialize a new component accumulator ## Initialize a new component accumulator
cfg = MainServicesSerialCfg() #This syntax for toregate cfg = MainServicesSerialCfg() #This syntax for storegate
# Add configuration to read EVNT pool file # Add configuration to read EVNT pool file
cfg.merge(PoolReadCfg(ConfigFlags)) cfg.merge(PoolReadCfg(ConfigFlags))
......
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