We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4b1b7 commit 2eb7333Copy full SHA for 2eb7333
1 file changed
MC/bin/o2dpg_sim_workflow.py
@@ -1054,7 +1054,7 @@ def getDigiTaskName(det):
1054
EMCRECOtask['cmd'] += ('',' --disable-mc')[args.no_mc_labels]
1055
EMCRECOtask['cmd'] += ' | ${O2_ROOT}/bin/o2-emcal-cell-recalibrator-workflow --input-subspec 1 --output-subspec 0 --no-timecalib --no-gaincalib ' + putConfigValues()
1056
EMCRECOtask['cmd'] += (' --isMC','')[args.no_mc_labels]
1057
- EMCRECOtask['cmd'] += ' | ${O2_ROOT}/bin/o2-emcal-cell-writer-workflow --subspec 0 ' + getDPL_global_options() + putConfigValues()
+ EMCRECOtask['cmd'] += ' | ${O2_ROOT}/bin/o2-emcal-cell-writer-workflow --subspec 0 ' + getDPL_global_options()
1058
1059
workflow['stages'].append(EMCRECOtask)
1060
0 commit comments