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