-
Notifications
You must be signed in to change notification settings - Fork 1
/
checkout_analysis.sh
45 lines (39 loc) · 1.39 KB
/
checkout_analysis.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# commands check out full analysis
source /afs/cern.ch/cms/cmsset_default.sh
cmsrel CMSSW_5_3_11_patch6
cd CMSSW_5_3_11_patch6/
git clone https://github.com/heinzK1X/CmsToolsAC3b.git
cd python
ln -s ../CmsToolsAC3b/cmstoolsac3b
cd ../src
cmsenv
git cms-addpkg PhysicsTools/PatAlgos
git cms-merge-topic -u vadler:53X-tagset133511
git cms-addpkg PhysicsTools/PatUtils
git cms-merge-topic -u vadler:53X-tagset133511-newBTagging
git cms-merge-topic -u vadler:53X-tagset133511-newEGIsolation
git cms-merge-topic -u cms-tau-pog:CMSSW_5_3_X
scram b -j 9
git remote add -f EGamma-EGammaAnalysisTools https://github.com/ETHZ/EGamma-EGammaAnalysisTools
git merge -s ours --no-commit EGamma-EGammaAnalysisTools/V00-00-30
git read-tree --prefix=EGamma/EGammaAnalysisTools -u EGamma-EGammaAnalysisTools/V00-00-30
git commit -m 'Merge EGammaAnalysisTools in CMSSW'
git checkout EGamma
git clone https://github.com/peruzzim/SCFootprintRemoval.git
cd SCFootprintRemoval/
git checkout V01-01
cd ../
mkdir PFIsolation
mv SCFootprintRemoval PFIsolation/SuperClusterFootprintRemoval
scram b -j 9
git clone https://github.com/HeinAtCERN/TTGammaModules.git
git clone https://github.com/HeinAtCERN/MyProducts.git
git clone https://github.com/HeinAtCERN/MyPackage.git
scram b -j 9
cd ..
svn co https://ekptrac.physik.uni-karlsruhe.de/public/theta/tags/testing theta
cd theta
make
cd ../python
ln -s ../theta/utils2/theta_auto/
cd ../src