We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11bc1f commit d643155Copy full SHA for d643155
1 file changed
MC/bin/o2dpg_sim_workflow.py
@@ -271,6 +271,7 @@ def getDPL_global_options(bigshm=False,nosmallrate=False):
271
272
# produce the signal configuration
273
SGN_CONFIG_task=createTask(name='gensgnconf_'+str(tf), tf=tf, cwd=timeframeworkdir)
274
+ SGN_CONFIG_task['cmd'] = 'echo "placeholder / dummy task"'
275
if GENERATOR == 'pythia8':
276
SGN_CONFIG_task['cmd'] = '${O2DPG_ROOT}/MC/config/common/pythia8/utils/mkpy8cfg.py \
277
--output=pythia8.cfg \
0 commit comments