Skip to content

Commit

Permalink
Merge pull request #29 from jonathon-langford/dev_lite_v2
Browse files Browse the repository at this point in the history
Correcting lumi for 2018 EGamma issue
  • Loading branch information
jonathon-langford authored Jun 28, 2021
2 parents 9b2b4b0 + a2a370a commit acec105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/commonObjects.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
sqrts__ = "13TeV"

# Luminosity map in fb^-1
lumiMap = {'2016':36.33, '2017':41.48, '2018':59.83, 'combined':137.65, 'merged':137.65}
lumiMap = {'2016':36.33, '2017':41.48, '2018':59.35, 'combined':137.17, 'merged':137.17}
lumiScaleFactor = 1000. # Converting from pb to fb

# Constants
Expand Down

0 comments on commit acec105

Please sign in to comment.