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

Update dis_electrons.cxx: colors

parent 90e79790
No related branches found
No related tags found
1 merge request!113Inclusive Kinematics JB DA
......@@ -129,6 +129,10 @@ int dis_electrons(const std::string& config_name)
h1.SetLineWidth(2);
h2.SetLineColor(common_bench::plot::kMpOrange);
h2.SetLineWidth(2);
h3.SetLineColor(common_bench::plot::kMpRed);
h3.SetLineWidth(2)
h4.SetLineColor(common_bench::plot::kMpGreen);
h4.SetLineWidth(2)
// axes
h1.GetXaxis()->CenterTitle();
h1.GetYaxis()->CenterTitle();
......@@ -164,6 +168,10 @@ int dis_electrons(const std::string& config_name)
// histogram style
h1.SetLineColor(common_bench::plot::kMpBlue);
h1.SetLineWidth(2);
h2.SetLineColor(common_bench::plot::kMpOrange);
h2.SetLineWidth(2)
h3.SetLineColor(common_bench::plot::kMpRed);
h3.SetLineWidth(2)
// axes
h1.GetXaxis()->CenterTitle();
h1.GetYaxis()->CenterTitle();
......@@ -191,6 +199,10 @@ int dis_electrons(const std::string& config_name)
h1.SetLineWidth(2);
h2.SetLineColor(common_bench::plot::kMpOrange);
h2.SetLineWidth(2);
h3.SetLineColor(common_bench::plot::kMpRed);
h3.SetLineWidth(2)
h4.SetLineColor(common_bench::plot::kMpGreen);
h4.SetLineWidth(2)
// axes
h1.GetXaxis()->CenterTitle();
h1.GetYaxis()->CenterTitle();
......@@ -226,6 +238,10 @@ int dis_electrons(const std::string& config_name)
// histogram style
h1.SetLineColor(common_bench::plot::kMpBlue);
h1.SetLineWidth(2);
h2.SetLineColor(common_bench::plot::kMpOrange);
h2.SetLineWidth(2)
h3.SetLineColor(common_bench::plot::kMpRed);
h3.SetLineWidth(2)
// axes
h1.GetXaxis()->CenterTitle();
h1.GetYaxis()->CenterTitle();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment