1 |
frankma |
1.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/
|
5 |
|
|
|
6 |
|
|
# pat macros
|
7 |
|
|
cvs co -d MNguyen/patMacrosForMC UserCode/MNguyen/patMacrosForMC
|
8 |
|
|
cvs co -d MNguyen/patMacrosForDataSkims UserCode/MNguyen/patMacrosForDataSkims
|
9 |
|
|
cvs co -d MNguyen/Configuration UserCode/MNguyen/Configuration
|
10 |
|
|
cvs co HeavyIonsAnalysis/Configuration
|
11 |
|
|
|
12 |
|
|
# Jet and HI Software
|
13 |
|
|
cvs co -d MNguyen/InclusiveJetAnalyzer UserCode/MNguyen/InclusiveJetAnalyzer
|
14 |
|
|
|
15 |
yilmaz |
1.2 |
cvs co -r V05-08-05 RecoJets/JetProducers
|
16 |
frankma |
1.1 |
cvs co RecoHI/HiJetAlgos
|
17 |
|
|
addpkg RecoHI/Configuration
|
18 |
|
|
|
19 |
|
|
#Centrality
|
20 |
|
|
cvs co CondFormats/HIObjects
|
21 |
|
|
cvs co DataFormats/HeavyIonEvent
|
22 |
|
|
cvs co RecoHI/HiCentralityAlgos
|
23 |
|
|
cvs co -d CmsHi/Analysis2010 UserCode/CmsHi/Analysis2010
|
24 |
|
|
|
25 |
|
|
# needed to get PFTowers to work
|
26 |
|
|
cvs co -d CmsHi/JetAnalysis UserCode/CmsHi/JetAnalysis
|
27 |
|
|
|
28 |
|
|
#ecal and hcal cleaning
|
29 |
|
|
#hcal
|
30 |
|
|
addpkg RecoLocalCalo/HcalRecAlgos
|
31 |
|
|
cvs co -r V00-07-21 RecoLocalCalo/HcalRecAlgos/src/HBHETimingShapedFlag.cc
|
32 |
|
|
cvs co -r V00-07-21 RecoLocalCalo/HcalRecAlgos/interface/HBHETimingShapedFlag.h
|
33 |
|
|
cvs co -r V00-00-18 JetMETAnalysis/HcalReflagging
|
34 |
|
|
cvs co -d HcalFilter UserCode/MTonjes/HcalFilter
|
35 |
|
|
|
36 |
|
|
#ecal requires some code from the photon analyzer, 'rm' commands are to truncate the endless chain of packages obviously, this should be cleaned up
|
37 |
|
|
cvs co -d CmsHi/PhotonAnalysis UserCode/CmsHi/PhotonAnalysis
|
38 |
|
|
rm CmsHi/PhotonAnalysis/plugins/MultiPhotonAnalyzer.*
|
39 |
|
|
rm CmsHi/PhotonAnalysis/plugins/SinglePhotonAnalyzer.*
|
40 |
|
|
cvs co -d UserCode/HafHistogram UserCode/CmsHi/HafHistogram
|
41 |
|
|
|
42 |
|
|
# trigger analyzers
|
43 |
yilmaz |
1.3 |
cvs co -r hi413_01 HLTrigger/HLTanalyzers
|
44 |
frankma |
1.1 |
|
45 |
|
|
scram build -c
|
46 |
|
|
scram b -j4
|