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

# Content
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 # 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
13 # Stuff needed for PAT and Jet Analysis
14 #cvs co UserCode/CmsHi/JetAnalysis
15 #cvs co UserCode/CmsHi/HiPatAlgos
16 #mv UserCode/CmsHi .
17 #rm -r UserCode
18
19 scramv1 b
20
21
22
23
24
25