Skip to content
Snippets Groups Projects
Commit ba9181c7 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Update dis_electrons.cxx: legend

parent 7c0ccf0b
Branches
No related tags found
1 merge request!113Inclusive Kinematics JB DA
This commit is part of merge request !113. Comments created here will be created in the context of that merge request.
...@@ -150,8 +150,12 @@ int dis_electrons(const std::string& config_name) ...@@ -150,8 +150,12 @@ int dis_electrons(const std::string& config_name)
t1.SetTextSize(25); t1.SetTextSize(25);
tptr1 = t1.AddText("simulated"); tptr1 = t1.AddText("simulated");
tptr1->SetTextColor(common_bench::plot::kMpBlue); tptr1->SetTextColor(common_bench::plot::kMpBlue);
tptr1 = t1.AddText("reconstructed"); tptr1 = t1.AddText("electron");
tptr1->SetTextColor(common_bench::plot::kMpOrange); 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(); t1.Draw();
c.Print(fmt::format("{}Q2.png", output_prefix).c_str()); c.Print(fmt::format("{}Q2.png", output_prefix).c_str());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment