Skip to content
Snippets Groups Projects
Commit 3888d793 authored by Ziyue Zhang's avatar Ziyue Zhang
Browse files

WIP: Factorize: test 08

parent 95f5a94e
No related branches found
No related tags found
1 merge request!42Add y, Q2, x, t resolution tests
......@@ -137,7 +137,7 @@ int vm_invar(const std::string& config_name)
TString VarName[4] = {"y", "Q2", "x", "t"};
std::vector<::TH1D> h_sim;
{
auto h_tmp = d_im.Histo1D({"h_Q2_sim", ";Q^{2};#", 50, hist_range_l[0], hist_range_h[0]}, "Q2_sim");
TH1D h_tmp = (TH1D)d_im.Histo1D({"h_Q2_sim", ";Q^{2};#", 50, hist_range_l[0], hist_range_h[0]}, "Q2_sim");
h_sim.push_back(h_tmp);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment