From ba9181c74b521c40f60c06fef4f85372dfc38963 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Sat, 23 Oct 2021 02:29:39 +0000 Subject: [PATCH] Update dis_electrons.cxx: legend --- benchmarks/dis/analysis/dis_electrons.cxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/benchmarks/dis/analysis/dis_electrons.cxx b/benchmarks/dis/analysis/dis_electrons.cxx index 88bcf8ad..e59c69a5 100644 --- a/benchmarks/dis/analysis/dis_electrons.cxx +++ b/benchmarks/dis/analysis/dis_electrons.cxx @@ -150,8 +150,12 @@ int dis_electrons(const std::string& config_name) t1.SetTextSize(25); tptr1 = t1.AddText("simulated"); tptr1->SetTextColor(common_bench::plot::kMpBlue); - tptr1 = t1.AddText("reconstructed"); + tptr1 = t1.AddText("electron"); tptr1->SetTextColor(common_bench::plot::kMpOrange); + tptr1 = t1.AddText("JB"); + tptr1->SetTextColor(common_bench::plot::kMpRed); + tptr1 = t1.AddText("DA"); + tptr1->SetTextColor(common_bench::plot::kMpGreen); t1.Draw(); c.Print(fmt::format("{}Q2.png", output_prefix).c_str()); } -- GitLab