-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsetuprel.sh
27 lines (22 loc) · 1.27 KB
/
setuprel.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
#!/bin/bash
# fixes for MET
git cms-merge-topic -u cms-met:fromCMSSW_8_0_20_postICHEPfilter
git cms-merge-topic ahinzmann:METRecipe_8020_Moriond17
git cms-merge-topic cms-met:METRecipe_8020
# ecal smearing
git cms-merge-topic emanueledimarco:ecal_smear_fix_80X
# el ID
git cms-merge-topic ikrav:egm_id_80X_v2
git clone -b egm_id_80X_v1 https://github.com/ikrav/RecoEgamma-ElectronIdentification.git RecoEgamma/ElectronIdentification/data.new
rsync -avP RecoEgamma/ElectronIdentification/data.new/* RecoEgamma/ElectronIdentification/data/
rm -rf RecoEgamma/ElectronIdentification/data.new/
# pho ID
git cms-merge-topic ikrav:egm_id_80X_v3_photons
git clone -b egm_id_80X_v1 https://github.com/ikrav/RecoEgamma-PhotonIdentification.git RecoEgamma/PhotonIdentification/data.new
rsync -avP RecoEgamma/PhotonIdentification/data.new/* RecoEgamma/PhotonIdentification/data/
rm -rf RecoEgamma/PhotonIdentification/data.new/
# it's okay, at least our detector isn't on fire
git cms-add-pkg EgammaAnalysis/ElectronTools
git cms-merge-topic shervin86:Moriond2017_JEC_energyScales
git clone [email protected]:ECALELFS/ScalesSmearings.git EgammaAnalysis/ElectronTools/data/ScalesSmearings.new
rsync -avP EgammaAnalysis/ElectronTools/data/ScalesSmearings.new/* EgammaAnalysis/ElectronTools/data/ScalesSmearings/