ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/Utilities/scripts/setup33X.sh
Revision: 1.20
Committed: Mon Sep 28 09:19:49 2009 UTC (15 years, 7 months ago) by edwenger
Content type: application/x-sh
Branch: MAIN
CVS Tags: pre5
Changes since 1.19: +2 -14 lines
Log Message:
almost everything in pre5 already

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.4 # latest configurations
9 edwenger 1.20 cvs co Configuration/Generator # for hiSignal GEN configs
10     addpkg Configuration/PyReleaseValidation # for modified ConfigBuilder
11 edwenger 1.12
12 edwenger 1.10 cvs co -d Misc UserCode/edwenger/Misc
13 edwenger 1.18 mv Misc/ConfigBuilder.py Configuration/PyReleaseValidation/python #hiTrackingParticles without DigiHiMix
14 edwenger 1.10 rm -r Misc
15    
16 yilmaz 1.2 # Stuff needed for PAT and Jet Analysis
17 edwenger 1.12 #cvs co UserCode/CmsHi/JetAnalysis
18     #cvs co UserCode/CmsHi/HiPatAlgos
19     #mv UserCode/CmsHi .
20     #rm -r UserCode
21 yilmaz 1.2
22 yilmaz 1.1 scramv1 b
23    
24    
25    
26    
27    
28