ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/Utilities/scripts/setup33X.sh
Revision: 1.9
Committed: Tue Sep 15 13:49:09 2009 UTC (15 years, 7 months ago) by yilmaz
Content type: application/x-sh
Branch: MAIN
Changes since 1.8: +4 -0 lines
Log Message:
Random Numbers

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.6 cvs co SimGeneral/MixingModule/python # for mixHiSignal_cff
10     cvs co SimGeneral/Configuration # for HiMixing_EventContent
11     cvs co Configuration/Generator # for hiSignal Generation
12     cvs co Configuration/StandardSequences # for DigiHiMix_cff
13     cvs co Configuration/EventContent # for EventContentHeavyIons
14     cvs co Configuration/PyReleaseValidation # for modified ConfigBuilder
15 edwenger 1.4
16     # 330_pre4 features
17 edwenger 1.6 cvs co -r V11-00-00 PhysicsTools/HepMCCandAlgos # HI GenParticleProducer
18     cvs co -r V06-00-00 DataFormats/HepMCCandidate # HI GenParticle format
19     #cvs co -r V04-00-00 SimGeneral/TrackingAnalysis # HI TrackingTruthProducer
20 edwenger 1.4
21 yilmaz 1.9 # 330_pre5
22     cvs co -r V00-11-13 IOMC/RandomEngine
23    
24    
25 edwenger 1.4 # HI Event Content
26 edwenger 1.6 cvs co -r V00-00-05 RecoHI/Configuration # for modified RecoHI_EventContent_cff
27 edwenger 1.4 cvs co UserCode/edwenger/Misc
28 edwenger 1.5 mv UserCode/edwenger/Misc/EventContentHeavyIons_cff.py Configuration/EventContent/python
29     mv UserCode/edwenger/Misc/HiMixing_EventContent_cff.py SimGeneral/Configuration/python
30     #mv UserCode/edwenger/Misc/DigiHiMix_cff.py Configuration/StandardSequences/python
31     mv UserCode/edwenger/Misc/ConfigBuilder.py Configuration/PyReleaseValidation/python
32 edwenger 1.4
33     # HI Utilities and Examples
34 yilmaz 1.3 cvs co UserCode/CmsHi/Utilities/python
35     cvs co UserCode/CmsHi/Utilities/test
36    
37 yilmaz 1.7 cp UserCode/CmsHi/Utilities/python/mixHiSignal_cff.py SimGeneral/MixingModule/python/
38 yilmaz 1.8 cp UserCode/CmsHi/Utilities/python/HiGenParticles_cfi.py PhysicsTools/HepMCCandAlgos/python/
39     cp UserCode/CmsHi/Utilities/python/IOMC_cff.py IOMC/RandomEngine/python/
40 yilmaz 1.7
41 yilmaz 1.2 # Stuff needed for PAT and Jet Analysis
42     cvs co UserCode/CmsHi/JetAnalysis
43     cvs co UserCode/CmsHi/HiPatAlgos
44     mv UserCode/CmsHi .
45     rm -r UserCode
46    
47 yilmaz 1.1 scramv1 b
48    
49    
50    
51    
52    
53