Skip to content
Snippets Groups Projects
Commit 6cf35e8b authored by Jihee Kim's avatar Jihee Kim
Browse files

Fixed minor issue.

parent 11f59db3
No related branches found
No related tags found
No related merge requests found
Pipeline #3507 passed
......@@ -193,7 +193,7 @@ void simple_info_plot_histograms(const char* fname = "sim_output/output_zdc_phot
h4->DrawClone();
c3->SaveAs("sim_output/edep_histo_zdc_photons.png");
TCanvas *c4 = new TCanvas("c4","c4",600,600);
TCanvas *c4 = new TCanvas("c4","c4",1000,600);
c4->Divide(2,1);
c4->SetLogy(0);
c4->cd(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment