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_input.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ case $INPUT_CASE in
ISMC=1;;
12)
INPUT_LABEL="Run 5, p-p MC 14 TeV OniaX-enriched, Scenario 3, oniaX analysis MUON ID"
INPUT_DIR="/home/auras/simulations/delphes/ONIA_X"
INPUT_DIR="/home/auras/simulations/delphes/ONIA_X/run_002"
INPUT_FILES="AODRun5.*.root"
JSON="$JSONRUN5_ONIAX"
ISINPUTO2=1
Expand Down
4 changes: 2 additions & 2 deletions codeHF/config_tasks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ DOO2_SEL_D0=0 # hf-d0-candidate-selector
DOO2_SEL_DPLUS=0 # hf-dplus-topikpi-candidate-selector
DOO2_SEL_LC=0 # hf-lc-candidate-selector
DOO2_SEL_XIC=0 # hf-xic-topkpi-candidate-selector
DOO2_SEL_JPSI=0 # hf-jpsi-toee-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
Expand Down Expand Up @@ -149,7 +149,7 @@ function MakeScriptO2 {
[ $DOO2_PID_TOF -eq 1 ] && WORKFLOWS+=" o2-analysis-pid-tof-full"
[ $DOO2_PID_TOF_QA -eq 1 ] && WORKFLOWS+=" o2-analysis-pid-tof-qa-mc"
[ $DOO2_SEL_D0 -eq 1 ] && WORKFLOWS+=" o2-analysis-hf-d0-candidate-selector"
[ $DOO2_SEL_JPSI -eq 1 ] && WORKFLOWS+=" o2-analysis-hf-jpsi-toee-candidate-selector"
[ $DOO2_SEL_JPSI -eq 1 ] && WORKFLOWS+=" o2-analysis-hf-jpsi-candidate-selector"
[ $DOO2_SEL_DPLUS -eq 1 ] && WORKFLOWS+=" o2-analysis-hf-dplus-topikpi-candidate-selector"
[ $DOO2_SEL_LC -eq 1 ] && WORKFLOWS+=" o2-analysis-hf-lc-candidate-selector"
[ $DOO2_SEL_XIC -eq 1 ] && WORKFLOWS+=" o2-analysis-hf-xic-topkpi-candidate-selector"
Expand Down
2 changes: 1 addition & 1 deletion codeHF/dpl-config_run3.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
"d_nSigmaTOF": "3.",
"d_nSigmaTOFCombined": "5."
},
"hf-jpsi-toee-candidate-selector": {
"hf-jpsi-candidate-selector": {
"d_pTCandMin": "0.",
"d_pTCandMax": "50.",
"d_pidTPCMinpT": "0.15",
Expand Down
2 changes: 1 addition & 1 deletion codeHF/dpl-config_run5_hf.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
"d_nSigmaTOF": "3.",
"d_nSigmaTOFCombined": "5."
},
"hf-jpsi-toee-candidate-selector": {
"hf-jpsi-candidate-selector": {
"d_pTCandMin": "0.",
"d_pTCandMax": "50.",
"d_pidTPCMinpT": "1000.",
Expand Down
3 changes: 2 additions & 1 deletion codeHF/dpl-config_run5_oniaX.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@
"d_nSigmaTOF": "3.",
"d_nSigmaTOFCombined": "5."
},
"hf-jpsi-toee-candidate-selector": {
"hf-jpsi-candidate-selector": {
"isALICE3": "true",
"d_pTCandMin": "0.",
"d_pTCandMax": "50.",
"d_pidTPCMinpT": "1000.",
Expand Down
7 changes: 4 additions & 3 deletions codeHF/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ workflows:
activate: no
dependencies: [o2-analysis-hf-candidate-creator-2prong, o2-analysis-pid-tpc-full, o2-analysis-pid-tof-full]

o2-analysis-hf-jpsi-toee-candidate-selector:
o2-analysis-hf-jpsi-candidate-selector:
<<: *selector_2prong
activate: no
tables: HFSELJPSICAND

o2-analysis-hf-dplus-topikpi-candidate-selector: &selector_3prong
activate: no
Expand All @@ -54,7 +55,7 @@ workflows:

o2-analysis-hf-candidate-creator-x: &cand_creator_casc
activate: no
dependencies: [o2-analysis-hf-jpsi-toee-candidate-selector]
dependencies: [o2-analysis-hf-jpsi-candidate-selector]
options:
mc: "--doMC"
tables:
Expand All @@ -78,7 +79,7 @@ workflows:
o2-analysis-hf-task-jpsi:
<<: *task
activate: no
dependencies: o2-analysis-hf-jpsi-toee-candidate-selector
dependencies: o2-analysis-hf-jpsi-candidate-selector

o2-analysis-hf-task-dplus:
<<: *task
Expand Down