ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JetAnalysis/scripts/setup36X.sh
Revision: 1.6
Committed: Mon May 17 16:02:37 2010 UTC (14 years, 11 months ago) by yilmaz
Content type: application/x-sh
Branch: MAIN
Changes since 1.5: +1 -1 lines
Log Message:
no jpt

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.6 cvs co -r V05-09-14-00 DataFormats/PatCandidates # B3_6_X ?
7 yilmaz 1.5 cvs co -r V03-01-14 RecoMET/METAlgorithms/python
8    
9 yilmaz 1.3 cvs co -r V00-00-09 RecoHI/HiJetAlgos
10 yilmaz 1.1 cvs co HeavyIonsAnalysis/Configuration
11     cvs co GeneratorInterface/HiGenCommon
12    
13     # JRA stuff
14     cvs co -r V00-07-04 JetMETAnalysis/JetUtilities
15     cvs co -r V00-08-06 JetMETAnalysis/JetAnalyzers
16    
17     # JetMET stuff
18     cvs co -r jetCorrections_3_6_0_retrofit CondFormats/JetMETObjects
19     cvs co -r jetCorrections_3_6_0_retrofit JetMETCorrections/Configuration
20     cvs co -r jetCorrections_3_6_0_retrofit JetMETCorrections/Modules
21     mv CondFormats/JetMETObjects/data/L5Flavor_IC5Calo.txt CondFormats/JetMETObjects/data/L5Flavor_IC5.txt
22    
23     cvs co UserCode/CmsHi/JetAnalysis
24     mv UserCode/CmsHi/JetAnalysis/bin/jet_response_analyzer_x.cc JetMETAnalysis/JetAnalyzers/bin/
25 yilmaz 1.3 rm JetMETAnalysis/JetAnalyzers/python/JPTReconstruction_cff.py
26 yilmaz 1.1 scram b
27     `pwd`
28    
29