ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JetAnalysis/scripts/setup36X.sh
Revision: 1.8
Committed: Tue May 18 11:46:44 2010 UTC (14 years, 11 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.7: +3 -1 lines
Log Message:
Centrality table needed

File Contents

# User Rev Content
1 yilmaz 1.1 #!/bin/sh
2    
3     cd $CMSSW_BASE/src
4    
5 yilmaz 1.8 cvs co RecoHI/HiCentralityAlgos/data
6    
7 yilmaz 1.7 cvs co -r B3_6_X PhysicsTools/PatAlgos # B3_6_X ?
8     cvs co -r B3_6_X DataFormats/PatCandidates # B3_6_X ?
9     #cvs co -r V03-01-14 RecoMET/METAlgorithms/python
10 yilmaz 1.5
11 yilmaz 1.3 cvs co -r V00-00-09 RecoHI/HiJetAlgos
12 yilmaz 1.1 cvs co HeavyIonsAnalysis/Configuration
13     cvs co GeneratorInterface/HiGenCommon
14    
15     # JRA stuff
16     cvs co -r V00-07-04 JetMETAnalysis/JetUtilities
17     cvs co -r V00-08-06 JetMETAnalysis/JetAnalyzers
18    
19     # JetMET stuff
20     cvs co -r jetCorrections_3_6_0_retrofit CondFormats/JetMETObjects
21     cvs co -r jetCorrections_3_6_0_retrofit JetMETCorrections/Configuration
22     cvs co -r jetCorrections_3_6_0_retrofit JetMETCorrections/Modules
23     mv CondFormats/JetMETObjects/data/L5Flavor_IC5Calo.txt CondFormats/JetMETObjects/data/L5Flavor_IC5.txt
24    
25     cvs co UserCode/CmsHi/JetAnalysis
26     mv UserCode/CmsHi/JetAnalysis/bin/jet_response_analyzer_x.cc JetMETAnalysis/JetAnalyzers/bin/
27 yilmaz 1.3 rm JetMETAnalysis/JetAnalyzers/python/JPTReconstruction_cff.py
28 yilmaz 1.1 scram b
29 yilmaz 1.8 pwd
30 yilmaz 1.1
31