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 9637e13..ff88315 100755 --- a/utils/plot-michels +++ b/utils/plot-michels @@ -113,7 +113,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 |