From 9ddb79bb708b0581462ccacb360df5cd77b2d150 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 17 Nov 2020 07:58:41 -0600 Subject: small fixes --- utils/plot-muons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/plot-muons') 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 -- cgit