ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JulyExercise/scripts/setupProdRECO.py
Revision: 1.3
Committed: Wed Jul 7 09:51:56 2010 UTC (14 years, 10 months ago) by yilmaz
Content type: text/x-python
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -0 lines
Error occurred while calculating annotation data.
Log Message:
setup for RECO

File Contents

# Content
1 #!/bin/sh
2
3 cvs co -r V04-00-01 RecoJets/JetAlgorithms
4 cvs co -r V05-01-04 RecoJets/JetProducers
5 cvs co DataFormats/HeavyIonEvent
6 cvs co RecoHI/HiJetAlgos
7 cvs co RecoHI/HiCentralityAlgos
8
9 scram b
10
11
12
13
14