Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion codeHF/config_tasks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ DOO2_SEL_XIC=0 # hf-xic-topkpi-candidate-selector
DOO2_SEL_JPSI=0 # hf-jpsi-candidate-selector
DOO2_SEL_X=0 # hf-xic-topkpi-candidate-selector
# User tasks
DOO2_TASK_D0=1 # hf-task-d0
DOO2_TASK_D0=0 # hf-task-d0
DOO2_TASK_DPLUS=0 # hf-task-dplus
DOO2_TASK_LC=0 # hf-task-lc
DOO2_TASK_XIC=0 # hf-task-xic
Expand Down
5 changes: 5 additions & 0 deletions codeHF/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ workflows:
activate: no
requires_mc: yes

o2-analysis-qa-rejection:
activate: no
requires_mc: yes
dependencies: [o2-analysis-hf-track-index-skims-creator, o2-analysis-pid-tpc-full, o2-analysis-pid-tof-full]

o2-analysis-pid-tof-qa-mc:
activate: no
requires_mc: yes
Expand Down