5 |
|
cd $CMSSW_BASE/src |
6 |
|
eval `scramv1 ru -sh` |
7 |
|
|
8 |
< |
# latest configurations |
9 |
< |
cvs co SimGeneral/MixingModule/python # HiMixing Configuration |
10 |
< |
cvs co SimGeneral/Configuration # HiMixing Event Content |
11 |
< |
cvs co Configuration/Generator # HiSignal Generation |
12 |
< |
cvs co Configuration/StandardSequences |
13 |
< |
cvs co Configuration/EventContent |
14 |
< |
cvs co Configuration/PyReleaseValidation |
8 |
> |
# all reco/mixing stuff is in 330_pre6 |
9 |
|
|
10 |
< |
# 330_pre4 features |
11 |
< |
cvs co -r V11-00-00 PhysicsTools/HepMCCandAlgos # HI GenParticles |
18 |
< |
cvs co -r V06-00-00 DataFormats/HepMCCandidate |
19 |
< |
#cvs co -r V04-00-00 SimGeneral/TrackingAnalysis # HI TrackingParticles |
20 |
< |
|
21 |
< |
# HI Event Content |
22 |
< |
cvs co -r V00-00-05 RecoHI/Configuration |
23 |
< |
cvs co UserCode/edwenger/Misc |
24 |
< |
mv UserCode/edwenger/Misc/EventContentHeavyIons_cff.py Configuration/EventContent |
25 |
< |
mv UserCode/edwenger/Misc/HiMixing_EventContent_cff.py SimGeneral/Configuration |
26 |
< |
mv UserCode/edwenger/Misc/DigiHiMix_cff.py Configuration/StandardSequences |
27 |
< |
mv UserCode/edwenger/Misc/ConfigBuilder.py Configuration/PyReleaseValidation |
28 |
< |
|
29 |
< |
# HI Utilities and Examples |
30 |
< |
cvs co UserCode/CmsHi/Utilities/python |
31 |
< |
cvs co UserCode/CmsHi/Utilities/test |
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 |
|
|