Skip to content

Commit

Permalink
removed print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
andresnava1000 committed Dec 15, 2023
1 parent e8d5a39 commit 1bd073c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/HHbbVV/processors/bbVVSkimmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,6 @@ def process(self, events: ak.Array):
skimmed_events["genZZ"] = np.any(data == 23, axis=1) # maybe we can make this one mask since the two are disjoint
skimmed_events = {**skimmed_events, **vars_dict}

print('dataset',dataset)


# FatJet vars

ak8FatJetVars = {
Expand Down

0 comments on commit 1bd073c

Please sign in to comment.