diff --git a/benchmarks/rich/include/Tools.h b/benchmarks/rich/include/Tools.h index 9b596e54a256d6f16084ed12fc4a782fafa801ab..5a67e398c3d536ef15057e1b5028a8ee81887d6c 100644 --- a/benchmarks/rich/include/Tools.h +++ b/benchmarks/rich/include/Tools.h @@ -88,7 +88,7 @@ namespace benchmarks { static constexpr int momentum_max = 70; static constexpr int npe_bins = 100; static constexpr double npe_max = 100; - static constexpr int nphot_max = 400; + static constexpr int nphot_max = 3000; static constexpr int theta_bins = 1500; static constexpr double theta_max = 300; static constexpr double thetaResid_max = 100;