forked from lmdodd/SubmitSVFit
-
Notifications
You must be signed in to change notification settings - Fork 3
/
recipe.sh
34 lines (20 loc) · 787 Bytes
/
recipe.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
pushd $CMSSW_BASE/src
git clone [email protected]:veelken/SVfit_standalone.git TauAnalysis/SVfitStandalone
pushd TauAnalysis/SVfitStandalone
git checkout HIG-16-006
popd
# This is done initally because of the spare checkout issue
#MVA MET
#git cms-addpkg RecoMET/METPUSubtraction
#git cms-addpkg DataFormats/METReco
#git remote add -f mvamet https://github.com/rfriese/cmssw.git
#git checkout MVAMET2_beta_0.6 -b mvamet
git clone https://github.com/CMS-HTT/RecoilCorrections.git HTT-utilities/RecoilCorrections
#git clone https://github.com/CMS-HTT/LeptonEff-interface.git HTT-utilities/LepEffInterface/
#pushd HTT-utilities/LepEffInterface/
#git clone https://github.com/CMS-HTT/LeptonEfficiencies.git data
#popd
#
#
##METSignificance
#git cms-addpkg RecoMET/METProducers