Skip to content

Commit

Permalink
removed duplicate process
Browse files Browse the repository at this point in the history
  • Loading branch information
haddadanas committed May 31, 2024
1 parent 675bb4b commit c59dcc9
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions cmsdb/processes/ewk.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@
dy_lep_m10to50 = dy_lep.add_process(
name="dy_lep_m10to50",
id=51001,
xsecs={13: Number(0.1)}, # TODO
xsecs={
13: Number(0.1),
13.6: Number(0.1),
}, # TODO
)

dy_lep_m50 = dy_lep.add_process(
Expand All @@ -94,15 +97,6 @@
},
)

dy_lep_m10to50 = dy_lep.add_process(
name="dy_lep_m10to50",
id=51101,
xsecs={
13: Number(0.1),
13.6: Number(0.1),
}, # TODO
)


# if needed for scaling from NLO to NNLO:
# NLO cross section, based on GenXSecAnalyzer for
Expand Down

0 comments on commit c59dcc9

Please sign in to comment.