32 |
|
cvs co RecoHI/HiEgammaAlgos # for 3_9_8 reconstruction including spike cleaner |
33 |
|
cvs co -d CmsHi/PhotonAnalysis UserCode/CmsHi/PhotonAnalysis |
34 |
|
cvs co -d UserCode/HafHistogram UserCode/CmsHi/HafHistogram |
35 |
+ |
cp CmsHi/JetAnalysis/modifiedFiles/HiIsolationCommonParameters_cff.py RecoHI/HiEgammaAlgos/python/ |
36 |
|
# electron reco sequence |
37 |
< |
rm -rf RecoHI/HiEgammaAlgos/python |
38 |
< |
cvs co -r CMSSW_3_9_9_patch1 RecoHI/HiEgammaAlgos/python |
38 |
< |
cvs co RecoHI/HiEgammaAlgos/python/HiCoreTools.py |
39 |
< |
cvs co RecoHI/HiEgammaAlgos/python/HiHelperTools.py |
37 |
> |
rm -f RecoHI/HiEgammaAlgos/python/HiElectronSequence_cff.py |
38 |
> |
cvs co -r CMSSW_3_9_9_patch1 RecoHI/HiEgammaAlgos/python/HiElectronSequence_cff.py # temp fix b/c head version not working |
39 |
|
|
40 |
|
#ecal and hcal cleaning |
41 |
|
#hcal |
50 |
|
cvs co -r HI_HLT_2010_11_20_fix2 RecoHI/HiEgammaAlgos/plugins/HiSpikeCleaner.cc |
51 |
|
|
52 |
|
# openhlt |
53 |
< |
cvs co -r V03-03-08 HLTrigger/HLTanalyzers |
54 |
< |
ed -i 's|std::cout << " Beginning HLTAnalyzer Analysis|//std::cout << " Beginning HLTAnalyzer Analysis|' HLTrigger/HLTanalyzers/src/HLTAnalyzer.cc |
55 |
< |
sed -i 's|errMax(){return 100;}|errMax(){return 0;}|' HLTrigger/HLTanalyzers/interface/HLTAnalyzer.h |
53 |
> |
cvs co -r V03-03-08-01 HLTrigger/HLTanalyzers |
54 |
> |
# cvs co -r branch_HI39X HLTrigger/HLTanalyzers |
55 |
> |
|
56 |
> |
# muons for PF |
57 |
> |
addpkg DataFormats/ParticleFlowCandidate |
58 |
> |
addpkg RecoParticleFlow/PFProducer |
59 |
> |
addpkg RecoParticleFlow/PFRootEvent |
60 |
> |
|
61 |
> |
# private mods related to muon reco |
62 |
> |
|
63 |
> |
modifiedFileDir=UserCode/yetkin/ParticleFlow/modifiedFiles |
64 |
> |
cvs co $modifiedFileDir |
65 |
> |
|
66 |
> |
cp $modifiedFileDir/PFRootEventManager.cc RecoParticleFlow/PFRootEvent/src/ |
67 |
> |
cp $modifiedFileDir/PFBlockAlgo.h RecoParticleFlow/PFProducer/interface/ |
68 |
> |
cp $modifiedFileDir/PFBlockProducer.cc RecoParticleFlow/PFProducer/plugins/ |
69 |
> |
cp $modifiedFileDir/HiHackedAnalyticalTrackSelector.cc edwenger/HiTrkEffAnalyzer/src/ |
70 |
> |
|
71 |
> |
|
72 |
> |
|
73 |
> |
|
74 |
> |
|
75 |
> |
|
76 |
> |
|
77 |
> |
|
78 |
|
|
79 |
|
scram b -j4 |