aboutsummaryrefslogtreecommitdiff
path: root/utils/plot-michels
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2020-11-16 08:02:30 -0600
committertlatorre <tlatorre@uchicago.edu>2020-11-16 08:02:30 -0600
commitd248f5bef3d9e26d9e3adb0ac165bc2b351a6234 (patch)
tree8bb138ece42daaf02a8bdb98b12087c91536b9fd /utils/plot-michels
parentb11000942eb96c5b50a18030b0b8bb130a3701af (diff)
downloadsddm-d248f5bef3d9e26d9e3adb0ac165bc2b351a6234.tar.gz
sddm-d248f5bef3d9e26d9e3adb0ac165bc2b351a6234.tar.bz2
sddm-d248f5bef3d9e26d9e3adb0ac165bc2b351a6234.zip
don't apply retrigger cut to MC
Diffstat (limited to 'utils/plot-michels')
-rwxr-xr-xutils/plot-michels2
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)