-
Notifications
You must be signed in to change notification settings - Fork 14
Installation
Andrea Marini edited this page Dec 12, 2017
·
5 revisions
Install Nero package and compile the Core (not scram) (Using relase CMSSW_9_2_15)
BASE=$PWD [ $CMSSW_BASE/src ]
cd $BASE
git clone [email protected]:MiT-HEP/NeroProducer.git
cd NeroProducer/Core
make -j 16
Install the package
cd $BASE
git clone [email protected]:MiT-HEP/ChargedHiggs.git ChargedHiggs
cd ChargedHiggs
make -j 16
Optional: install combine (recommended)
cd $CMSSW_BASE/src
cmsenv
git clone https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit.git HiggsAnalysis/CombinedLimit
cd HiggsAnalysis/CombinedLimit
git checkout v7.0.4
scram b -j 16
and recompile the ChargedHiggs package to enable things that use combine.