From f2a1d3a0aaac8590fe1af764119a9e2f003eb006 Mon Sep 17 00:00:00 2001 From: Markus Fasel Date: Wed, 22 May 2024 15:47:31 +0200 Subject: [PATCH] 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 6b4452c9b7f16c2c62376d23d3a1f258085f8d23) --- MC/bin/o2dpg_sim_workflow.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/MC/bin/o2dpg_sim_workflow.py b/MC/bin/o2dpg_sim_workflow.py index 5f3042921..b304aceeb 100755 --- a/MC/bin/o2dpg_sim_workflow.py +++ b/MC/bin/o2dpg_sim_workflow.py @@ -1410,9 +1410,6 @@ def addQCPerTF(taskName, needs, readerCommand, configFilePath, objectsFile=''): if args.no_strangeness_tracking: AODtask['cmd'] += ' --disable-strangeness-tracker' - # Enable CTP readout replay for triggered detectors (EMCAL, HMPID, PHOS/CPV, TRD) - # Needed untill triggers are supported in CTP simulation - AODtask['cmd'] += ' --ctpreadout-create 1' workflow['stages'].append(AODtask) # TPC - time-series objects