Skip to content

Commit

Permalink
Merge pull request #272 from KIT-CMS/boosted-tau-minor
Browse files Browse the repository at this point in the history
Cloning boosted tau repository
  • Loading branch information
ralfschmieder authored Jul 16, 2024
2 parents d9d73d4 + e72c1bf commit 8eb5d14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]: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 [email protected]: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 [email protected]:nfaltermann/CROWNs.git "${SCRIPT_DIR}/analysis_configurations/s"
Expand Down

0 comments on commit 8eb5d14

Please sign in to comment.