aboutsummaryrefslogtreecommitdiff
path: root/utils/dc
diff options
context:
space:
mode:
Diffstat (limited to 'utils/dc')
-rwxr-xr-xutils/dc3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/dc b/utils/dc
index 39ca008..ee9a1c5 100755
--- a/utils/dc
+++ b/utils/dc
@@ -282,6 +282,9 @@ if __name__ == '__main__':
evs.append(get_events(df.filename.values, merge_fits=True))
ev = pd.concat(evs)
+ # Hack to get rid of flasher and muon events in the breakdown sample.
+ ev.breakdown &= ev.r_psup < 0.9
+
ev = ev[ev.prompt]
ev = ev[ev.nhit_cal > 100]