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.
  • Loading branch information
mfasDa authored May 22, 2024
1 parent 38fe10a commit 6b4452c
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 @@ -1444,9 +1444,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 6b4452c

Please sign in to comment.