Skip to content

Commit

Permalink
Fix construct_models_bias_study_part4.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathon-langford authored May 8, 2024
1 parent daac606 commit 74b3d60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
# # Convert to RooDataSet
# data = ROOT.RooDataSet("data_Tag0", "data_Tag0",
# t, ROOT.RooArgSet(mass), "", "weight"
# t, ROOT.RooArgSet(mass, weight), "", "weight"
# )
#
# # Define ranges to fit
Expand Down

0 comments on commit 74b3d60

Please sign in to comment.