Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Sep 11, 2023
1 parent 249f000 commit 474ee27
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/HHbbVV/processors/bbVVSkimmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,12 @@ class bbVVSkimmer(processor.ProcessorABC):
for shift in jec_shifts:
min_branches.append(f"ak8FatJetPt_{shift}")
min_branches.append(f"DijetMass_{shift}")
min_branches.append(f"VBFJetPt_{shift}")

for shift in jmsr_shifts:
min_branches.append(f"ak8FatJetParticleNetMass_{shift}")
min_branches.append(f"DijetMass_{shift}")

for label, shift in common.jecs.items():
for vari in ["up", "down"]:
min_branches.append(f"VBFJetPt_{label}_{vari}")

def __init__(
self,
xsecs={},
Expand Down

0 comments on commit 474ee27

Please sign in to comment.