ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
CmsHi
/
JulyExercise
/
scripts
/
setupProdRECO.py
Revision:
1.2
Committed:
Wed Jul 7 09:34:43 2010 UTC
(14 years, 10 months ago) by
yilmaz
Content type:
text/x-python
Branch:
MAIN
Changes since
1.1
:
+2 -2 lines
Log Message:
setup for RECO
File Contents
#
User
Rev
Content
1
yilmaz
1.1
#!/bin/sh
2
3
yilmaz
1.2
cvs co -r V04-00-01 RecoJets/JetAlgorithms
4
cvs co -r V05-01-04 RecoJets/JetProducers
5
yilmaz
1.1
cvs co RecoHI/HiJetAlgos
6
cvs co RecoHI/HiCentralityAlgos
7
8
scram b
9
10
11
12
13