aboutsummaryrefslogtreecommitdiffstats
path: root/utils/gf.py
diff options
context:
space:
mode:
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))