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

File Contents

# Content
1 #!/bin/sh
2
3 cd $CMSSW_BASE/src
4
5 cvs co -r V07-13-13 PhysicsTools/PatAlgos # B3_6_X ?
6 cvs co -r V09-05-17 DataFormats/PatCandidates # B3_6_X ?
7 cvs co -r V00-00-09 RecoHI/HiJetAlgos
8 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 rm JetMETAnalysis/JetAnalyzers/python/JPTReconstruction_cff.py
24 scram b
25 `pwd`
26
27