Skip to content

Commit 6b4452c

Browse files
authored
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.
1 parent 38fe10a commit 6b4452c

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
@@ -1444,9 +1444,6 @@ def addQCPerTF(taskName, needs, readerCommand, configFilePath, objectsFile=''):
14441444
if args.no_strangeness_tracking:
14451445
AODtask['cmd'] += ' --disable-strangeness-tracker'
14461446

1447-
# Enable CTP readout replay for triggered detectors (EMCAL, HMPID, PHOS/CPV, TRD)
1448-
# Needed untill triggers are supported in CTP simulation
1449-
AODtask['cmd'] += ' --ctpreadout-create 1'
14501447
workflow['stages'].append(AODtask)
14511448

14521449
# TPC - time-series objects

0 commit comments

Comments
 (0)