Skip to content

Commit

Permalink
Automated Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
prayagyadav committed Jan 14, 2024
1 parent 26feefa commit 55f1dba
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion control/Snip.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,10 @@ def dijet_pt(events,cutflow,Dijets,pt):
events = events[pt_cut]
Dijets = Dijets[pt_cut]
cutflow["dijet pt > 100 GeV"] = len(events) #No of bb Dijets is equal to the number of events passed
return events, cutflow, Dijets
return events, cutflow, Dijets

# def HEM_veto(events,cutflow):
# metphicutup = events.MET.phi > -0.87
# metphicutdown = events.MET.phi < -1.57
# events = events[metphicut]
# return events , cutflow
Binary file modified control/plots/CR_MET_Run2018_cutflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified control/plots/CR_resolved_Top_dijets_eta_Combined.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified control/plots/CR_resolved_Top_dijets_mass_Combined.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified control/plots/CR_resolved_Top_dijets_phi_Combined.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified control/plots/CR_resolved_Top_dijets_pt_Combined.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified control/plots/CR_resolved_Top_met_phi_hist_Combined.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified control/plots/CR_resolved_Top_met_pt_hist_Combined.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55f1dba

Please sign in to comment.