diff --git a/Rich/RichFutureRecSys/examples/RichFuture.py b/Rich/RichFutureRecSys/examples/RichFuture.py index ffff9c826ef52ea8d5a4cde4d9c5af801697e97d..266dadf1b279592692760078775a57761f9c4463 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 = (