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 hi413_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 |
> |
cvs co -d edwenger/TrackSpectraAnalyzer UserCode/edwenger/TrackSpectraAnalyzer |
10 |
> |
cvs co -d edwenger/EvtSelAnalyzer UserCode/edwenger/EvtSelAnalyzer |
11 |
> |
cvs co -d SpectraAna/JetEtaPhiFilter UserCode/ASYoon/SpectraAna/JetEtaPhiFilter |
12 |
> |
cvs co -d SpectraAna/TrackSpectraAnalyzer UserCode/ASYoon/SpectraAna/TrackSpectraAnalyzer |
13 |
> |
|
14 |
> |
cvs co UserCode/FerencSiklerVertexing |
15 |
|
|
16 |
|
# pat macros |
17 |
|
cvs co -d MNguyen/patMacrosForMC UserCode/MNguyen/patMacrosForMC |
22 |
|
# Jet and HI Software |
23 |
|
cvs co -d MNguyen/InclusiveJetAnalyzer UserCode/MNguyen/InclusiveJetAnalyzer |
24 |
|
|
25 |
< |
cvs co -r V05-08-05 RecoJets/JetProducers |
25 |
> |
cvs co -r V05-01-09-01 RecoJets/JetProducers |
26 |
|
cvs co RecoHI/HiJetAlgos |
27 |
|
addpkg RecoHI/Configuration |
28 |
|
|
33 |
|
cvs co -d CmsHi/Analysis2010 UserCode/CmsHi/Analysis2010 |
34 |
|
|
35 |
|
# needed to get PFTowers to work |
36 |
< |
cvs co -d CmsHi/JetAnalysis UserCode/CmsHi/JetAnalysis |
36 |
> |
cvs co -r hi413_11 -d CmsHi/JetAnalysis UserCode/CmsHi/JetAnalysis |
37 |
|
|
38 |
|
#ecal and hcal cleaning |
39 |
|
#hcal |
44 |
|
cvs co -d HcalFilter UserCode/MTonjes/HcalFilter |
45 |
|
|
46 |
|
#ecal requires some code from the photon analyzer, 'rm' commands are to truncate the endless chain of packages obviously, this should be cleaned up |
47 |
< |
cvs co -d CmsHi/PhotonAnalysis UserCode/CmsHi/PhotonAnalysis |
48 |
< |
rm CmsHi/PhotonAnalysis/plugins/MultiPhotonAnalyzer.* |
39 |
< |
rm CmsHi/PhotonAnalysis/plugins/SinglePhotonAnalyzer.* |
47 |
> |
cvs co -d RecoHI/HiEgammaAlgos UserCode/yetkin/RecoHI/HiEgammaAlgos |
48 |
> |
cvs co -d CmsHi/PhotonAnalysis UserCode/yetkin/PhotonAnalysis |
49 |
|
cvs co -d UserCode/HafHistogram UserCode/CmsHi/HafHistogram |
50 |
|
|
51 |
|
# trigger analyzers |
52 |
< |
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 |
52 |
> |
cvs co -r hi413_05 HLTrigger/HLTanalyzers |
53 |
|
|
54 |
|
scram build -c |
55 |
|
scram b -j4 |