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

Merge branch 'master-evtMax-fix' into 'master'

Fix incorrect comment

See merge request faser/calypso!352
parents feb1a8dd 92f705c8
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