ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JetAnalysis/scripts/setup44x.sh
Revision: 1.9
Committed: Wed Jun 6 13:57:26 2012 UTC (12 years, 10 months ago) by yilmaz
Content type: application/x-sh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +0 -0 lines
State: FILE REMOVED
Log Message:
clean up

File Contents

# User Rev Content
1 yjlee 1.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 yjlee 1.7 cvs co -d MitHig/PixelTrackletAnalyzer UserCode/MitHig/PixelTrackletAnalyzer
5 yjlee 1.4 rm MitHig/PixelTrackletAnalyzer/src/SimTrackAnalyzer.cc
6 yjlee 1.1
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 yjlee 1.2 # 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 yjlee 1.1 # Jet and HI Software
35     cvs co -d MNguyen/InclusiveJetAnalyzer UserCode/MNguyen/InclusiveJetAnalyzer
36    
37 yjlee 1.2 # Latest hiSelectedTrack (= hiGoodTightTrack)
38     cvs co RecoHI/HiTracking
39     cvs co RecoHI/HiMuonAlgos
40    
41 yjlee 1.1 #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 yjlee 1.7 cvs co -d CmsHi/JetAnalysis UserCode/CmsHi/JetAnalysis
55 yjlee 1.1
56     #ecal and hcal cleaning
57     #hcal
58 yjlee 1.2 #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 yjlee 1.1
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 yjlee 1.2 # Needed to fix PF reco
72 yjlee 1.7 cvs co RecoHI/HiEgammaAlgos
73 yjlee 1.2 cvs co -r V00-00-15 RecoHI/Configuration
74 yjlee 1.1
75     cvs co -d CmsHi/PhotonAnalysis UserCode/CmsHi/PhotonAnalysis
76     rm CmsHi/PhotonAnalysis/plugins/SpikeInspector.cc
77    
78 yjlee 1.4 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 yjlee 1.1
90     # trigger analyzers
91 yjlee 1.2 cvs co -r HLTrigger/HLTanalyzers
92 yjlee 1.1
93 yjlee 1.5 # event analyzer
94     cvs co -d CmsHi/HiHLTAlgos UserCode/CmsHi/HiHLTAlgos
95    
96     # muon analyzer
97 yjlee 1.8 cvs co -d MuTrig/HLTMuTree UserCode/CmsHi/HiMuonAlgos/HLTMuTree/
98 yjlee 1.5
99 yjlee 1.1 scram build -c
100     scram b -j4