From c6f1b522c2bae3ed8415957333189659ddf4d761 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Wed, 12 Feb 2020 10:01:09 -0600 Subject: convert to standard SME coefficients in plot_x --- test/test_gf_simple.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test_gf_simple.py b/test/test_gf_simple.py index 7241da2..daa14a4 100644 --- a/test/test_gf_simple.py +++ b/test/test_gf_simple.py @@ -30,8 +30,8 @@ golem.Swallow(golem.SpitRealization(fp, seed)) fp_sh = gf.FitParameters(gf.sampleTag.MagicTau) # fp_sh.astroFlavorAngle1 = 0.36 # fp_sh.astroFlavorAngle2 = -0.57 -fp_sh.astroFlavorAngle1 = 1. -fp_sh.astroFlavorAngle2 = 0. +fp_sh.astroFlavorAngle1 = 0. +fp_sh.astroFlavorAngle2 = 1. print 'Eval fp = {0}'.format(golem.EvalLLH(fp)) -- cgit v1.2.3