Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion MC/bin/o2dpg_sim_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -2095,7 +2095,9 @@ def remove_json_prefix(path):
TPCTStask['cmd'] += ' --primary-vertices '
TPCTStask['cmd'] += ' | o2-tpc-time-series-workflow --enable-unbinned-root-output --sample-unbinned-tsallis --sampling-factor 0.01 '
TPCTStask['cmd'] += putConfigValues() + ' ' + getDPL_global_options(bigshm=True)
workflow['stages'].append(TPCTStask)
if isActive('TOF') and isActive('TPC') and isActive('FT0'):
# could be relaxed or changed once the timerseries worklow is more reactive to input cluster- and track-types
workflow['stages'].append(TPCTStask)

# cleanup
# --------
Expand Down