aboutsummaryrefslogtreecommitdiff
path: root/utils/plot-muons
diff options
context:
space:
mode:
Diffstat (limited to 'utils/plot-muons')
-rwxr-xr-xutils/plot-muons2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/plot-muons b/utils/plot-muons
index 27d3423..20ee7df 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)
+ ev_mc = get_events(args.mc, merge_fits=True, apply_nhit_trigger=False)
ev_mc = correct_energy_bias(ev_mc)
# Drop events without fits