ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JetAnalysis/scripts/setup44x.sh
Revision: 1.4
Committed: Tue Oct 18 12:43:20 2011 UTC (13 years, 7 months ago) by yjlee
Content type: application/x-sh
Branch: MAIN
CVS Tags: hi413_03, hi413_02
Changes since 1.3: +12 -2 lines
Log Message:
Corrected the path and apply patch to the reconstructionHI python configuration

File Contents

# Content
1 ## hiGoodMergedTracks and the track analyzer
2 cvs co -d edwenger/HiVertexAnalyzer UserCode/edwenger/HiVertexAnalyzer
3 cvs co -d edwenger/HiTrkEffAnalyzer UserCode/edwenger/HiTrkEffAnalyzer
4 cvs co -r hi413_01 -d MitHig/PixelTrackletAnalyzer UserCode/MitHig/PixelTrackletAnalyzer
5 rm MitHig/PixelTrackletAnalyzer/src/SimTrackAnalyzer.cc
6
7 cvs co -d edwenger/Skims UserCode/edwenger/Skims
8 cvs co -d edwenger/VertexAnalyzer UserCode/edwenger/VertexAnalyzer
9 cvs co -d edwenger/TrkEffAnalyzer UserCode/edwenger/TrkEffAnalyzer
10
11 cvs co -d edwenger/TrackSpectraAnalyzer UserCode/edwenger/TrackSpectraAnalyzer
12 cvs co -d edwenger/EvtSelAnalyzer UserCode/edwenger/EvtSelAnalyzer
13 cvs co -d SpectraAna/JetEtaPhiFilter UserCode/ASYoon/SpectraAna/JetEtaPhiFilter
14 cvs co -d SpectraAna/TrackSpectraAnalyzer UserCode/ASYoon/SpectraAna/TrackSpectraAnalyzer
15
16 cvs co UserCode/FerencSiklerVertexing
17
18 # pat macros
19 cvs co -d MNguyen/patMacrosForMC UserCode/MNguyen/patMacrosForMC
20 cvs co -d MNguyen/patMacrosForDataSkims UserCode/MNguyen/patMacrosForDataSkims
21 cvs co -d MNguyen/Configuration UserCode/MNguyen/Configuration
22 cvs co HeavyIonsAnalysis/Configuration
23
24 # Standard sequences
25 #<
26 #reconstructionHeavyIons_withPF *= HiParticleFlowReco
27 #reconstructionHeavyIons_HcalNZS_withPF *= HiParticleFlowReco
28 #>
29 #reconstructionHeavyIons_withPF *= hiElectronSequence*HiParticleFlowReco
30 #reconstructionHeavyIons_HcalNZS_withPF *= hiElectronSequence*HiParticleFlowReco
31 #addpkg Configuration/StandardSequences
32
33
34 # Jet and HI Software
35 cvs co -d MNguyen/InclusiveJetAnalyzer UserCode/MNguyen/InclusiveJetAnalyzer
36
37 # Latest hiSelectedTrack (= hiGoodTightTrack)
38 cvs co RecoHI/HiTracking
39 cvs co RecoHI/HiMuonAlgos
40
41 #Commented out by yenjie
42 #cvs co -r V05-01-09-01 RecoJets/JetProducers
43
44 cvs co RecoHI/HiJetAlgos
45 addpkg RecoHI/Configuration
46
47 #Centrality
48 cvs co CondFormats/HIObjects
49 cvs co DataFormats/HeavyIonEvent
50 cvs co RecoHI/HiCentralityAlgos
51 cvs co -d CmsHi/Analysis2010 UserCode/CmsHi/Analysis2010
52
53 # needed to get PFTowers to work
54 cvs co -r hi441_1 -d CmsHi/JetAnalysis UserCode/CmsHi/JetAnalysis
55
56 #ecal and hcal cleaning
57 #hcal
58 #addpkg RecoLocalCalo/HcalRecAlgos
59 #cvs co -r V00-07-21 RecoLocalCalo/HcalRecAlgos/src/HBHETimingShapedFlag.cc
60 #cvs co -r V00-07-21 RecoLocalCalo/HcalRecAlgos/interface/HBHETimingShapedFlag.h
61
62 # broken, Yen-Jie checked with Yi
63 #cvs co -r V00-00-18 JetMETAnalysis/HcalReflagging
64
65 cvs co -d HcalFilter UserCode/MTonjes/HcalFilter
66
67 #ecal requires some code from the photon analyzer, 'rm' commands are to truncate the endless chain of packages obviously, this should be cleaned up
68
69 # Removed by Yen-Jie
70 #cvs co -d RecoHI/HiEgammaAlgos UserCode/yetkin/RecoHI/HiEgammaAlgos
71 # Needed to fix PF reco
72 cvs co -r V02-02-01 RecoHI/HiEgammaAlgos
73 cvs co -r V00-00-15 RecoHI/Configuration
74
75 cvs co -d CmsHi/PhotonAnalysis UserCode/CmsHi/PhotonAnalysis
76 rm CmsHi/PhotonAnalysis/plugins/SpikeInspector.cc
77
78 echo '54c54
79 < reconstructionHeavyIons_withPF *= HiParticleFlowReco
80 ---
81 > reconstructionHeavyIons_withPF *= hiElectronSequence*HiParticleFlowReco
82 57c57
83 < reconstructionHeavyIons_HcalNZS_withPF *= HiParticleFlowReco
84 ---
85 > reconstructionHeavyIons_HcalNZS_withPF *= hiElectronSequence*HiParticleFlowReco' > patch.tmp
86
87 patch Configuration/StandardSequences/python/ReconstructionHeavyIons_cff.py < patch.tmp
88 rm patch.tmp
89
90 # trigger analyzers
91 cvs co -r HLTrigger/HLTanalyzers
92
93 scram build -c
94 scram b -j4