ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/Utilities/scripts/setup22X.sh
Revision: 1.4
Committed: Thu Jun 4 18:35:50 2009 UTC (15 years, 11 months ago) by yilmaz
Content type: application/x-sh
Branch: MAIN
Changes since 1.3: +1 -0 lines
Log Message:
tag for event embedding

File Contents

# User Rev Content
1 yilmaz 1.1 #!/bin/sh
2    
3     export CVSROOT=:gserver:cmscvs.cern.ch:/cvs_server/repositories/CMSSW
4    
5     cd $CMSSW_BASE/src
6     eval `scramv1 ru -sh`
7    
8     cvs co RecoHI/Configuration
9    
10 edwenger 1.2 cvs co -r BRANCH22X RecoHI/HiTracking
11 yilmaz 1.1 cvs co -r V02-02-06 RecoPixelVertexing/PixelLowPtUtilities
12    
13     cvs co RecoHI/HiJetAlgos
14     cvs co RecoHI/HiEgammaAlgos
15    
16 yilmaz 1.3 cvs co -r V01-02-16 GeneratorInterface/HydjetInterface
17     cvs co -r V00-02-12 GeneratorInterface/PyquenInterface
18 edwenger 1.2
19 yilmaz 1.1 cvs co SimDataFormats/HiGenData
20     cvs co SimDataFormats/HepMCProduct
21     cvs co SimDataFormats/GeneratorProducts
22 edwenger 1.2
23 yilmaz 1.1 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 edwenger 1.2
27 yilmaz 1.1 cvs co UserCode/CmsHi
28 yilmaz 1.4 cvs co -r cmshi_22X UserCode/CmsHi
29 yilmaz 1.1 mv UserCode/CmsHi .
30 edwenger 1.2
31 yilmaz 1.1 scramv1 b
32    
33