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

Comparing UserCode/CmsHi/JetAnalysis/scripts/setup.sh (file contents):
Revision 1.2 by yilmaz, Tue May 4 15:14:03 2010 UTC vs.
Revision 1.6 by yilmaz, Thu Jun 3 09:24:20 2010 UTC

# Line 1 | Line 1
1   #!/bin/sh
2  
3   cd $CMSSW_BASE/src
4 + cvs co RecoHI/HiCentralityAlgos/data
5 + cvs co HeavyIonsAnalysis/Configuration
6 +
7 + # JRA stuff
8   cvs co -r V00-07-04 JetMETAnalysis/JetUtilities
9   cvs co -r V00-08-06 JetMETAnalysis/JetAnalyzers
10 +
11 + # JetMET stuff
12   cvs co -r jetCorrections_3_6_0_retrofit CondFormats/JetMETObjects
13 + cvs co -r jetCorrections_3_6_0_retrofit JetMETCorrections/Configuration
14 + cvs co -r jetCorrections_3_6_0_retrofit JetMETCorrections/Modules
15   mv CondFormats/JetMETObjects/data/L5Flavor_IC5Calo.txt CondFormats/JetMETObjects/data/L5Flavor_IC5.txt
16  
17   cvs co UserCode/CmsHi/JetAnalysis
18   mv UserCode/CmsHi/JetAnalysis/bin/jet_response_analyzer_x.cc JetMETAnalysis/JetAnalyzers/bin/
19 + rm JetMETAnalysis/JetAnalyzers/python/JPTReconstruction_cff.py
20   scram b
21 < `pwd`
21 > pwd
22  
23  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines