1 |
|
## hiGoodMergedTracks and the track analyzer |
2 |
|
cvs co -d edwenger/HiVertexAnalyzer UserCode/edwenger/HiVertexAnalyzer |
3 |
|
cvs co -d edwenger/HiTrkEffAnalyzer UserCode/edwenger/HiTrkEffAnalyzer |
4 |
< |
cvs co -d edwenger/HiTrkEffAnalyzer/python/ UserCode/edwenger/HiTrkEffAnalyzer/python/ |
4 |
> |
cvs co -r hi39X_01 -d MitHig/PixelTrackletAnalyzer UserCode/MitHig/PixelTrackletAnalyzer |
5 |
> |
cvs co -d edwenger/Skims UserCode/edwenger/Skims |
6 |
> |
cvs co -d edwenger/VertexAnalyzer UserCode/edwenger/VertexAnalyzer |
7 |
> |
cvs co -d edwenger/TrkEffAnalyzer UserCode/edwenger/TrkEffAnalyzer |
8 |
|
|
9 |
|
# pat macros |
10 |
|
cvs co -d MNguyen/patMacrosForMC UserCode/MNguyen/patMacrosForMC |
15 |
|
# Jet and HI Software |
16 |
|
cvs co -d MNguyen/InclusiveJetAnalyzer UserCode/MNguyen/InclusiveJetAnalyzer |
17 |
|
|
18 |
< |
cvs co -r V05-08-05 RecoJets/JetProducers |
18 |
> |
cvs co -r V05-01-09-01 RecoJets/JetProducers |
19 |
|
cvs co RecoHI/HiJetAlgos |
20 |
|
addpkg RecoHI/Configuration |
21 |
|
|
26 |
|
cvs co -d CmsHi/Analysis2010 UserCode/CmsHi/Analysis2010 |
27 |
|
|
28 |
|
# needed to get PFTowers to work |
29 |
< |
cvs co -d CmsHi/JetAnalysis UserCode/CmsHi/JetAnalysis |
29 |
> |
cvs co -r hi413_05 -d CmsHi/JetAnalysis UserCode/CmsHi/JetAnalysis |
30 |
|
|
31 |
|
#ecal and hcal cleaning |
32 |
|
#hcal |
37 |
|
cvs co -d HcalFilter UserCode/MTonjes/HcalFilter |
38 |
|
|
39 |
|
#ecal requires some code from the photon analyzer, 'rm' commands are to truncate the endless chain of packages obviously, this should be cleaned up |
40 |
< |
cvs co -d CmsHi/PhotonAnalysis UserCode/CmsHi/PhotonAnalysis |
41 |
< |
rm CmsHi/PhotonAnalysis/plugins/MultiPhotonAnalyzer.* |
39 |
< |
rm CmsHi/PhotonAnalysis/plugins/SinglePhotonAnalyzer.* |
40 |
> |
cvs co -d RecoHI/HiEgammaAlgos UserCode/yetkin/RecoHI/HiEgammaAlgos |
41 |
> |
cvs co -d CmsHi/PhotonAnalysis UserCode/yetkin/PhotonAnalysis |
42 |
|
cvs co -d UserCode/HafHistogram UserCode/CmsHi/HafHistogram |
43 |
|
|
44 |
|
# trigger analyzers |
45 |
< |
cvs co -r CMSSW_4_1_2_patch1 HLTrigger/HLTanalyzers |
44 |
< |
# some output cleanup |
45 |
< |
sed -i 's|std::cout << " Beginning HLTAnalyzer Analysis|//std::cout << " Beginning HLTAnalyzer Analysis|' HLTrigger/HLTanalyzers/src/HLTAnalyzer.cc |
46 |
< |
sed -i 's|errMax(){return 100;}|errMax(){return 0;}|' HLTrigger/HLTanalyzers/interface/HLTAnalyzer.h |
45 |
> |
cvs co -r hi413_05 HLTrigger/HLTanalyzers |
46 |
|
|
47 |
|
scram build -c |
48 |
|
scram b -j4 |