ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JetAnalysis/scripts/setup36X.sh
Revision: 1.4
Committed: Mon May 17 15:13:16 2010 UTC (15 years ago) by yilmaz
Content type: application/x-sh
Branch: MAIN
Changes since 1.3: +1 -1 lines
Log Message:
fix

File Contents

# User Rev Content
1 yilmaz 1.1 #!/bin/sh
2    
3     cd $CMSSW_BASE/src
4    
5 yilmaz 1.4 cvs co -r V07-13-19 PhysicsTools/PatAlgos # B3_6_X ?
6 yilmaz 1.2 cvs co -r V09-05-17 DataFormats/PatCandidates # B3_6_X ?
7 yilmaz 1.3 cvs co -r V00-00-09 RecoHI/HiJetAlgos
8 yilmaz 1.1 cvs co HeavyIonsAnalysis/Configuration
9     cvs co GeneratorInterface/HiGenCommon
10    
11     # JRA stuff
12     cvs co -r V00-07-04 JetMETAnalysis/JetUtilities
13     cvs co -r V00-08-06 JetMETAnalysis/JetAnalyzers
14    
15     # JetMET stuff
16     cvs co -r jetCorrections_3_6_0_retrofit CondFormats/JetMETObjects
17     cvs co -r jetCorrections_3_6_0_retrofit JetMETCorrections/Configuration
18     cvs co -r jetCorrections_3_6_0_retrofit JetMETCorrections/Modules
19     mv CondFormats/JetMETObjects/data/L5Flavor_IC5Calo.txt CondFormats/JetMETObjects/data/L5Flavor_IC5.txt
20    
21     cvs co UserCode/CmsHi/JetAnalysis
22     mv UserCode/CmsHi/JetAnalysis/bin/jet_response_analyzer_x.cc JetMETAnalysis/JetAnalyzers/bin/
23 yilmaz 1.3 rm JetMETAnalysis/JetAnalyzers/python/JPTReconstruction_cff.py
24 yilmaz 1.1 scram b
25     `pwd`
26    
27