From 4d9ce019afd3e7f761dfc0f3e43262b87a2b7d2b Mon Sep 17 00:00:00 2001
From: Zhenyu Ye <yezhenyu@EIC-SoLID.local>
Date: Sat, 20 Nov 2021 12:55:33 -0600
Subject: [PATCH] run BTOF eta=-1

---
 benchmarks/tof/scripts/gen_tof_hits.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/tof/scripts/gen_tof_hits.cxx b/benchmarks/tof/scripts/gen_tof_hits.cxx
index 4a084a28..e3e0066c 100644
--- a/benchmarks/tof/scripts/gen_tof_hits.cxx
+++ b/benchmarks/tof/scripts/gen_tof_hits.cxx
@@ -35,7 +35,7 @@ void gen_tof_hits(int n_events = 100,
     // pdgid 111 - pi0
     // pdgid 2212 - proton
     Double_t p     = r1->Uniform(0, 3.5);
-    Double_t costh = -1*cos(41.000/180*3.1415926); //r1->Uniform(cos_theta_min, cos_theta_max);
+    Double_t costh = -1*cos(40.999/180*3.1415926); //r1->Uniform(cos_theta_min, cos_theta_max);
     Double_t th    = std::acos(costh);
     Double_t phi   = r1->Uniform(0.0, 2.0 * M_PI);
     Double_t px    = p * std::cos(phi) * std::sin(th);
-- 
GitLab