Skip to content
Snippets Groups Projects
Commit 92f705c8 authored by Dave Casper's avatar Dave Casper
Browse files

Fix incorrect comment

parent feb1a8dd
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@ if __name__ == '__main__':
# Import and set config flags
#
from CalypsoConfiguration.AllConfigFlags import ConfigFlags
ConfigFlags.Exec.MaxEvents = 4 # can be overridden from command line with --maxEvt=<number>
ConfigFlags.Exec.SkipEvents = 0 # can be overridden from command line with --skipEvt=<number>
ConfigFlags.Exec.MaxEvents = 4 # can be overridden from command line with --evtMax=<number>
ConfigFlags.Exec.SkipEvents = 0 # can be overridden from command line with --skipEvents=<number>
from AthenaConfiguration.Enums import ProductionStep
ConfigFlags.Common.ProductionStep = ProductionStep.Simulation
#
......
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