Skip to content

Commit

Permalink
Switch on rochester correction and EGM regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Wertz authored and blinkseb committed Feb 13, 2017
1 parent 57fb7ba commit f772b53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/HHConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@

framework.redoJEC()

framework.applyMuonCorrection('rochester')

framework.applyElectronRegression()

if not runOnData:
framework.smearJets(resolutionFile='cp3_llbb/Framework/data/Spring16_25nsV10_MC_PtResolution_AK4PFchs.txt', scaleFactorFile='cp3_llbb/Framework/data/Spring16_25nsV10_MC_SF_AK4PFchs.txt')
framework.doSystematics(['jec', 'jer'], jec={'uncertaintiesFile': 'cp3_llbb/HHAnalysis/data/Summer16_23Sep2016V4_MC_UncertaintySources_AK4PFchs.txt', 'splitBySources': True})
Expand Down

0 comments on commit f772b53

Please sign in to comment.