ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JetAnalysis/scripts/setup36X.sh
Revision: 1.7
Committed: Mon May 17 16:23:42 2010 UTC (14 years, 11 months ago) by yilmaz
Content type: application/x-sh
Branch: MAIN
Changes since 1.6: +3 -3 lines
Log Message:
better setup for 3_6

File Contents

# User Rev Content
1 yilmaz 1.1 #!/bin/sh
2    
3     cd $CMSSW_BASE/src
4    
5 yilmaz 1.7 cvs co -r B3_6_X PhysicsTools/PatAlgos # B3_6_X ?
6     cvs co -r B3_6_X DataFormats/PatCandidates # B3_6_X ?
7     #cvs co -r V03-01-14 RecoMET/METAlgorithms/python
8 yilmaz 1.5
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