Skip to content

Instantly share code, notes, and snippets.

@nsahoo
Last active October 5, 2018 07:18
Show Gist options
  • Save nsahoo/334f58f40abbc4fa88a58d650e7d93af to your computer and use it in GitHub Desktop.
Save nsahoo/334f58f40abbc4fa88a58d650e7d93af to your computer and use it in GitHub Desktop.
VBFHbb setup
** SET UP COMBINE TOOL **
export SCRAM_ARCH=slc6_amd64_gcc491
cmsrel CMSSW_7_4_7
cd CMSSW_7_4_7/src
cmsenv
git clone [email protected]:cms-analysis/HiggsAnalysis-CombinedLimit.git HiggsAnalysis/CombinedLimit
cd HiggsAnalysis/CombinedLimit
cd $CMSSW_BASE/src/HiggsAnalysis/CombinedLimit
git fetch origin
git checkout v6.3.1
scramv1 b clean
scramv1 b
** SET UP COMBINEHARVESTER **
git clone [email protected]:cms-analysis/CombineHarvester.git CombineHarvester
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment