ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/Utilities/scripts/setup326for330preXcrab.sh
Revision: 1.1
Committed: Tue Sep 15 15:34:20 2009 UTC (15 years, 7 months ago) by yilmaz
Content type: application/x-sh
Branch: MAIN
CVS Tags: pre5, pre4, HEAD
Log Message:
setup for prerelease+crab

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 # latest configurations
9 cvs co SimGeneral/MixingModule/python # for mixHiSignal_cff
10 cvs co SimGeneral/Configuration/python # for HiMixing_EventContent
11 cvs co Configuration/Generator/python # for hiSignal Generation
12 cvs co Configuration/StandardSequences/python # for DigiHiMix_cff
13 cvs co Configuration/EventContent/python # for EventContentHeavyIons
14 cvs co Configuration/PyReleaseValidation # for modified ConfigBuilder
15
16 # 330_pre4 features
17 cvs co -r V11-00-00 PhysicsTools/HepMCCandAlgos/python # HI GenParticleProducer
18 #cvs co -r V04-00-00 SimGeneral/TrackingAnalysis # HI TrackingTruthProducer
19
20 # 330_pre5
21 cvs co -r V00-11-13 IOMC/RandomEngine/python
22
23
24 # HI Event Content
25 cvs co -r V00-00-05 RecoHI/Configuration # for modified RecoHI_EventContent_cff
26 cvs co UserCode/edwenger/Misc
27 mv UserCode/edwenger/Misc/EventContentHeavyIons_cff.py Configuration/EventContent/python
28 mv UserCode/edwenger/Misc/HiMixing_EventContent_cff.py SimGeneral/Configuration/python
29 #mv UserCode/edwenger/Misc/DigiHiMix_cff.py Configuration/StandardSequences/python
30 mv UserCode/edwenger/Misc/ConfigBuilder.py Configuration/PyReleaseValidation/python
31
32 # HI Utilities and Examples
33 cvs co UserCode/CmsHi/Utilities/python
34 cvs co UserCode/CmsHi/Utilities/test
35
36 cp UserCode/CmsHi/Utilities/python/mixHiSignal_cff.py SimGeneral/MixingModule/python/
37 cp UserCode/CmsHi/Utilities/python/HiGenParticles_cfi.py PhysicsTools/HepMCCandAlgos/python/
38 cp UserCode/CmsHi/Utilities/python/IOMC_cff.py IOMC/RandomEngine/python/
39
40 # Stuff needed for PAT and Jet Analysis
41 cvs co UserCode/CmsHi/JetAnalysis/python
42 cvs co UserCode/CmsHi/HiPatAlgos/python
43 mv UserCode/CmsHi .
44 rm -r UserCode
45
46 cvs co RecoJets/Configuration/python
47 cvs co RecoJets/JetProducers/python
48 cvs co RecoJets/JetAlgorithms/python
49 cvs co RecoHI/HiTracking/python
50 cvs co RecoHI/HiJetAlgos/python
51 cvs co RecoHI/HiEgammaAlgos/python
52 cvs co RecoHI/HiMuonAlgos/python
53 cvs co RecoHI/HiCentralityAlgos/python
54 cvs co RecoHI/HiEvtPlaneAlgos/python
55
56 scramv1 b
57
58
59
60
61
62