Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Sep 11, 2023
1 parent f451f4b commit 5c99cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HHbbVV/processors/bbVVSkimmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,9 +487,9 @@ def process(self, events: ak.Array):
key: val for key, val in skimmed_events.items() if key in self.min_branches
}

######################
#######################
# Weights
######################
#######################

if isData:
skimmed_events["weight"] = np.ones(n_events)
Expand Down

0 comments on commit 5c99cd1

Please sign in to comment.