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

Update dis_electrons.cxx: semicolons

parent 7ad39952
Branches plot_update
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.
...@@ -130,9 +130,9 @@ int dis_electrons(const std::string& config_name) ...@@ -130,9 +130,9 @@ int dis_electrons(const std::string& config_name)
h2.SetLineColor(common_bench::plot::kMpOrange); h2.SetLineColor(common_bench::plot::kMpOrange);
h2.SetLineWidth(2); h2.SetLineWidth(2);
h3.SetLineColor(common_bench::plot::kMpRed); h3.SetLineColor(common_bench::plot::kMpRed);
h3.SetLineWidth(2) h3.SetLineWidth(2);
h4.SetLineColor(common_bench::plot::kMpGreen); h4.SetLineColor(common_bench::plot::kMpGreen);
h4.SetLineWidth(2) h4.SetLineWidth(2);
// axes // axes
h1.GetXaxis()->CenterTitle(); h1.GetXaxis()->CenterTitle();
h1.GetYaxis()->CenterTitle(); h1.GetYaxis()->CenterTitle();
...@@ -169,9 +169,9 @@ int dis_electrons(const std::string& config_name) ...@@ -169,9 +169,9 @@ int dis_electrons(const std::string& config_name)
h1.SetLineColor(common_bench::plot::kMpBlue); h1.SetLineColor(common_bench::plot::kMpBlue);
h1.SetLineWidth(2); h1.SetLineWidth(2);
h2.SetLineColor(common_bench::plot::kMpOrange); h2.SetLineColor(common_bench::plot::kMpOrange);
h2.SetLineWidth(2) h2.SetLineWidth(2);
h3.SetLineColor(common_bench::plot::kMpRed); h3.SetLineColor(common_bench::plot::kMpRed);
h3.SetLineWidth(2) h3.SetLineWidth(2);
// axes // axes
h1.GetXaxis()->CenterTitle(); h1.GetXaxis()->CenterTitle();
h1.GetYaxis()->CenterTitle(); h1.GetYaxis()->CenterTitle();
...@@ -200,9 +200,9 @@ int dis_electrons(const std::string& config_name) ...@@ -200,9 +200,9 @@ int dis_electrons(const std::string& config_name)
h2.SetLineColor(common_bench::plot::kMpOrange); h2.SetLineColor(common_bench::plot::kMpOrange);
h2.SetLineWidth(2); h2.SetLineWidth(2);
h3.SetLineColor(common_bench::plot::kMpRed); h3.SetLineColor(common_bench::plot::kMpRed);
h3.SetLineWidth(2) h3.SetLineWidth(2);
h4.SetLineColor(common_bench::plot::kMpGreen); h4.SetLineColor(common_bench::plot::kMpGreen);
h4.SetLineWidth(2) h4.SetLineWidth(2);
// axes // axes
h1.GetXaxis()->CenterTitle(); h1.GetXaxis()->CenterTitle();
h1.GetYaxis()->CenterTitle(); h1.GetYaxis()->CenterTitle();
...@@ -239,9 +239,9 @@ int dis_electrons(const std::string& config_name) ...@@ -239,9 +239,9 @@ int dis_electrons(const std::string& config_name)
h1.SetLineColor(common_bench::plot::kMpBlue); h1.SetLineColor(common_bench::plot::kMpBlue);
h1.SetLineWidth(2); h1.SetLineWidth(2);
h2.SetLineColor(common_bench::plot::kMpOrange); h2.SetLineColor(common_bench::plot::kMpOrange);
h2.SetLineWidth(2) h2.SetLineWidth(2);
h3.SetLineColor(common_bench::plot::kMpRed); h3.SetLineColor(common_bench::plot::kMpRed);
h3.SetLineWidth(2) h3.SetLineWidth(2);
// axes // axes
h1.GetXaxis()->CenterTitle(); h1.GetXaxis()->CenterTitle();
h1.GetYaxis()->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