From fb72cadefa5ab1e4a65d76d259d5e527fe93f978 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sat, 17 Apr 2021 18:21:12 -0500 Subject: [PATCH] modified: simple_info_plot_histograms.cxx --- benchmarks/calorimeters/simple_info_plot_histograms.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/calorimeters/simple_info_plot_histograms.cxx b/benchmarks/calorimeters/simple_info_plot_histograms.cxx index 36fcd755..9dd2cf42 100644 --- a/benchmarks/calorimeters/simple_info_plot_histograms.cxx +++ b/benchmarks/calorimeters/simple_info_plot_histograms.cxx @@ -209,7 +209,7 @@ void simple_info_plot_histograms(const char* fname = "sim_output/output_zdc_phot h6->DrawClone(); c4->SaveAs("sim_output/detID_volID_histo_zdc_photons.png"); - if(*n0<5) { + if(*n0<1) { std::quick_exit(1); } } -- GitLab