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

WIP: debug - hist def 01.10.1

parent 0191eb9e
Branches
Tags
1 merge request!42Add y, Q2, x, t resolution tests
......@@ -158,7 +158,6 @@ int vm_invar(const std::string& config_name)
for(int j = 0 ; j < 4 ; j++){
TCanvas* ctest = new TCanvas("ctest", "ctest", 800,600);
h_Var1D[i][j]->Draw("hist");
htmp.Draw("hist");
ctest->Print(fmt::format("{}{}{}test.png", output_prefix, i, j).c_str());
delete ctest;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment