ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JetAnalysis/scripts/setup39X.sh
(Generate patch)

Comparing UserCode/CmsHi/JetAnalysis/scripts/setup39X.sh (file contents):
Revision 1.5 by frankma, Thu Aug 11 09:09:50 2011 UTC vs.
Revision 1.10 by frankma, Wed Sep 21 14:07:34 2011 UTC

# Line 5 | Line 5 | 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
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_02 -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
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 RecoJets/JetProducers
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 < cp CmsHi/JetAnalysis/modifiedFiles/VirtualJetProducer.cc RecoJets/JetProducers/plugins/
28 < cp CmsHi/JetAnalysis/modifiedFiles/PileUpSubtractor.cc RecoJets/JetProducers/src/
29 < cp CmsHi/JetAnalysis/modifiedFiles/PileUpSubtractor.h RecoJets/JetProducers/interface/
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
# Line 43 | Line 41 | 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 -d HcalFilter UserCode/MTonjes/HcalFilter
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 HLTrigger/HLTanalyzers
52 < ed -i 's|std::cout << " Beginning HLTAnalyzer Analysis|//std::cout << " Beginning HLTAnalyzer Analysis|' HLTrigger/HLTanalyzers/src/HLTAnalyzer.cc
53 < sed -i 's|errMax(){return 100;}|errMax(){return 0;}|' HLTrigger/HLTanalyzers/interface/HLTAnalyzer.h
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines