Skip to content

Commit

Permalink
checked units to be sure that everything is within pb and not fb
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan-Wiederspan committed Feb 20, 2024
1 parent c0c6a50 commit 9f68f52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmsdb/processes/higgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# Single Higgs
#

# Source: xsecs were given in fb, uncertainties in %, values are taken fro m_H = 125 GeV
# Source: xsecs were given in pb, uncertainties in %, values are taken fro m_H = 125 GeV
# https://twiki.cern.ch/twiki/bin/view/LHCPhysics/CERNYellowReportPageAt13TeV?rev=24

h = Process(
Expand Down Expand Up @@ -304,6 +304,8 @@
},
)

# Source: xsecs were given in fb but are converted to pb,
# uncertainties in %, values are taken for m_H = 125 GeV
# https://twiki.cern.ch/twiki/bin/view/LHCPhysics/LHCHWGHH?rev=90#HHjj_VBF

hh_vbf = hh.add_process(
Expand Down

0 comments on commit 9f68f52

Please sign in to comment.