diff --git a/benchmarks/calorimeters/simple_info_plot_histograms.cxx b/benchmarks/calorimeters/simple_info_plot_histograms.cxx index 36fcd755add7f77ff2f404601376de6a673fd2ef..9dd2cf42c261bae816124840acccc312081eeb9a 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); } }