diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-05-15 23:45:50 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-05-15 23:45:50 -0500 |
| commit | 8121c510c2115735def2e178ba0c11efe719964c (patch) | |
| tree | 32638bcc91c239f2d50edfc484a1b0c0fb604eb5 /utils/gf.py | |
| parent | e32bf7123fe6abb0e1319c02d49c1a33c4380a6e (diff) | |
| download | GolemFlavor-8121c510c2115735def2e178ba0c11efe719964c.tar.gz GolemFlavor-8121c510c2115735def2e178ba0c11efe719964c.zip | |
update
Diffstat (limited to 'utils/gf.py')
| -rw-r--r-- | utils/gf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gf.py b/utils/gf.py index cc093e1..c316ed2 100644 --- a/utils/gf.py +++ b/utils/gf.py @@ -65,7 +65,7 @@ def steering_params(args): # For Tianlu # params.years = [999] - # params.minFitEnergy = 1.0e5 # GeV + params.minFitEnergy = args.binning[0] # GeV return params |
