From d6d127996da84ebd46b1caabb583c632a6d35ab9 Mon Sep 17 00:00:00 2001 From: Louis Moureaux <louis.moureaux@cern.ch> Date: Mon, 22 Jan 2024 17:27:26 +0100 Subject: [PATCH] Install JetToolbox --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 758274b..881e82c 100755 --- a/install.sh +++ b/install.sh @@ -26,6 +26,9 @@ cmake3 --build .build --target install -j$(nproc) cd $CMSSW_BASE/src [ ! -d Core ] && git clone https://gitlab.cern.ch/DasAnalysisSystem/Core.git +# And JetToolbox +[ ! -d JMEAnalysis/JetToolbox ] && git clone https://github.com/cms-jet/JetToolbox.git JMEAnalysis/JetToolbox -b jetToolbox_120X + # Set up scram tools in CMSSW -- must be done after fetching Core cd $CMSSW_BASE for xml in $BASE_DIR/tools/etc/*.xml; do -- GitLab