ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/Utilities/scripts/setup22X.sh
(Generate patch)

Comparing UserCode/CmsHi/Utilities/scripts/setup22X.sh (file contents):
Revision 1.1 by yilmaz, Tue May 12 18:12:57 2009 UTC vs.
Revision 1.6 by yilmaz, Tue Jun 16 08:42:25 2009 UTC

# Line 7 | Line 7 | eval `scramv1 ru -sh`
7  
8   cvs co RecoHI/Configuration
9  
10 < cvs co -r V01-00-02 RecoHI/HiTracking/python
10 > cvs co -r BRANCH22X RecoHI/HiTracking
11   cvs co -r V02-02-06 RecoPixelVertexing/PixelLowPtUtilities
12  
13 < cvs co RecoHI/HiJetAlgos
14 < cvs co RecoHI/HiEgammaAlgos
13 > cvs co -r cmshi_22X RecoHI/HiJetAlgos
14 > cvs co -r cmshi_22X RecoHI/HiEgammaAlgos
15 >
16 > cvs co -r V01-02-16 GeneratorInterface/HydjetInterface
17 > cvs co -r V00-02-12 GeneratorInterface/PyquenInterface
18 >
19 > cvs co -r cmshi_22X SimDataFormats/HiGenData
20 > cvs co -r V01-00-01 SimDataFormats/HepMCProduct
21 > cvs co -r V01-00-04 SimDataFormats/GeneratorProducts
22  
16 cvs co GeneratorInterface/HydjetInterface
17 cvs co GeneratorInterface/PyquenInterface
18 cvs co SimDataFormats/HiGenData
19 cvs co SimDataFormats/HepMCProduct
20 cvs co SimDataFormats/GeneratorProducts
23   cvs co -r $CMSSW_VERSION SimCalorimetry/HcalSimProducers
24   cat $CMSSW_BASE/src/SimCalorimetry/HcalSimProducers/src/HcalDigiProducer.cc | replace "doZDC(true)" "doZDC(false)" | replace "e.getByLabel(\"mix\", zdcHitsName , zdccf)" "// e.getByLabel(\"mix\", zdcHitsName , zdccf)" | replace "colzdc(new MixCollection<PCaloHit>(zdccf.product()))" "colzdc(new MixCollection<PCaloHit>(new CrossingFrame<PCaloHit>))" | replace "theHitCorrection->fillChargeSums(*colzdc)" "// zdc correction" > tmp.cc
25   mv tmp.cc $CMSSW_BASE/src/SimCalorimetry/HcalSimProducers/src/HcalDigiProducer.cc
26 < cvs co UserCode/CmsHi
26 >
27 > cvs co -r cmshi_22X UserCode/CmsHi/Utilities
28 > cvs co -r cmshi_22X UserCode/CmsHi/JetAnalysis
29   mv UserCode/CmsHi .
30 +
31   scramv1 b
32  
33  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines