Skip to content

Commit

Permalink
Remove option ctp-readout-create (#1607)
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
mfasDa authored and Benedikt Volkel committed May 23, 2024
1 parent eac7ab6 commit f2a1d3a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions MC/bin/o2dpg_sim_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2a1d3a

Please sign in to comment.