Skip to content

Commit

Permalink
correct comment correlation W branching ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
nprouvost committed Feb 19, 2024
1 parent 729f626 commit 952739e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmsdb/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
br_ww = DotDict(
fh=br_w.had ** 2,
dl=br_w.lep ** 2,
sl=2 * ((br_w.had * Correlation(br_w_had=-1)) * br_w.lep), # what does this correlation term do?
sl=2 * ((br_w.had * Correlation(br_w_had=-1)) * br_w.lep), # use correlation to reduce error on br
)

br_z = DotDict(
Expand Down

0 comments on commit 952739e

Please sign in to comment.