Skip to content

Commit

Permalink
update readme.md with recent instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
camendola authored Nov 10, 2017
1 parent 821ff2a commit 3c1f4d2
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ git checkout HIG-16-006
cd -
scram b -j 4
```
</details>

### Instructions for 8_0_25

Expand Down Expand Up @@ -192,6 +191,52 @@ git checkout egm_id_80X_v1
cd $CMSSW_BASE/src
scram b -j 4
```
</details>

### Instructions for 8_0_26_patch1 (miniAOD 2016)
```cmsrel CMSSW_8_0_26_patch1
cd CMSSW_8_0_26_patch1/src/
cmsenv
# MET Recipe
git cms-merge-topic cms-met:METRecipe_8020 -u
git cms-merge-topic cms-met:METRecipe_80X_part2 -u
#ReReco muons fix
git cms-merge-topic gpetruc:badMuonFilters_80X_v2
# Z-recoil corrections
git clone https://github.com/CMS-HTT/RecoilCorrections.git HTT-utilities/RecoilCorrections
git clone https://github.com/LLRCMS/LLRHiggsTauTau
cd LLRHiggsTauTau
git checkout master
cd -
git clone -n https://github.com/latinos/UserCode-sixie-Muon-MuonAnalysisTools Muon/MuonAnalysisTools
cd Muon/MuonAnalysisTools
git checkout master -- interface/MuonEffectiveArea.h
cd -
git clone -n https://github.com/cms-analysis/EgammaAnalysis-ElectronTools EGamma/EGammaAnalysisTools
cd EGamma/EGammaAnalysisTools
git checkout c0db796 -- interface/ElectronEffectiveArea.h
cd -
# FSR corrections
git clone -n https://github.com/VBF-HZZ/UFHZZAnalysisRun2
cd UFHZZAnalysisRun2
git checkout master FSRPhotons
cd -
# SVfit
git clone [email protected]:veelken/SVfit_standalone.git TauAnalysis/SVfitStandalone
cd TauAnalysis/SVfitStandalone
git checkout d115239192d3eb7531e213767e02ef4777b3fbfe
cd $CMSSW_BASE/src
scram b -j 8
```

### Quick usage:
Define the files you want to run in analyzer.py and run cmsRun analyzer.py
Expand Down

0 comments on commit 3c1f4d2

Please sign in to comment.