From 4cf33e3e0d68c7145e6fe77a3776ea4746ec2c87 Mon Sep 17 00:00:00 2001 From: Jonathon Langford <35494417+jonathon-langford@users.noreply.github.com> Date: Wed, 1 May 2024 13:25:40 +0100 Subject: [PATCH] Fix construct_models_multipdf_part5.py --- .../parametric_exercise/construct_models_multipdf_part5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/tutorials/parametric_exercise/construct_models_multipdf_part5.py b/data/tutorials/parametric_exercise/construct_models_multipdf_part5.py index b2e0360d62a..d31c65ea59b 100644 --- a/data/tutorials/parametric_exercise/construct_models_multipdf_part5.py +++ b/data/tutorials/parametric_exercise/construct_models_multipdf_part5.py @@ -12,7 +12,7 @@ # t = f.Get("data_Tag0") # # data = ROOT.RooDataSet("data_Tag0", "data_Tag0", -# t, ROOT.RooArgSet(mass), "", "weight" +# t, ROOT.RooArgSet(mass,weight), "", "weight" # ) # # # Define ranges to fit for initial parameter values