aboutsummaryrefslogtreecommitdiffstats
path: root/contour.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-04-15 17:48:46 +0100
committershivesh <s.p.mandalia@qmul.ac.uk>2019-04-15 17:48:46 +0100
commit8d560bf7d1bb78ebf31f23581c51d9a3ac7204c2 (patch)
treeeceab60e2448dea63c903bf2ee36e6d55f32f568 /contour.py
parent50729d20db0e832993a61dd8ae99993eaa3b73ea (diff)
downloadGolemFlavor-8d560bf7d1bb78ebf31f23581c51d9a3ac7204c2.tar.gz
GolemFlavor-8d560bf7d1bb78ebf31f23581c51d9a3ac7204c2.zip
fig2 refactor
Diffstat (limited to 'contour.py')
-rwxr-xr-xcontour.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/contour.py b/contour.py
index 713bb22..ed566b3 100755
--- a/contour.py
+++ b/contour.py
@@ -195,7 +195,9 @@ def main():
asimov_paramset, hypo_paramset = get_paramsets(args, define_nuisance())
hypo_paramset.extend(asimov_paramset.from_tag(ParamTag.BESTFIT))
- outfile = args.datadir + '/contour' + gen_identifier(args)
+
+ prefix = ''
+ outfile = args.datadir + '/contour' + prefix + gen_identifier(args)
print '== {0:<25} = {1}'.format('outfile', outfile)
print 'asimov_paramset', asimov_paramset