diff --git a/cmsdb/processes/ewk.py b/cmsdb/processes/ewk.py index 2a2cc724..d8de1d10 100644 --- a/cmsdb/processes/ewk.py +++ b/cmsdb/processes/ewk.py @@ -840,7 +840,7 @@ name="dy_ee_m50toinf", id=51800, xsecs={ - 13.6: dy_m50toinf.get_xsec(13.6) / const.n_leps, + 13.6: get_stitched_dy_m50toinf_xsec(13.6, "dy_ee_m50toinf*"), }, aux={ "lep_id": 11, @@ -1010,6 +1010,9 @@ dy_mumu_m50toinf = dy_mumu.add_process( name="dy_mumu_m50toinf", id=51621, + xsecs={ + 13.6: get_stitched_dy_m50toinf_xsec(13.6, "dy_mumu_m50toinf*"), + }, aux={ "lep_id": 13, "mll": (50.0, const.inf),