Skip to content
Snippets Groups Projects
Commit e5115703 authored by Zhenyu Ye's avatar Zhenyu Ye
Browse files

Commit comments/messages

parent 6dbd706b
No related branches found
No related tags found
No related merge requests found
...@@ -237,7 +237,7 @@ int vm_invar(const std::string& config_name) ...@@ -237,7 +237,7 @@ int vm_invar(const std::string& config_name)
c3.Divide(2, 2, 0.0001, 0.0001); c3.Divide(2, 2, 0.0001, 0.0001);
// pad 4 t // pad 4 t
c3.cd(4); c3.cd(4);
auto& ht_delta_t = *ht_delta_t; auto& ht_delta_t = *h_delta_t;
// histogram style // histogram style
ht_delta_t.SetLineColor(plot::kMpOrange); ht_delta_t.SetLineColor(plot::kMpOrange);
ht_delta_t.SetLineWidth(1); ht_delta_t.SetLineWidth(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment