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 3bef31f commit 9d81f6cCopy full SHA for 9d81f6c
MC/bin/o2dpg_sim_workflow.py
@@ -2095,7 +2095,9 @@ def remove_json_prefix(path):
2095
TPCTStask['cmd'] += ' --primary-vertices '
2096
TPCTStask['cmd'] += ' | o2-tpc-time-series-workflow --enable-unbinned-root-output --sample-unbinned-tsallis --sampling-factor 0.01 '
2097
TPCTStask['cmd'] += putConfigValues() + ' ' + getDPL_global_options(bigshm=True)
2098
- workflow['stages'].append(TPCTStask)
+ if isActive('TOF') and isActive('TPC') and isActive('FT0'):
2099
+ # could be relaxed or changed once the timerseries worklow is more reactive to input cluster- and track-types
2100
+ workflow['stages'].append(TPCTStask)
2101
2102
# cleanup
2103
# --------
0 commit comments