From c19f6f4760d3d6192e5a35b563083c8a2c94564e Mon Sep 17 00:00:00 2001
From: Chao Peng <cpeng@anl.gov>
Date: Sun, 2 Jun 2024 17:48:27 -0500
Subject: [PATCH] update scripts

---
 benchmarks/LGC/optical_photon_count.py | 2 +-
 benchmarks/LGC/steering.py             | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/benchmarks/LGC/optical_photon_count.py b/benchmarks/LGC/optical_photon_count.py
index 572dbae..101140f 100644
--- a/benchmarks/LGC/optical_photon_count.py
+++ b/benchmarks/LGC/optical_photon_count.py
@@ -136,7 +136,7 @@ if __name__ == '__main__':
     qe_counts = ak.to_numpy(ak.sum(ak.unflatten(oph_qe, ak.num(lgc_hits['LightGasCherenkovHits.EDep'])), axis=-1))
 
     # plots
-    bins_npe = np.linspace(0, 120, 121)
+    bins_npe = np.linspace(1, 120, 120)
     bins_theta = np.linspace(5, 20, 91)
 
     # quantum efficiency curve
diff --git a/benchmarks/LGC/steering.py b/benchmarks/LGC/steering.py
index 19531e0..81164b1 100644
--- a/benchmarks/LGC/steering.py
+++ b/benchmarks/LGC/steering.py
@@ -61,8 +61,8 @@ SIM.enableGun = True
 SIM.gun.position = (0., 0., "-300*cm")
 SIM.gun.energy = "5*GeV"
 SIM.gun.particle = "e-"
-SIM.gun.thetaMin = "8.0*deg"
-SIM.gun.thetaMax = "16.0*deg"
+SIM.gun.thetaMin = "5.0*deg"
+SIM.gun.thetaMax = "20.0*deg"
 SIM.gun.phiMin = "0.*deg"
 SIM.gun.phiMax = "360.*deg"
 SIM.gun.distribution = "cos(theta)"
-- 
GitLab