-
Notifications
You must be signed in to change notification settings - Fork 29
/
TAGS.txt
24 lines (19 loc) · 1004 Bytes
/
TAGS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# MET recommended tag
#git cms-merge-topic -u cms-met:METCorUnc74X #DOES NOT WORK ANYMORE
#for Electron/Photon energy scale correction from https://twiki.cern.ch/twiki/bin/viewauth/CMS/EGMSmearer
#76X version
git cms-merge-topic -u matteosan1:smearer_76X
#higgs combined tool for 742 is required to performed limit computation or cut optimization
git clone https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit.git HiggsAnalysis/CombinedLimit
cd HiggsAnalysis/CombinedLimit
git checkout remotes/origin/74x-root6
cd ../..
#SVFit package (optional --> needed only if you plan to use SVfit tau mass reconstruction
git clone -b svFit_2015Apr03 [email protected]:veelken/SVfit_standalone TauAnalysis/SVfitStandalone
#our framework
git clone [email protected]:cms2l2v/2l2v_fwk.git UserCode/llvv_fwk
cd UserCode/llvv_fwk
git checkout -b modified #copy the branch to a new one to host future modifications (ease pullrequest and code merging)
cd ../..
#compiling all the downloaded things
scramv1 b -j 16