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.6 by yilmaz, Thu Sep 15 22:54:58 2011 UTC

# Line 50 | Line 50 | rm RecoHI/HiEgammaAlgos/plugins/HiSpikeC
50   cvs co -r HI_HLT_2010_11_20_fix2 RecoHI/HiEgammaAlgos/plugins/HiSpikeCleaner.cc
51  
52   # openhlt
53 < cvs co -r V03-03-08 HLTrigger/HLTanalyzers
54 < ed -i 's|std::cout << " Beginning HLTAnalyzer Analysis|//std::cout << " Beginning HLTAnalyzer Analysis|' HLTrigger/HLTanalyzers/src/HLTAnalyzer.cc
55 < sed -i 's|errMax(){return 100;}|errMax(){return 0;}|' HLTrigger/HLTanalyzers/interface/HLTAnalyzer.h
53 > cvs co -r V03-03-08-01 HLTrigger/HLTanalyzers
54 > # cvs co -r branch_HI39X HLTrigger/HLTanalyzers
55 >
56 > # muons for PF
57 > addpkg DataFormats/ParticleFlowCandidate
58 > addpkg RecoParticleFlow/PFProducer
59 > addpkg RecoParticleFlow/PFRootEvent
60 >
61 > # private mods related to muon reco
62 >
63 > modifiedFileDir=UserCode/yetkin/ParticleFlow/modifiedFiles
64 > cvs co $modifiedFileDir
65 >
66 > cp $modifiedFileDir/PFRootEventManager.cc RecoParticleFlow/PFRootEvent/src/
67 > cp $modifiedFileDir/PFBlockAlgo.h RecoParticleFlow/PFProducer/interface/
68 > cp $modifiedFileDir/PFBlockProducer.cc RecoParticleFlow/PFProducer/plugins/
69 > cp $modifiedFileDir/HiHackedAnalyticalTrackSelector.cc  edwenger/HiTrkEffAnalyzer/src/
70 >
71 >
72 >
73 >
74 >
75 >
76 >
77 >
78  
79   scram b -j4

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines