diff options
Diffstat (limited to 'utils/plot-michels')
-rwxr-xr-x | utils/plot-michels | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/plot-michels b/utils/plot-michels index b2727ca..dbd6fd5 100755 --- a/utils/plot-michels +++ b/utils/plot-michels @@ -120,7 +120,7 @@ if __name__ == '__main__': # and otherwise the GTIDs will clash ev_mcs = [] for filename in args.mc: - ev_mcs.append(get_events([filename], merge_fits=True, nhit_thresh=args.nhit_thresh, apply_nhit_trigger=False)) + ev_mcs.append(get_events([filename], merge_fits=True, nhit_thresh=args.nhit_thresh, mc=True)) ev_mc = pd.concat(ev_mcs) ev_mc = correct_energy_bias(ev_mc) |