diff options
| author | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-12 10:01:09 -0600 |
|---|---|---|
| committer | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-12 10:01:09 -0600 |
| commit | c6f1b522c2bae3ed8415957333189659ddf4d761 (patch) | |
| tree | 5337f1e748bf6f45dfb950a502fa78fe6ef63b0d /test/test_gf_simple.py | |
| parent | f6542d12ef1b4eec3ec5e8209cbe58fd5695bf06 (diff) | |
| download | GolemFlavor-c6f1b522c2bae3ed8415957333189659ddf4d761.tar.gz GolemFlavor-c6f1b522c2bae3ed8415957333189659ddf4d761.zip | |
convert to standard SME coefficients in plot_x
Diffstat (limited to 'test/test_gf_simple.py')
| -rw-r--r-- | test/test_gf_simple.py | 4 |
1 files changed, 2 insertions, 2 deletions
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)) |
