From cf5496a3f1a35e9501b1d07588251f04f0c94e89 Mon Sep 17 00:00:00 2001
From: Chris Jones <jonesc@hep.phy.cam.ac.uk>
Date: Fri, 31 Jan 2025 11:20:47 +0000
Subject: [PATCH] Adapt RichFutureRecSys/examples/RichFuture.py to new options
 format

---
 Rich/RichFutureRecSys/examples/RichFuture.py | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/Rich/RichFutureRecSys/examples/RichFuture.py b/Rich/RichFutureRecSys/examples/RichFuture.py
index ffff9c826ef..266dadf1b27 100644
--- a/Rich/RichFutureRecSys/examples/RichFuture.py
+++ b/Rich/RichFutureRecSys/examples/RichFuture.py
@@ -171,7 +171,7 @@ pixTimeWindow = (PixWin, PixWin)
 photTimeWindow = ((PhWinInnR1, PhWinInnR2), (PhWinOutR1, PhWinOutR2))
 
 # Min Momentum cuts
-minP = (1.0 * GeV, 1.0 * GeV, 1.0 * GeV)
+minP = (1.0 * GeV, 1.0 * GeV)
 minPt = 0.2 * GeV
 
 # Add time to reco tracks using MC
@@ -450,13 +450,13 @@ photonSel = "Nominal"
 # photonSel = "None"
 
 # Number ring points for ray tracing( scaled by CK theta )
-ringPointsMin = (16, 16, 16)
-ringPointsMax = (96, 96, 96)
+ringPointsMin = (16, 16)
+ringPointsMax = (96, 96)
 
 # Compute the ring share CK theta values
 # rSTol        = 0.075 #as fraction of sat.CK theta
-# newCKRingTol = ( rSTol, rSTol, rSTol )
-newCKRingTol = (0.0, 0.05, 0.1)
+# newCKRingTol = ( rSTol, rSTol )
+newCKRingTol = (0.05, 0.1)
 
 # Detectable Yield calculation
 detYieldPrecision = "Average"
@@ -530,7 +530,7 @@ photEmulatedResMC = (
 scFRes = max(max(scF[0][0], scF[1][0]), max(scF[0][1], scF[1][1]))
 if scFRes < 0.5:
     scFRes = 0.5
-tkCKResScaleF = (scFRes, scFRes, scFRes)
+tkCKResScaleF = (scFRes, scFRes)
 
 # Merged output
 finalPIDLoc = "Rec/Rich/PIDs"
@@ -550,8 +550,8 @@ pixelClustering = (False, False)
 # pixelClustering = ( True, True )
 
 # Truncate CK angles ?
-# truncateAngles = ( False, False, False )
-truncateAngles = (True, True, True)
+# truncateAngles = ( False, False )
+truncateAngles = (True, True)
 
 # Max PD occupancy
 maxPDOcc = (
-- 
GitLab