aboutsummaryrefslogtreecommitdiffstats
path: root/submitter/sens_dag.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-09-20 09:53:10 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2019-09-20 09:53:10 -0500
commite29c4b027ea3e67950de28b9c9165dcdb6bc0776 (patch)
tree23919013173075d11051bb4a90a4a3f3fd937050 /submitter/sens_dag.py
parent1edf1e62497024aee542fea5a1d251750c36b170 (diff)
downloadGolemFlavor-e29c4b027ea3e67950de28b9c9165dcdb6bc0776.tar.gz
GolemFlavor-e29c4b027ea3e67950de28b9c9165dcdb6bc0776.zip
update golemfit
Diffstat (limited to 'submitter/sens_dag.py')
-rw-r--r--submitter/sens_dag.py17
1 files changed, 10 insertions, 7 deletions
diff --git a/submitter/sens_dag.py b/submitter/sens_dag.py
index 601985d..cbb526a 100644
--- a/submitter/sens_dag.py
+++ b/submitter/sens_dag.py
@@ -9,7 +9,9 @@ import numpy as np
# (0, 1, 0),
# ]
-XLIMS = (0., 0.3)
+# XLIMS = (0., 0.3)
+XLIMS = (0.89, 1.0)
+
x_segments = 100
x_array = np.linspace(0, 1, x_segments)
sources = []
@@ -22,14 +24,15 @@ dims = [
]
textures = [
- # 'OEU', 'OET', 'OUT'
- 'OET'
+ # 'OET'
+ 'OUT'
]
datadir = '/data/user/smandalia/flavour_ratio/data/sensitivity'
# prefix = ''
-prefix = '_OET'
+# prefix = '_OET'
+prefix = '_OUT'
golemfitsourcepath = os.environ['GOLEMSOURCEPATH'] + '/GolemFit'
condor_script = golemfitsourcepath + '/scripts/flavour_ratio/submitter/sens_submit.sub'
@@ -46,10 +49,10 @@ GLOBAL_PARAMS.update(dict(
# MultiNest
GLOBAL_PARAMS.update(dict(
# mn_live_points = 1000,
- # mn_live_points = 600,
- mn_live_points = 200,
- # mn_tolerance = 0.1,
+ mn_live_points = 600,
+ # mn_live_points = 200,
mn_tolerance = 0.3,
+ mn_efficiency = 0.3,
mn_output = './mnrun',
run_mn = 'True'
))