aboutsummaryrefslogtreecommitdiffstats
path: root/utils/gf.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-03-20 12:11:24 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2019-03-20 12:11:24 -0500
commit1a6e8e5e5945d87908c15a25217764a30dc51ef8 (patch)
tree42465e1cefe65516dc9e257721b36ab3d8804b0d /utils/gf.py
parentc614f7216177745ddea1171d7ca0c6e68c378c17 (diff)
downloadGolemFlavor-1a6e8e5e5945d87908c15a25217764a30dc51ef8.tar.gz
GolemFlavor-1a6e8e5e5945d87908c15a25217764a30dc51ef8.zip
Wed 20 Mar 12:11:23 CDT 2019
Diffstat (limited to 'utils/gf.py')
-rw-r--r--utils/gf.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/gf.py b/utils/gf.py
index 2c794d3..13d5728 100644
--- a/utils/gf.py
+++ b/utils/gf.py
@@ -87,8 +87,10 @@ def steering_params(args):
params.sampleToLoad = gf.sampleTag.MagicTau
params.use_legacy_selfveto_calculation = False
- params.spline_hole_ice = False
- params.spline_dom_efficiency = False
+ # params.spline_hole_ice = False
+ # params.spline_dom_efficiency = False
+ params.spline_hole_ice = True
+ params.spline_dom_efficiency = True
return params