Skip to content

Commit

Permalink
add min branches
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Aug 22, 2023
1 parent 7b3a593 commit 8f5276a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/HHbbVV/processors/bbVVSkimmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ class bbVVSkimmer(processor.ProcessorABC):

# only the branches necessary for templates and post processing
min_branches = [
"ak8FatJetPhi",
"ak8FatJetEta",
"ak8FatJetPt",
"ak8FatJetMsd",
"ak8FatJetParticleNetMass",
Expand All @@ -107,6 +109,8 @@ class bbVVSkimmer(processor.ProcessorABC):
"ak8FatJetHVVNumProngs",
"ak8FatJetParticleNetMD_Txbb",
"VVFatJetParTMD_THWWvsT",
"MET_pt",
"MET_phi",
]

for shift in jec_shifts:
Expand Down

0 comments on commit 8f5276a

Please sign in to comment.