1 |
yilmaz |
1.1 |
#!/bin/sh
|
2 |
|
|
|
3 |
|
|
cd $CMSSW_BASE/src
|
4 |
|
|
|
5 |
|
|
cvs co PhysicsTools/PatAlgos
|
6 |
|
|
cvs co DataFormats/PatCandidates
|
7 |
|
|
cvs co 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 |
|
|
scram b
|
24 |
|
|
`pwd`
|
25 |
|
|
|
26 |
|
|
|