From bfc3ba1a5d8018e3fc518b8b4f3626cc18398b80 Mon Sep 17 00:00:00 2001
From: Tooba Ali <alit1@myumanitoba.ca>
Date: Fri, 5 May 2023 17:09:16 +0000
Subject: [PATCH] change the theta range in the highlighted events

---
 benchmarks/dis/analysis/truth_reconstruction.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/dis/analysis/truth_reconstruction.py b/benchmarks/dis/analysis/truth_reconstruction.py
index 221d7315..4ba9fed0 100644
--- a/benchmarks/dis/analysis/truth_reconstruction.py
+++ b/benchmarks/dis/analysis/truth_reconstruction.py
@@ -145,7 +145,7 @@ for i in range(len(MC_list)): #Repeat the following steps for each variable (the
             ratio = Y_list[j]-X_list[j]
         Y_plot[j] = ratio
         if i == 0:  #Theta
-            boolean_tilt_x = np.logical_and(X_list[j] > 0 , X_list[j] < 0.5)
+            boolean_tilt_x = np.logical_and(X_list[j] > 0 , X_list[j] < 0.25)
             boolean_tilt_y = np.logical_or(Y_plot[j] < -0.002 , Y_plot[j] > 0.002)
             boolean_tilt[j] = np.logical_and(boolean_tilt_x, boolean_tilt_y)
 
-- 
GitLab