From 2b677af9efff50117e09a96fb579180d24ca8756 Mon Sep 17 00:00:00 2001
From: Alexander Jentsch <ajentsch@bnl.gov>
Date: Wed, 11 Aug 2021 11:18:21 -0400
Subject: [PATCH] Things seem to work now. Need more events to test operation.
---
benchmarks/b0_tracker/forward_protons.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/benchmarks/b0_tracker/forward_protons.sh b/benchmarks/b0_tracker/forward_protons.sh
index fd7db809..30e12a5b 100755
--- a/benchmarks/b0_tracker/forward_protons.sh
+++ b/benchmarks/b0_tracker/forward_protons.sh
@@ -7,7 +7,7 @@ if [[ ! -n "${JUGGLER_DETECTOR}" ]] ; then
fi
if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then
- export JUGGLER_N_EVENTS=100
+ export JUGGLER_N_EVENTS=1000
fi
export FILE_NAME_TAG="forward_protons"
--
GitLab