aboutsummaryrefslogtreecommitdiff
path: root/utils/plot-muons
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2020-11-01 11:12:14 -0600
committertlatorre <tlatorre@uchicago.edu>2020-11-01 11:12:14 -0600
commitd36ee0ae1209e124f794db103b2258a73df20c89 (patch)
tree491ea41623215b99e220f51800611319e29b279f /utils/plot-muons
parentd2a4a6fa40c546d39617c22c8e67f21121a7ac88 (diff)
downloadsddm-d36ee0ae1209e124f794db103b2258a73df20c89.tar.gz
sddm-d36ee0ae1209e124f794db103b2258a73df20c89.tar.bz2
sddm-d36ee0ae1209e124f794db103b2258a73df20c89.zip
don't apply nhit trigger cut to MC
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