ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/Utilities/scripts/setup33X.sh
Revision: 1.21
Committed: Fri Oct 2 15:48:56 2009 UTC (15 years, 7 months ago) by edwenger
Content type: application/x-sh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +4 -7 lines
Log Message:
modifications for 330_pre6

File Contents

# User Rev Content
1 yilmaz 1.1 #!/bin/sh
2    
3     export CVSROOT=:gserver:cmscvs.cern.ch:/cvs_server/repositories/CMSSW
4    
5     cd $CMSSW_BASE/src
6     eval `scramv1 ru -sh`
7    
8 edwenger 1.21 # all reco/mixing stuff is in 330_pre6
9    
10     # some code under development may be checked out:
11     # cvs co -r hiTrkFilter_BRANCH RecoHI/HiTracking
12 edwenger 1.10
13 yilmaz 1.2 # Stuff needed for PAT and Jet Analysis
14 edwenger 1.12 #cvs co UserCode/CmsHi/JetAnalysis
15     #cvs co UserCode/CmsHi/HiPatAlgos
16     #mv UserCode/CmsHi .
17     #rm -r UserCode
18 yilmaz 1.2
19 yilmaz 1.1 scramv1 b
20    
21    
22    
23    
24    
25