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

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