We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32edfbe commit f9cd18bCopy full SHA for f9cd18b
MC/bin/o2dpg_sim_workflow.py
@@ -302,7 +302,6 @@ def getDPL_global_options(bigshm=False):
302
+ ' --field ' + str(BFIELD) + ' ' + str(CONFKEYBKG) + ' --timestamp ' + str(args.timestamp)
303
if not "all" in activeDetectors:
304
BKGtask['cmd'] += ' --readoutDetectors ' + " ".join(activeDetectors)
305
- workflow['stages'].append(SGNtask)
306
307
workflow['stages'].append(BKGtask)
308
0 commit comments