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

WIP: Factorize: test 11

parent 5a7fd91f
Branches
No related tags found
1 merge request!42Add y, Q2, x, t resolution tests
This commit is part of merge request !42. Comments created here will be created in the context of that merge request.
...@@ -138,7 +138,9 @@ int vm_invar(const std::string& config_name) ...@@ -138,7 +138,9 @@ int vm_invar(const std::string& config_name)
TH1D* h_sim[4]; TH1D* h_sim[4];
{ {
auto h_tmp = d_im.Histo1D({"h_Q2_sim", ";Q^{2};#", 50, hist_range_l[0], hist_range_h[0]}, "Q2_sim"); auto h_tmp = d_im.Histo1D({"h_Q2_sim", ";Q^{2};#", 50, hist_range_l[0], hist_range_h[0]}, "Q2_sim");
h_sim[0] = &h_tmp; //auto& h_tmp = *h_tmp;
h_sim[0] = h_tmp;
} }
//TH1D h_sim[4]; //TH1D h_sim[4];
...@@ -147,7 +149,7 @@ int vm_invar(const std::string& config_name) ...@@ -147,7 +149,7 @@ int vm_invar(const std::string& config_name)
h_sim[0] = d_im.Histo1D({"h_Q2_sim", ";Q^{2};#", 50, hist_range_l[0], hist_range_h[0]}, "Q2_sim"); //h_sim[0] = d_im.Histo1D({"h_Q2_sim", ";Q^{2};#", 50, hist_range_l[0], hist_range_h[0]}, "Q2_sim");
/*for(int i = 0 ; i < 4 ; i++){ /*for(int i = 0 ; i < 4 ; i++){
if(i==1){ if(i==1){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment