Skip to content

Commit

Permalink
update diboson cross sections
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuschh committed Jul 6, 2023
1 parent 6dd0529 commit 9011db7
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions CrossSectionHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1718,13 +1718,7 @@ class MCSampleValuesHelper(MCSampleValuesHelperPrototype):
},

"WW" : {
"CrossSection" : MCSampleValuesHelperPrototype.XSValues(
XSec_13TeV=75.91, XSecSource_13TeV="GenXSecAnalyzer (LO) for UL 16",
XSec_UL16preVFP=75.96,
XSec_UL16postVFP=75.91,
XSec_UL17=75.92,
XSec_UL18=75.91,
),
"CrossSection" : MCSampleValuesHelperPrototype.XSValues(XSec_13TeV=118.7, XSecSource_13TeV="https://arxiv.org/abs/1408.5243 (NNLO)"),
"NEvents" : MCSampleValuesHelperPrototype.NEventsValues(
NEVT_UL16preVFP=15739128.5188,
NEVT_UL16postVFP=15796137.099,
Expand All @@ -1740,13 +1734,7 @@ class MCSampleValuesHelper(MCSampleValuesHelperPrototype):
},

"WZ" : {
"CrossSection" : MCSampleValuesHelperPrototype.XSValues(
XSec_13TeV=27.56, XSecSource_13TeV="GenXSecAnalyzer (LO) for UL 16",
XSec_UL16preVFP=27.55,
XSec_UL16postVFP=27.56,
XSec_UL17=27.54,
XSec_UL18=27.58,
),
"CrossSection" : MCSampleValuesHelperPrototype.XSValues(XSec_13TeV=46.74, XSecSource_13TeV="https://arxiv.org/abs/1105.0020 (NLO)"),
"NEvents" : MCSampleValuesHelperPrototype.NEventsValues(
NEVT_UL16preVFP=7910000.0,
NEVT_UL16postVFP=7536000.0,
Expand All @@ -1762,13 +1750,7 @@ class MCSampleValuesHelper(MCSampleValuesHelperPrototype):
},

"ZZ" : {
"CrossSection" : MCSampleValuesHelperPrototype.XSValues(
XSec_13TeV=12.13, XSecSource_13TeV="GenXSecAnalyzer (LO) for UL 16",
XSec_UL16preVFP=12.12,
XSec_UL16postVFP=12.13,
XSec_UL17=12.14,
XSec_UL18=12.13,
),
"CrossSection" : MCSampleValuesHelperPrototype.XSValues(XSec_13TeV=16.91, XSecSource_13TeV="https://arxiv.org/abs/1405.2219 (NNLO)"),
"NEvents" : MCSampleValuesHelperPrototype.NEventsValues(
NEVT_UL16preVFP=1282000.0,
NEVT_UL16postVFP=1151000.0,
Expand Down

0 comments on commit 9011db7

Please sign in to comment.