forked from cms2l2v/2l2v_fwk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TAGS.txt
36 lines (28 loc) · 1.33 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
#cf. https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuidePATReleaseNotes52X#Add_CSCTightHaloFilter
git cms-addpkg PhysicsTools/PatAlgos
git cms-merge-topic cms-analysis-tools:5_3_15-addCSCTightHaloFilter
git cms-addpkg EgammaAnalysis/ElectronTools
cd EgammaAnalysis/ElectronTools/data
cat download.url | xargs wget
cd -
#git cms-addpkg RecoMET/METFilters
git cms-merge-topic -u cms-met:53X-MVaNoPuMET-20131217-01
git clone https://github.com/violatingcp/Jets_Short.git
cp -r Jets_Short/* .
rm -rf Jets_Short README.md
#btv related algorithms
git cms-addpkg RecoBTag/SecondaryVertex
git cms-addpkg RecoVertex/AdaptiveVertexFinder
#quark/gluon tagger
git clone https://github.com/amarini/QuarkGluonTagger.git; cd QuarkGluonTagger ; git checkout v1-2-6; cd -;
#updated Tau object (Run2 Id and boosted taus)
git cms-merge-topic -u cms-tau-pog:CMSSW_5_3_X_boostedTaus_2013Dec17
cp ~jez/public/forLoic/140313/tauTools.py PhysicsTools/PatAlgos/python/tools/tauTools.py
#cvs co -r V00-02-03s TauAnalysis/CandidateTools #SV fit.
# Needs to set up cvsroot as in the readme file or to copy the dir from
# cp -r /afs/cern.ch/user/v/vischia/public/TauAnalysis_forSVfit/ TauAnalysis
git clone git@github.com:veelken/SVfit_standalone TauAnalysis/SVfitStandalone
#checkout the 2l2v framework
git clone git@github.com:pfs/2l2v_fwk UserCode/llvv_fwk
scram b -j 20
#test