ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JetAnalysis/scripts/setup39X.sh
Revision: 1.9
Committed: Sun Sep 18 14:33:38 2011 UTC (13 years, 7 months ago) by yilmaz
Content type: application/x-sh
Branch: MAIN
CVS Tags: hi413_08, hi413_07, hi413_06, hi413_05, hi413_04, hi413_02
Changes since 1.8: +1 -0 lines
Log Message:
track analyzer added

File Contents

# Content
1 #Centrality
2 cvs co CondFormats/HIObjects
3 cvs co DataFormats/HeavyIonEvent
4 cvs co RecoHI/HiCentralityAlgos
5 cvs co -d CmsHi/Analysis2010 UserCode/CmsHi/Analysis2010
6
7 ## tracking
8 cvs co -r hi39X_01 -d edwenger/HiVertexAnalyzer UserCode/edwenger/HiVertexAnalyzer
9 cvs co -r hi39X_01 -d edwenger/HiTrkEffAnalyzer UserCode/edwenger/HiTrkEffAnalyzer
10 cvs co -r hi39X_01 -d Appeltel/PixelTracksRun2010 UserCode/Appeltel/PixelTracksRun2010
11 cvs co -r hi39X_01 -d MNguyen/iterTracking UserCode/MNguyen/iterTracking
12 cvs co -r hi39X_01 -d MitHig/PixelTrackletAnalyzer UserCode/MitHig/PixelTrackletAnalyzer
13
14 # pat macros
15 cvs co -r hi39X_01 -d MNguyen/patMacrosForMC UserCode/MNguyen/patMacrosForMC
16 cvs co -r hi39X_01 -d MNguyen/patMacrosForDataSkims UserCode/MNguyen/patMacrosForDataSkims
17 cvs co -r hi39X_01 -d MNguyen/Configuration UserCode/MNguyen/Configuration
18 cvs co -r branch_hi39X HeavyIonsAnalysis/Configuration
19
20 # Jet and HI Software
21 cvs co -d MNguyen/InclusiveJetAnalyzer UserCode/MNguyen/InclusiveJetAnalyzer
22 cvs co -r V05-01-09-01 RecoJets/JetProducers
23 cvs co RecoHI/HiJetAlgos
24
25 # needed to get PFTowers to work
26 cvs co -r cmssw39x_branch -d CmsHi/JetAnalysis UserCode/CmsHi/JetAnalysis
27 cvs co -r hi39X_01 -d MitHig/PixelTrackletAnalyzer UserCode/MitHig/PixelTrackletAnalyzer
28
29 # gamma analysis
30 cvs co RecoHI/HiEgammaAlgos # for 3_9_8 reconstruction including spike cleaner
31 cvs co -d CmsHi/PhotonAnalysis UserCode/CmsHi/PhotonAnalysis
32 cvs co -d UserCode/HafHistogram UserCode/CmsHi/HafHistogram
33 cp CmsHi/JetAnalysis/modifiedFiles/HiIsolationCommonParameters_cff.py RecoHI/HiEgammaAlgos/python/
34 # electron reco sequence
35 rm -f RecoHI/HiEgammaAlgos/python/HiElectronSequence_cff.py
36 cvs co -r CMSSW_3_9_9_patch1 RecoHI/HiEgammaAlgos/python/HiElectronSequence_cff.py # temp fix b/c head version not working
37
38 #ecal and hcal cleaning
39 #hcal
40 addpkg RecoLocalCalo/HcalRecAlgos
41 cvs co -r V00-07-21 RecoLocalCalo/HcalRecAlgos/src/HBHETimingShapedFlag.cc
42 cvs co -r V00-07-21 RecoLocalCalo/HcalRecAlgos/interface/HBHETimingShapedFlag.h
43 cvs co -r V00-00-18 JetMETAnalysis/HcalReflagging
44 cvs co -r hi39X_01 -d HcalFilter/HcalTimingFilter UserCode/MTonjes/HcalFilter/HcalTimingFilter
45
46 # keep 39X version for spike cleaner.
47 rm RecoHI/HiEgammaAlgos/plugins/HiSpikeCleaner.cc
48 cvs co -r HI_HLT_2010_11_20_fix2 RecoHI/HiEgammaAlgos/plugins/HiSpikeCleaner.cc
49
50 # openhlt
51 cvs co -r V03-03-08-01 HLTrigger/HLTanalyzers
52 # cvs co -r branch_HI39X HLTrigger/HLTanalyzers
53
54 # muons for PF
55 addpkg DataFormats/ParticleFlowCandidate
56 addpkg RecoParticleFlow/PFProducer
57 addpkg RecoParticleFlow/PFRootEvent
58
59 # private mods related to muon reco
60
61 modifiedFileDir=UserCode/yetkin/ParticleFlow/modifiedFiles
62 cvs co $modifiedFileDir
63
64 cp $modifiedFileDir/PFRootEventManager.cc RecoParticleFlow/PFRootEvent/src/
65 cp $modifiedFileDir/PFBlockAlgo.h RecoParticleFlow/PFProducer/interface/
66 cp $modifiedFileDir/PFBlockProducer.cc RecoParticleFlow/PFProducer/plugins/
67
68 scram b -j4