ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/Utilities/scripts/setup228.sh
Revision: 1.2
Committed: Wed May 6 19:46:34 2009 UTC (16 years ago) by yilmaz
Content type: application/x-sh
Branch: MAIN
Changes since 1.1: +5 -1 lines
Log Message:
correct tag for tracking

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 yilmaz 1.2 cvs co RecoHI/Configuration
9    
10     cvs co -r V01-00-02 RecoHI/HiTracking/python
11     cvs co -r V02-02-06 RecoPixelVertexing/PixelLowPtUtilities
12    
13 yilmaz 1.1 cvs co RecoHI/HiJetAlgos
14     cvs co RecoHI/HiEgammaAlgos
15    
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
21     cvs co -r $CMSSW_VERSION SimCalorimetry/HcalSimProducers
22     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
23     mv tmp.cc $CMSSW_BASE/src/SimCalorimetry/HcalSimProducers/src/HcalDigiProducer.cc
24     cvs co UserCode/CmsHi
25     mv UserCode/CmsHi .
26     scramv1 b
27    
28