ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JetAnalysis/scripts/setup.sh
Revision: 1.13
Committed: Fri Jul 30 12:42:42 2010 UTC (14 years, 9 months ago) by yilmaz
Content type: application/x-sh
Branch: MAIN
CVS Tags: HiForest_V02_17, HiForest_V02_16, HiForest_V02_15, HiForest_V02_14, HiForest_V02_13, HiForest_V02_12, HiForest_V02_11, HiForest_V02_10, HiForest_V02_09, HiForest_V02_08, HiForest_V02_07, HiForest_V02_06, HiForest_V02_05, HiForest_V02_04, HiForest_V02_03, HiForest_V02_02, HiForest_V02_01, HiForest_V02_00, hi44X_02, hi413_03, hi441_1, hi441_0, hi413_11, hi413_10, hi413_09, hi413_08, hi413_07, hi413_06, hi413_05, hi413_04, hi413_02, hi39X_01, tag_d20110915, cmssw39x_base, cmssw39X_base
Branch point for: cmssw39x_branch
Changes since 1.12: +1 -1 lines
Log Message:
easier

File Contents

# Content
1 #!/bin/sh
2
3 cd $CMSSW_BASE/src
4 cvs co RecoHI/HiCentralityAlgos/data
5 cvs co HeavyIonsAnalysis/Configuration
6
7 #RECO stuff
8 cvs co RecoJets/JetProducers
9 cvs co UserCode/yetkin/RecoJets/JetProducers/plugins/VirtualJetProducer.* RecoJets/JetProducers/plugins/
10 cvs co -r $CMSSW_VERSION PhysicsTools/PatAlgos/python
11 rm -r PhysicsTools/PatAlgos/python/producersHeavyIons
12 cvs co PhysicsTools/PatAlgos/python/producersHeavyIons
13
14 # JRA stuff
15 cvs co -r V00-07-04 JetMETAnalysis/JetUtilities
16 cvs co -r V00-08-06 JetMETAnalysis/JetAnalyzers
17
18 # JetMET stuff
19 cvs co -r jetCorrections_3_6_0_retrofit CondFormats/JetMETObjects
20 cvs co -r jetCorrections_3_6_0_retrofit JetMETCorrections/Configuration
21 cvs co -r jetCorrections_3_6_0_retrofit JetMETCorrections/Modules
22 mv CondFormats/JetMETObjects/data/L5Flavor_IC5Calo.txt CondFormats/JetMETObjects/data/L5Flavor_IC5.txt
23
24 cvs co -d CmsHi/JetAnalysis UserCode/CmsHi/JetAnalysis
25 mv CmsHi/JetAnalysis/bin/jet_response_analyzer_x.cc JetMETAnalysis/JetAnalyzers/bin/
26 rm JetMETAnalysis/JetAnalyzers/python/JPTReconstruction_cff.py
27
28 mv CmsHi/JetAnalysis/python/jetMETCorrections_cff.py PhysicsTools/PatAlgos/python/recoLayer0/jetMETCorrections_cff.py
29
30 scram b
31 pwd
32
33