aboutsummaryrefslogtreecommitdiff
path: root/utils/plot-michels
diff options
context:
space:
mode:
Diffstat (limited to 'utils/plot-michels')
-rwxr-xr-xutils/plot-michels3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/plot-michels b/utils/plot-michels
index dbd6fd5..e0e4dd7 100755
--- a/utils/plot-michels
+++ b/utils/plot-michels
@@ -131,9 +131,6 @@ if __name__ == '__main__':
ev = ev.reset_index()
ev_mc = ev_mc.reset_index()
- # Set all prompt events in the MC to be muons
- ev_mc.loc[ev_mc.prompt & ev_mc.filename.str.contains("cosmic"),'muon'] = True
-
# First, do basic data cleaning which is done for all events.
ev = ev[ev.signal | ev.muon]
ev_mc = ev_mc[ev_mc.signal | ev_mc.muon]