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

WIP: factorize hist def and test def 04

parent f078078c
No related branches found
No related tags found
1 merge request!42Add y, Q2, x, t resolution tests
......@@ -268,7 +268,7 @@ int vm_invar(const std::string& config_name)
break;//2d
case 2://dx
h_Var1D[i][2]->Draw("hist");
myFitPtr[i][0] = h_Var1D[i][2]->Fit(myf[i][1], "S 0", "", range_l[i][j], range_h[i][j]);
myFitPtr[i][0] = h_Var1D[i][2]->Fit(myf[i][0], "S 0", "", range_l[i][j], range_h[i][j]);
myf[i][0]->Draw("same");
if(i==1){
tptr[i][j] = t[i][j]->AddText("#DeltaQ^{2}");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment