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

h1 -> h4

parent 01c53e02
Branches
Tags
1 merge request!108Analysis: dis_analysis_ecal, dis_analysis_hcal, dis_analysis_raw
...@@ -267,7 +267,7 @@ int dis_electrons_raw(const std::string& config_name) ...@@ -267,7 +267,7 @@ int dis_electrons_raw(const std::string& config_name)
c.cd(4); c.cd(4);
gPad->SetLogy(true); gPad->SetLogy(true);
auto& h1 = *h_tdc_EcalBarrelScFiRawHits; auto& h4 = *h_tdc_EcalBarrelScFiRawHits;
// histogram style // histogram style
h4.SetLineColor(common_bench::plot::kMpBlue); h4.SetLineColor(common_bench::plot::kMpBlue);
h4.SetLineWidth(2); h4.SetLineWidth(2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment