aboutsummaryrefslogtreecommitdiffstats
path: root/utils/gf.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-05-08 13:03:35 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2018-05-08 13:03:35 -0500
commit5f76bd5bb0bbe4e1ebc85a60722498f3747fd722 (patch)
tree1c7409e778ab2302fcb9a8bbe334b05e095ab4a1 /utils/gf.py
parent57accb5441e1586cd42b19ee7236bef7be0b9548 (diff)
downloadGolemFlavor-5f76bd5bb0bbe4e1ebc85a60722498f3747fd722.tar.gz
GolemFlavor-5f76bd5bb0bbe4e1ebc85a60722498f3747fd722.zip
Tue May 8 13:03:35 CDT 2018
Diffstat (limited to 'utils/gf.py')
-rw-r--r--utils/gf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/gf.py b/utils/gf.py
index aa075b6..b651b5a 100644
--- a/utils/gf.py
+++ b/utils/gf.py
@@ -30,7 +30,7 @@ def fit_flags(llh_paramset):
'muonNorm' : True,
'astroNorm' : True,
'astroParticleBalance' : True,
- 'astroDeltaGamma' : True,
+ # 'astroDeltaGamma' : True,
'cutoffEnergy' : True,
'CRDeltaGamma' : True,
'piKRatio' : True,
@@ -94,7 +94,7 @@ def get_llh(fitter, params):
def get_llh_freq(fitter, params):
- # print 'setting to {0}'.format(params)
+ print 'setting to {0}'.format(params)
fitparams = gf.FitParameters(gf.sampleTag.HESE)
for parm in params:
fitparams.__setattr__(parm.name, float(parm.value))