Skip to content

Installation

Andrea Marini edited this page Dec 12, 2017 · 5 revisions

Nero

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

ChargedHiggs

Install the package

cd $BASE
git clone [email protected]:MiT-HEP/ChargedHiggs.git ChargedHiggs
cd ChargedHiggs
make -j 16

Combine

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.

Clone this wiki locally