Skip to content
Snippets Groups Projects

feat: dRICH benchmarks

Merged Christopher Dilks requested to merge irt-algo into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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;
Loading