Skip to content
Snippets Groups Projects
Commit f1ebd150 authored by John Chapman's avatar John Chapman Committed by John Chapman
Browse files

set ProductionStep.Generation in GENtoEVGEN_Skeleton.py

parent 7f14f586
No related branches found
No related tags found
2 merge requests!714242024-05-16: merge of 24.0 into main,!71084Migrating EVNTMerge_tf.py to ComponentAccumulator
......@@ -24,7 +24,10 @@ def fromRunArgs(runArgs):
evgenLog.debug('****************** Setting-up configuration flags *****************')
from AthenaConfiguration.AllConfigFlags import initConfigFlags
flags = initConfigFlags()
from AthenaConfiguration.Enums import ProductionStep
flags.Common.ProductionStep = ProductionStep.Generation
# Convert run arguments to athena flags
from GeneratorConfig.GeneratorConfigFlags import generatorRunArgsToFlags
commonRunArgsToFlags(runArgs, flags)
......
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