diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-03-08 13:36:58 -0600 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-03-08 13:36:58 -0600 |
| commit | c614f7216177745ddea1171d7ca0c6e68c378c17 (patch) | |
| tree | 159db8cb4a8ad1d39d521d8ecef9e86d36aa671b /utils/gf.py | |
| parent | e0df6e7e5aea33c030ed63fe3d3319fcc9072661 (diff) | |
| download | GolemFlavor-c614f7216177745ddea1171d7ca0c6e68c378c17.tar.gz GolemFlavor-c614f7216177745ddea1171d7ca0c6e68c378c17.zip | |
Fri 8 Mar 13:36:58 CST 2019
Diffstat (limited to 'utils/gf.py')
| -rw-r--r-- | utils/gf.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/gf.py b/utils/gf.py index 1998484..2c794d3 100644 --- a/utils/gf.py +++ b/utils/gf.py @@ -85,6 +85,11 @@ def steering_params(args): params.maxFitEnergy = 1E7 # GeV params.load_data_from_text_file = False + params.sampleToLoad = gf.sampleTag.MagicTau + params.use_legacy_selfveto_calculation = False + params.spline_hole_ice = False + params.spline_dom_efficiency = False + return params |
