Skip to content
Snippets Groups Projects
Commit 589bf0f4 authored by Christopher Dilks's avatar Christopher Dilks
Browse files

fix: increase max nphot

parent f40ec6d7
No related branches found
No related tags found
2 merge requests!309Irt algo,!293feat: dRICH benchmarks
...@@ -88,7 +88,7 @@ namespace benchmarks { ...@@ -88,7 +88,7 @@ namespace benchmarks {
static constexpr int momentum_max = 70; static constexpr int momentum_max = 70;
static constexpr int npe_bins = 100; static constexpr int npe_bins = 100;
static constexpr double npe_max = 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 int theta_bins = 1500;
static constexpr double theta_max = 300; static constexpr double theta_max = 300;
static constexpr double thetaResid_max = 100; static constexpr double thetaResid_max = 100;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment