-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstalledTags
More file actions
53 lines (41 loc) · 1.88 KB
/
installedTags
File metadata and controls
53 lines (41 loc) · 1.88 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
setenv SCRAM_ARCH slc5_amd64_gcc462
cmsrel CMSSW_5_3_3_patch2
cd CMSSW_5_3_3_patch2/src/
cmsenv
addpkg CommonTools/ParticleFlow V00-03-16
addpkg CommonTools/RecoAlgos V00-03-23
addpkg CommonTools/RecoUtils V00-00-13
addpkg DataFormats/ParticleFlowCandidate V15-03-02
addpkg DataFormats/StdDictionaries V00-02-14
addpkg DataFormats/TrackReco V10-02-02
addpkg DataFormats/VertexReco V02-00-04
addpkg PhysicsTools/PatAlgos V08-09-23
addpkg PhysicsTools/PatUtils V03-09-23
addpkg RecoParticleFlow/PFProducer V15-01-11
addpkg JetMETCorrections/Type1MET V04-06-09
addpkg PhysicsTools/Configuration V00-12-03
cvs co -r cfA_v71 -d Workspace UserCode/pbgeff/cmssw/Workspace
cp Workspace/Patches/SUSY_pattuple_cff.py PhysicsTools/Configuration/python/SUSY_pattuple_cff.py
# for CSC halo filter (not yet updated for 2012)
cvs co -r V00-00-08 RecoMET/METAnalyzers
cvs co -r V00-00-10 RecoMET/METFilters
#RA2b trigger prescale information
cvs co -r V00-00-02 -d MyAnalyzers/TriggerFilter UserCode/Teo/MyAnalyzers/TriggerFilter
# Required for 2012 photon isolation variables
cvs co -r V00-00-21 -d EGamma/EGammaAnalysisTools UserCode/EGamma/EGammaAnalysisTools
cvs up -r 1.13 EGamma/EGammaAnalysisTools/interface/PFIsolationEstimator.h
cvs up -r 1.20 EGamma/EGammaAnalysisTools/src/PFIsolationEstimator.cc
# Tags for bad tracking filters
cvs co -r V01-00-11-01 DPGAnalysis/Skims
cvs co -r V00-11-17 DPGAnalysis/SiStripTools
cvs co -r V00-00-08 DataFormats/TrackerCommon
cvs co -r V01-09-05 RecoLocalTracker/SubCollectionProducers
# PUJet ID and 2012 METsig packages
cvs co -r V00-03-04 -d CMGTools/External UserCode/CMG/CMGTools/External
cvs co -r stable_20130613_patch1 -d JetMETAnalysis/METSignificance UserCode/nmirman/JetMETAnalysis/METSignificance
# isolated track finder
git clone https://github.com/joshmt1/EventCalculators
cd EventCalculators
git checkout tags/jmt_31July2013
cd ..
scram b -rj4