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 |
9 |
> |
cvs co Configuration/Generator # for hiSignal GEN configs |
10 |
> |
addpkg Configuration/PyReleaseValidation # for modified ConfigBuilder |
11 |
|
|
12 |
< |
# 330_pre4 features |
13 |
< |
cvs co -r V11-00-00 PhysicsTools/HepMCCandAlgos # HI GenParticleProducer |
14 |
< |
cvs co -r V06-00-00 DataFormats/HepMCCandidate # HI GenParticle format |
19 |
< |
#cvs co -r V04-00-00 SimGeneral/TrackingAnalysis # HI TrackingTruthProducer |
20 |
< |
|
21 |
< |
# HI Event Content |
22 |
< |
cvs co -r V00-00-05 RecoHI/Configuration # for modified RecoHI_EventContent_cff |
23 |
< |
cvs co UserCode/edwenger/Misc |
24 |
< |
mv UserCode/edwenger/Misc/EventContentHeavyIons_cff.py Configuration/EventContent/python |
25 |
< |
mv UserCode/edwenger/Misc/HiMixing_EventContent_cff.py SimGeneral/Configuration/python |
26 |
< |
#mv UserCode/edwenger/Misc/DigiHiMix_cff.py Configuration/StandardSequences/python |
27 |
< |
mv UserCode/edwenger/Misc/ConfigBuilder.py Configuration/PyReleaseValidation/python |
28 |
< |
|
29 |
< |
# HI Utilities and Examples |
30 |
< |
cvs co UserCode/CmsHi/Utilities/python |
31 |
< |
cvs co UserCode/CmsHi/Utilities/test |
32 |
< |
|
33 |
< |
cp UserCode/CmsHi/Utilities/python/mixHiSignal_cff.py SimGeneral/MixingModule/python/ |
34 |
< |
cp UserCode/CmsHi/Utilities/python/HiGenParticles_cfi.py PhysicsTools/HepMCCandAlgos/python/ |
35 |
< |
cp UserCode/CmsHi/Utilities/python/IOMC_cff.py IOMC/RandomEngine/python/ |
12 |
> |
cvs co -d Misc UserCode/edwenger/Misc |
13 |
> |
mv Misc/ConfigBuilder.py Configuration/PyReleaseValidation/python #hiTrackingParticles without DigiHiMix |
14 |
> |
rm -r Misc |
15 |
|
|
16 |
|
# Stuff needed for PAT and Jet Analysis |
17 |
< |
cvs co UserCode/CmsHi/JetAnalysis |
18 |
< |
cvs co UserCode/CmsHi/HiPatAlgos |
19 |
< |
mv UserCode/CmsHi . |
20 |
< |
rm -r UserCode |
17 |
> |
#cvs co UserCode/CmsHi/JetAnalysis |
18 |
> |
#cvs co UserCode/CmsHi/HiPatAlgos |
19 |
> |
#mv UserCode/CmsHi . |
20 |
> |
#rm -r UserCode |
21 |
|
|
22 |
|
scramv1 b |
23 |
|
|