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 |
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 |
15 |
|
|
16 |
|
# 330_pre4 features |
17 |
< |
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 |
17 |
> |
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 |
22 |
< |
cvs co UserCode/edwenger/Misc |
23 |
< |
mv UserCode/edwenger/Misc/EventContentHeavyIons_cff.py Configuration/EventContent |
24 |
< |
mv UserCode/edwenger/Misc/HiMixing_EventContent_cff.py SimGeneral/Configuration |
25 |
< |
mv UserCode/edwenger/Misc/DigiHiMix_cff.py Configuration/StandardSequences |
26 |
< |
mv UserCode/edwenger/Misc/ConfigBuilder.py Configuration/PyReleaseValidation |
27 |
< |
|
28 |
< |
# HI Utilities and Examples |
29 |
< |
cvs co UserCode/CmsHi/Utilities/python |
30 |
< |
cvs co UserCode/CmsHi/Utilities/test |
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 |
41 |
|
|
42 |
|
# Stuff needed for PAT and Jet Analysis |
43 |
|
cvs co UserCode/CmsHi/JetAnalysis |