ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/Utilities/scripts/setup33X.sh
(Generate patch)

Comparing UserCode/CmsHi/Utilities/scripts/setup33X.sh (file contents):
Revision 1.3 by yilmaz, Tue Sep 8 11:55:32 2009 UTC vs.
Revision 1.12 by edwenger, Mon Sep 21 09:14:40 2009 UTC

# Line 5 | Line 5 | export CVSROOT=:gserver:cmscvs.cern.ch:/
5   cd $CMSSW_BASE/src
6   eval `scramv1 ru -sh`
7  
8 < cvs co SimGeneral/MixingModule
9 < cvs co Configuration/Generator
10 < cvs co Configuration/StandardSequences
11 <
12 < # Needed for HiGenParticles - to be in release soon
13 < cvs co -r Development_34x_HeavyIons PhysicsTools/HepMCCandAlgos
14 < cvs co -r Development_34x_HeavyIons DataFormats/HepMCCandidate
15 < cvs co UserCode/CmsHi/Utilities/python
16 < cvs co UserCode/CmsHi/Utilities/test
8 > # latest configurations
9 > 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 > addpkg Configuration/PyReleaseValidation                     # for modified ConfigBuilder
14 >
15 > # HI Event Content
16 > cvs co -r V00-00-05 RecoHI/Configuration        # for modified RecoHI_EventContent_cff
17 > cvs co -r V02-00-00 SimGeneral/Configuration    # for HiMixing_EventContent
18 >
19 > cvs co -d Misc UserCode/edwenger/Misc
20 > mv Misc/ConfigBuilder.py Configuration/PyReleaseValidation/python  # with HISIGNAL step
21 > mv Misc/DigiHiMix_cff.py Configuration/StandardSequences/python    # hiTrackingParticles
22 > rm -r Misc
23  
24   # Stuff needed for PAT and Jet Analysis
25 < cvs co UserCode/CmsHi/JetAnalysis
26 < cvs co UserCode/CmsHi/HiPatAlgos
27 < mv UserCode/CmsHi .
28 < rm -r UserCode
25 > #cvs co UserCode/CmsHi/JetAnalysis
26 > #cvs co UserCode/CmsHi/HiPatAlgos
27 > #mv UserCode/CmsHi .
28 > #rm -r UserCode
29  
30   scramv1 b
31  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines