ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/Utilities/scripts/setup33X.sh
Revision: 1.16
Committed: Wed Sep 23 11:25:14 2009 UTC (15 years, 7 months ago) by edwenger
Content type: application/x-sh
Branch: MAIN
Changes since 1.15: +1 -3 lines
Log Message:
get latest cmsDriver stuff from PyReleaseValidation branch

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.12 cvs co -r V05-00-01 SimGeneral/MixingModule/python # for mixHiSignal_cff
10     cvs co -r V01-17-10 Configuration/StandardSequences # for HiSignal_cff
11     cvs co -r V11-01-00 PhysicsTools/HepMCCandAlgos/python # for HiGenParticles_cfi
12     cvs co Configuration/Generator # for hiSignal GEN configs
13 edwenger 1.16 cvs co -r ap33X-branch Configuration/PyReleaseValidation # for modified ConfigBuilder
14 edwenger 1.14 cvs co -r CMSSW_3_3_0_pre4 IOMC/RandomEngine/python # for hiSignalLHCTransport
15 yilmaz 1.9
16 edwenger 1.4 # HI Event Content
17 edwenger 1.15 cvs co RecoHI/Configuration # for modified RecoHI_EventContent_cff
18 edwenger 1.12 cvs co -r V02-00-00 SimGeneral/Configuration # for HiMixing_EventContent
19 edwenger 1.15 cvs co RecoHI/HiMuonAlgos/python # for muonRecoPbPb sequence
20 edwenger 1.12
21 edwenger 1.10 cvs co -d Misc UserCode/edwenger/Misc
22 edwenger 1.12 mv Misc/DigiHiMix_cff.py Configuration/StandardSequences/python # hiTrackingParticles
23 edwenger 1.13 mv Misc/ReconstructionHeavyIons_cff.py Configuration/StandardSequences/python # use imported globalRecoPbPb sequence
24 edwenger 1.14 mv Misc/IOMC_cff.py IOMC/RandomEngine/python # with hiSignalLHCTransport for extended geometry
25 edwenger 1.10 rm -r Misc
26    
27 yilmaz 1.2 # Stuff needed for PAT and Jet Analysis
28 edwenger 1.12 #cvs co UserCode/CmsHi/JetAnalysis
29     #cvs co UserCode/CmsHi/HiPatAlgos
30     #mv UserCode/CmsHi .
31     #rm -r UserCode
32 yilmaz 1.2
33 yilmaz 1.1 scramv1 b
34    
35    
36    
37    
38    
39