Skip to content

Commit

Permalink
Update construct_models_part1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathon-langford authored May 1, 2024
1 parent 80f8b79 commit 131374f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/tutorials/parametric_exercise/construct_models_part1.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
# # Calculate the total yield and print output
# lumi = 138000
# N = xs_ggH*br_gamgam*eff*lumi
# print("For 138fb^-1, total normalisation of signal is:
# print("For 138fb^-1, total normalisation of signal is: \
# N = xs * br * eff * lumi = %.2f events"%N
# )

Expand All @@ -115,7 +115,7 @@
#
# # Convert TTree to a RooDataSet
# data = ROOT.RooDataSet("data_Tag0", "data_Tag0",
# t, ROOT.RooArgSet(mass), "", "weight"
# t, ROOT.RooArgSet(mass, weight), "", "weight"
# )
#
# # Define mass sideband ranges on the mass variable
Expand Down

0 comments on commit 131374f

Please sign in to comment.