Skip to content

Commit 2b869af

Browse files
mfasDaBenedikt Volkel
authored andcommitted
Remove option ctp-readout-create (#1607)
- ctp readout create does not properly work in 2023 as only 1 trigger class per trigger is expeected - By design it is impossible to recover the trigger classes from the trigger records as they are not encoded in the trigger record, so the min. bias trigger is assumed. This does not work for triggers that provide triggers themselves. (cherry picked from commit 6b4452c)
1 parent c1414a3 commit 2b869af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,9 +1433,6 @@ def addQCPerTF(taskName, needs, readerCommand, configFilePath, objectsFile=''):
14331433
if args.no_strangeness_tracking:
14341434
AODtask['cmd'] += ' --disable-strangeness-tracker'
14351435

1436-
# Enable CTP readout replay for triggered detectors (EMCAL, HMPID, PHOS/CPV, TRD)
1437-
# Needed untill triggers are supported in CTP simulation
1438-
AODtask['cmd'] += ' --ctpreadout-create 1'
14391436
workflow['stages'].append(AODtask)
14401437

14411438
# TPC - time-series objects

0 commit comments

Comments
 (0)