aboutsummaryrefslogtreecommitdiffstats
path: root/utils/gf.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-04-30 17:09:41 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2018-04-30 17:09:41 -0500
commita1ab1014c7b2d6be8beffa99b47a57b74b90b876 (patch)
tree1e23941ed229ce83048e2f7a1a6826b894b623d4 /utils/gf.py
parent975ecb72c295a4209615bedc6c06a2719af67f6c (diff)
downloadGolemFlavor-a1ab1014c7b2d6be8beffa99b47a57b74b90b876.tar.gz
GolemFlavor-a1ab1014c7b2d6be8beffa99b47a57b74b90b876.zip
Mon Apr 30 17:09:40 CDT 2018
Diffstat (limited to 'utils/gf.py')
-rw-r--r--utils/gf.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/gf.py b/utils/gf.py
index 0770401..ea4f61f 100644
--- a/utils/gf.py
+++ b/utils/gf.py
@@ -57,14 +57,9 @@ def steering_params(args):
steering_categ = args.ast
params = gf.SteeringParams()
params.quiet = False
- params.fastmode = True
params.simToLoad= steering_categ.name.lower()
- params.spline_dom_efficiency = False
- params.spline_hole_ice = False
- params.spline_anisotrophy = False
params.evalThreads = args.threads
# params.evalThreads = thread_factors(args.threads)[1]
- params.diffuse_fit_type = gf.DiffuseFitType.SinglePowerLaw
return params