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.10 by edwenger, Wed Sep 16 09:44:11 2009 UTC vs.
Revision 1.21 by edwenger, Fri Oct 2 15:48:56 2009 UTC

# Line 5 | Line 5 | export CVSROOT=:gserver:cmscvs.cern.ch:/
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                 # 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
8 > # all reco/mixing stuff is in 330_pre6
9  
10 < # 330_pre4 features
11 < cvs co -r V11-00-00 PhysicsTools/HepMCCandAlgos  # HI GenParticleProducer
18 < cvs co -r V06-00-00 DataFormats/HepMCCandidate   # HI GenParticle format
19 <
20 < # HI Event Content
21 < cvs co -r V00-00-05 RecoHI/Configuration        # for modified RecoHI_EventContent_cff
22 < cvs co -d Misc UserCode/edwenger/Misc
23 < mv Misc/EventContentHeavyIons_cff.py Configuration/EventContent/python
24 < mv Misc/HiMixing_EventContent_cff.py SimGeneral/Configuration/python
25 < mv Misc/ConfigBuilder.py Configuration/PyReleaseValidation/python
26 <
27 < # HI Tracking Particles
28 < cvs co -r V04-00-00 SimGeneral/TrackingAnalysis                    # HI TrackingTruthProducer
29 < mv Misc/TrackerPSimHitSelector.cc SimGeneral/TrackingAnalysis/src  # fix for PSimHit pointer
30 < mv Misc/DigiHiMix_cff.py Configuration/StandardSequences/python    # Digi sequence using hiTrackingParticles
31 < rm -r Misc
32 <
33 < # HI GenParticle and Mixing configurations
34 < cvs co -d Utilities UserCode/CmsHi/Utilities
35 < cp Utilities/python/HiGenParticles_cfi.py PhysicsTools/HepMCCandAlgos/python/ # hiGenParticles
36 < cp Utilities/python/mixHiSignal_cff.py SimGeneral/MixingModule/python/        # with hiGenParticles
37 < rm -r Utilities
38 <
39 < # Random numbers for HI Mixing
40 < cvs co -r V00-11-13 IOMC/RandomEngine           # hiSignal and hiSignalG4SimHits added
10 > # some code under development may be checked out:
11 > # cvs co -r hiTrkFilter_BRANCH RecoHI/HiTracking
12  
13   # Stuff needed for PAT and Jet Analysis
14 < cvs co UserCode/CmsHi/JetAnalysis
15 < cvs co UserCode/CmsHi/HiPatAlgos
16 < mv UserCode/CmsHi .
17 < rm -r UserCode
14 > #cvs co UserCode/CmsHi/JetAnalysis
15 > #cvs co UserCode/CmsHi/HiPatAlgos
16 > #mv UserCode/CmsHi .
17 > #rm -r UserCode
18  
19   scramv1 b
20  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines