Skip to content
Snippets Groups Projects
Commit d6d12799 authored by Louis Moureaux's avatar Louis Moureaux
Browse files

Install JetToolbox

parent 8fd49a25
No related branches found
No related tags found
1 merge request!13Rename ProtoDarwin & install JetToolbox
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment