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
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.3 cvs co DataFormats/HeavyIonEvent
6 yilmaz 1.1 cvs co RecoHI/HiJetAlgos
7     cvs co RecoHI/HiCentralityAlgos
8    
9     scram b
10    
11    
12    
13    
14