diff options
Diffstat (limited to 'utils/plot-muons')
-rwxr-xr-x | utils/plot-muons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/plot-muons b/utils/plot-muons index 20ee7df..2616ad2 100755 --- a/utils/plot-muons +++ b/utils/plot-muons @@ -95,7 +95,7 @@ if __name__ == '__main__': evs.append(get_events(df.filename.values, merge_fits=True, nhit_thresh=args.nhit_thresh)) ev = pd.concat(evs) ev = correct_energy_bias(ev) - ev_mc = get_events(args.mc, merge_fits=True, apply_nhit_trigger=False) + ev_mc = get_events(args.mc, merge_fits=True, mc=True) ev_mc = correct_energy_bias(ev_mc) # Drop events without fits |