From e72c1bf265ad2ef880f667f4d77fd3a776881ca2 Mon Sep 17 00:00:00 2001 From: Olha Lavoryk Date: Mon, 15 Jul 2024 17:20:20 +0200 Subject: [PATCH] Cloning boosted tau repository --- init.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.sh b/init.sh index fc4ecfdc..c55f2eac 100644 --- a/init.sh +++ b/init.sh @@ -78,6 +78,9 @@ else elif [[ "$1" == "whtautau" && ! -d "${SCRIPT_DIR}/analysis_configurations/whtautau" ]]; then echo "Cloning analysis whtautau into ${SCRIPT_DIR}/analysis_configurations/whtautau" git clone git@github.com:KIT-CMS/WHTauTauAnalysis-CROWN.git "${SCRIPT_DIR}/analysis_configurations/whtautau" + elif [[ "$1" == "boosted_h_tautau" && ! -d "${SCRIPT_DIR}/analysis_configurations/boosted_h_tautau" ]]; then + echo "Cloning analysis boosted_h_tautau into ${SCRIPT_DIR}/analysis_configurations/boosted_h_tautau" + git clone git@github.com:KIT-CMS/BoostedHiggsTauTauAnalysis-CROWN.git "${SCRIPT_DIR}/analysis_configurations/boosted_h_tautau" elif [[ "$1" == "s" && ! -d "${SCRIPT_DIR}/analysis_configurations/s" ]]; then echo "Cloning analysis s-channel into ${SCRIPT_DIR}/analysis_configurations/s" git clone git@github.com:nfaltermann/CROWNs.git "${SCRIPT_DIR}/analysis_configurations/s"