Skip to content

Commit

Permalink
added hf-tree-creator-lc-to-k0s-p
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSamitz committed Sep 1, 2023
1 parent 8eaa3aa commit 2238015
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codeHF/config_tasks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ DOO2_TREE_X=0 # hf-tree-creator-x-to-jpsi-pi-pi
DOO2_TREE_XICC=0 # hf-tree-creator-xicc-to-p-k-pi-pi
DOO2_TREE_CHIC=0 # hf-tree-creator-chic-to-jpsi-gamma
DOO2_TREE_BPLUS=0 # hf-tree-creator-bplus-to-d0-pi
DOO2_TREE_LCK0SP=0 # hf-tree-creator-lc-to-k0s-p
# Correlations
DOO2_CORR_D0D0BAR_DATA=0 # hf-correlator-d0-d0bar
DOO2_CORR_D0D0BAR_MCREC=0 # hf-correlator-d0-d0bar-mc-rec
Expand Down Expand Up @@ -424,6 +425,7 @@ function MakeScriptO2 {
[ $DOO2_TREE_XICC -eq 1 ] && WORKFLOWS+=" o2-analysis-hf-tree-creator-xicc-to-p-k-pi-pi"
[ $DOO2_TREE_CHIC -eq 1 ] && WORKFLOWS+=" o2-analysis-hf-tree-creator-chic-to-jpsi-gamma"
[ $DOO2_TREE_BPLUS -eq 1 ] && WORKFLOWS+=" o2-analysis-hf-tree-creator-bplus-to-d0-pi"
[ $DOO2_TREE_LCK0SP -eq 1 ] && WORKFLOWS+=" o2-analysis-hf-tree-creator-lc-to-k0s-p"
# Converters
[ $DOO2_CONV_MC -eq 1 ] && WORKFLOWS+=" o2-analysis-mc-converter"
[ $DOO2_CONV_FDD -eq 1 ] && WORKFLOWS+=" o2-analysis-fdd-converter"
Expand Down
5 changes: 5 additions & 0 deletions codeHF/dpl-config_run3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2312,6 +2312,11 @@
"hf-tree-creator-bplus-to-d0-pi": {
"isSignal": "1"
},
"hf-tree-creator-lc-to-k0s-p": {
"downSampleBkgFactor": "1",
"processMc": "true",
"processData": "false"
},
"hf-task-flow": {
"zVertexMax": "10",
"etaTrackAssocMax": "0.8",
Expand Down

0 comments on commit 2238015

Please sign in to comment.