From 589bf0f449cc3563f76bee0bc466b0f9ef6f51a1 Mon Sep 17 00:00:00 2001 From: Christopher Dilks <c-dilks@users.noreply.github.com> Date: Wed, 7 Jun 2023 20:48:27 -0400 Subject: [PATCH] fix: increase max nphot --- benchmarks/rich/include/Tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/rich/include/Tools.h b/benchmarks/rich/include/Tools.h index 9b596e54..5a67e398 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; -- GitLab