ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JetAnalysis/scripts/setup39X.sh
Revision: 1.7
Committed: Fri Sep 16 12:05:29 2011 UTC (13 years, 7 months ago) by yilmaz
Content type: application/x-sh
Branch: MAIN
Changes since 1.6: +1 -4 lines
Log Message:
update

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 -d edwenger/HiVertexAnalyzer UserCode/edwenger/HiVertexAnalyzer
9 cvs co -d edwenger/HiTrkEffAnalyzer UserCode/edwenger/HiTrkEffAnalyzer
10 cvs co -d Appeltel/PixelTracksRun2010 UserCode/Appeltel/PixelTracksRun2010
11 cvs co -d MNguyen/iterTracking UserCode/MNguyen/iterTracking
12 cvs co -d MitHig/PixelTrackletAnalyzer UserCode/MitHig/PixelTrackletAnalyzer
13
14 # pat macros
15 cvs co -d MNguyen/patMacrosForMC UserCode/MNguyen/patMacrosForMC
16 cvs co -d MNguyen/patMacrosForDataSkims UserCode/MNguyen/patMacrosForDataSkims
17 cvs co -d MNguyen/Configuration UserCode/MNguyen/Configuration
18 cvs co 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
28 # gamma analysis
29 cvs co RecoHI/HiEgammaAlgos # for 3_9_8 reconstruction including spike cleaner
30 cvs co -d CmsHi/PhotonAnalysis UserCode/CmsHi/PhotonAnalysis
31 cvs co -d UserCode/HafHistogram UserCode/CmsHi/HafHistogram
32 cp CmsHi/JetAnalysis/modifiedFiles/HiIsolationCommonParameters_cff.py RecoHI/HiEgammaAlgos/python/
33 # electron reco sequence
34 rm -f RecoHI/HiEgammaAlgos/python/HiElectronSequence_cff.py
35 cvs co -r CMSSW_3_9_9_patch1 RecoHI/HiEgammaAlgos/python/HiElectronSequence_cff.py # temp fix b/c head version not working
36
37 #ecal and hcal cleaning
38 #hcal
39 addpkg RecoLocalCalo/HcalRecAlgos
40 cvs co -r V00-07-21 RecoLocalCalo/HcalRecAlgos/src/HBHETimingShapedFlag.cc
41 cvs co -r V00-07-21 RecoLocalCalo/HcalRecAlgos/interface/HBHETimingShapedFlag.h
42 cvs co -r V00-00-18 JetMETAnalysis/HcalReflagging
43 cvs co -d HcalFilter UserCode/MTonjes/HcalFilter
44
45 # keep 39X version for spike cleaner.
46 rm RecoHI/HiEgammaAlgos/plugins/HiSpikeCleaner.cc
47 cvs co -r HI_HLT_2010_11_20_fix2 RecoHI/HiEgammaAlgos/plugins/HiSpikeCleaner.cc
48
49 # openhlt
50 cvs co -r V03-03-08-01 HLTrigger/HLTanalyzers
51 # cvs co -r branch_HI39X HLTrigger/HLTanalyzers
52
53 # muons for PF
54 addpkg DataFormats/ParticleFlowCandidate
55 addpkg RecoParticleFlow/PFProducer
56 addpkg RecoParticleFlow/PFRootEvent
57
58 # private mods related to muon reco
59
60 modifiedFileDir=UserCode/yetkin/ParticleFlow/modifiedFiles
61 cvs co $modifiedFileDir
62
63 cp $modifiedFileDir/PFRootEventManager.cc RecoParticleFlow/PFRootEvent/src/
64 cp $modifiedFileDir/PFBlockAlgo.h RecoParticleFlow/PFProducer/interface/
65 cp $modifiedFileDir/PFBlockProducer.cc RecoParticleFlow/PFProducer/plugins/
66 cp $modifiedFileDir/HiHackedAnalyticalTrackSelector.cc edwenger/HiTrkEffAnalyzer/src/
67
68
69
70
71
72
73
74
75
76 scram b -j4