From 934735c5ddc79ee622d20520ec4e3503b9933d5c Mon Sep 17 00:00:00 2001
From: FaserMC <fasermc@cern.ch>
Date: Tue, 17 Jan 2023 20:08:03 +0100
Subject: [PATCH] Update default crossing angle to 160 mRad

---
 .../CalypsoExample/Simulation/scripts/submit_faser_simulate.sh  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Control/CalypsoExample/Simulation/scripts/submit_faser_simulate.sh b/Control/CalypsoExample/Simulation/scripts/submit_faser_simulate.sh
index 65812791b..6a285a7f6 100755
--- a/Control/CalypsoExample/Simulation/scripts/submit_faser_simulate.sh
+++ b/Control/CalypsoExample/Simulation/scripts/submit_faser_simulate.sh
@@ -185,7 +185,7 @@ if [[ -z "$xangle" ]]; then
     faser_simulate.py  --skip "$skip_events" -n "$nevts" "$infile" "$outfile"
     sim_code=$?
 else
-    faser_simulate.py  --yangle -0.000150 --yshift 12.0 --skip "$skip_events" -n "$nevts" "$infile" "$outfile"
+    faser_simulate.py  --yangle -0.000160 --yshift 12.0 --skip "$skip_events" -n "$nevts" "$infile" "$outfile"
     sim_code=$?
 fi
 echo "Return code: $sim_code"
-- 
GitLab