From 22380151da230793ea4929f47f01e42149933570 Mon Sep 17 00:00:00 2001 From: DanielSamitz Date: Fri, 1 Sep 2023 14:10:13 +0200 Subject: [PATCH] added hf-tree-creator-lc-to-k0s-p --- codeHF/config_tasks.sh | 2 ++ codeHF/dpl-config_run3.json | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/codeHF/config_tasks.sh b/codeHF/config_tasks.sh index 96ea15e0..194725c5 100644 --- a/codeHF/config_tasks.sh +++ b/codeHF/config_tasks.sh @@ -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 @@ -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" diff --git a/codeHF/dpl-config_run3.json b/codeHF/dpl-config_run3.json index 3f0e5614..735e1efc 100644 --- a/codeHF/dpl-config_run3.json +++ b/codeHF/dpl-config_run3.json @@ -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",