aboutsummaryrefslogtreecommitdiff
path: root/utils/plot-dc
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2020-07-27 11:18:51 -0500
committertlatorre <tlatorre@uchicago.edu>2020-07-27 11:18:51 -0500
commitc11b9949669846849c86bc412ed6d1fd1e91630f (patch)
treea80ba330697abbeca9c9adeba233dfe914456457 /utils/plot-dc
parent9ad1a5fb6a248c531742510b01260c03686c4e18 (diff)
downloadsddm-c11b9949669846849c86bc412ed6d1fd1e91630f.tar.gz
sddm-c11b9949669846849c86bc412ed6d1fd1e91630f.tar.bz2
sddm-c11b9949669846849c86bc412ed6d1fd1e91630f.zip
add 20 MeV cut to dc, dc-closure-test, and plot-dc
Diffstat (limited to 'utils/plot-dc')
-rwxr-xr-xutils/plot-dc1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/plot-dc b/utils/plot-dc
index 1ecbbf9..d2e461d 100755
--- a/utils/plot-dc
+++ b/utils/plot-dc
@@ -123,6 +123,7 @@ if __name__ == '__main__':
ev = pd.concat(evs)
ev = ev[ev.prompt & ~np.isnan(ev.fmin)]
+ ev = ev[ev.ke > 20]
with pd.option_context('display.max_rows', None, 'display.max_columns', None):
print("Noise events")