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

WIP: debug - hist def 01.10

parent 7064bb5f
Branches
No related tags found
1 merge request!42Add y, Q2, x, t resolution tests
......@@ -151,6 +151,11 @@ int vm_invar(const std::string& config_name)
h_Var1D[i][j] = (TH1D*)htmp.Clone(histName[i][j].c_str());
//delete hptr_tmp;
}
}
for(int i = 0 ; i < 4 ; i++){
for(int j = 0 ; j < 4 ; j++){
TCanvas* ctest = new TCanvas("ctest", "ctest", 800,600);
h_Var1D[i][j]->Draw("hist");
htmp.Draw("hist");
......@@ -159,6 +164,7 @@ int vm_invar(const std::string& config_name)
}
}
//double nEvents = h_Var1D[0][0]->Integral(0, -1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment