Skip to content

Commit

Permalink
sort region definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
anmalara committed Mar 17, 2023
1 parent 6dc169e commit e747050
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions bucoffea/vbfhinv/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,26 +274,27 @@ def vbfhinv_accumulator(cfg):

def vbfhinv_regions(cfg):
common_cuts = [
'filt_met',
'veto_ele',
'veto_muo',
'filt_met',
'veto_photon',
'veto_tau',
'veto_b',
'mindphijr',
'recoil',
'two_jets',
'leadak4_pt_eta',
'leadak4_id',
'trailak4_pt_eta',
'leadak4_id',
'trailak4_id',
'hemisphere',
'mjj',
'dphijj',
'detajj',
'veto_photon',
'veto_tau',
'veto_b',
'leadak4_clean'
'leadak4_clean',
]


if cfg.RUN.APPLY_HF_CUTS:
common_cuts.extend([
'central_stripsize_cut',
Expand Down

0 comments on commit e747050

Please sign in to comment.