16 |
|
# 330_pre4 features |
17 |
|
cvs co -r V11-00-00 PhysicsTools/HepMCCandAlgos # HI GenParticleProducer |
18 |
|
cvs co -r V06-00-00 DataFormats/HepMCCandidate # HI GenParticle format |
19 |
– |
#cvs co -r V04-00-00 SimGeneral/TrackingAnalysis # HI TrackingTruthProducer |
20 |
– |
|
21 |
– |
# 330_pre5 |
22 |
– |
cvs co -r V00-11-13 IOMC/RandomEngine |
23 |
– |
|
19 |
|
|
20 |
|
# HI Event Content |
21 |
|
cvs co -r V00-00-05 RecoHI/Configuration # for modified RecoHI_EventContent_cff |
22 |
< |
cvs co UserCode/edwenger/Misc |
23 |
< |
mv UserCode/edwenger/Misc/EventContentHeavyIons_cff.py Configuration/EventContent/python |
24 |
< |
mv UserCode/edwenger/Misc/HiMixing_EventContent_cff.py SimGeneral/Configuration/python |
25 |
< |
#mv UserCode/edwenger/Misc/DigiHiMix_cff.py Configuration/StandardSequences/python |
26 |
< |
mv UserCode/edwenger/Misc/ConfigBuilder.py Configuration/PyReleaseValidation/python |
27 |
< |
|
28 |
< |
# HI Utilities and Examples |
29 |
< |
cvs co UserCode/CmsHi/Utilities/python |
30 |
< |
cvs co UserCode/CmsHi/Utilities/test |
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 |
< |
cp UserCode/CmsHi/Utilities/python/mixHiSignal_cff.py SimGeneral/MixingModule/python/ |
40 |
< |
cp UserCode/CmsHi/Utilities/python/HiGenParticles_cfi.py PhysicsTools/HepMCCandAlgos/python/ |
39 |
< |
cp UserCode/CmsHi/Utilities/python/IOMC_cff.py IOMC/RandomEngine/python/ |
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 |