Last active
October 5, 2018 07:18
-
-
Save nsahoo/334f58f40abbc4fa88a58d650e7d93af to your computer and use it in GitHub Desktop.
VBFHbb setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** 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