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

Fixed minor issue.

parent 11f59db3
Branches
Tags
No related merge requests found
...@@ -193,7 +193,7 @@ void simple_info_plot_histograms(const char* fname = "sim_output/output_zdc_phot ...@@ -193,7 +193,7 @@ void simple_info_plot_histograms(const char* fname = "sim_output/output_zdc_phot
h4->DrawClone(); h4->DrawClone();
c3->SaveAs("sim_output/edep_histo_zdc_photons.png"); 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->Divide(2,1);
c4->SetLogy(0); c4->SetLogy(0);
c4->cd(1); c4->cd(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment