From 9011db7bf6364ebd1a084f7f6509e82f5d91a8a6 Mon Sep 17 00:00:00 2001 From: jabuschh Date: Thu, 6 Jul 2023 14:55:52 +0200 Subject: [PATCH] update diboson cross sections --- CrossSectionHelper.py | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/CrossSectionHelper.py b/CrossSectionHelper.py index 15f8f377..688ce783 100644 --- a/CrossSectionHelper.py +++ b/CrossSectionHelper.py @@ -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, @@ -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, @@ -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,