Skip to content

Commit

Permalink
removed redundant vbf var
Browse files Browse the repository at this point in the history
  • Loading branch information
andresnava1000 committed Apr 16, 2024
1 parent 74e9441 commit bdcc8c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/HHbbVV/postprocessing/postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,10 +512,6 @@ def _add_nonres_columns(df, bb_mask, vbf_vars=False, ptlabel="", mlabel=""):
df["DijetdEta"] = np.abs(bbJet.eta - VVJet.eta)
if "DijetdPhi" not in df.columns:
df["DijetdPhi"] = np.abs(bbJet.deltaphi(VVJet))
if f"vbf_Mass_jj{ptlabel}" not in df.columns:
df[f"vbf_Mass_jj{ptlabel}"] = jj.M
if "vbf_dEta_jj" not in df.columns:
df["vbf_dEta_jj"] = np.abs(vbf1.eta - vbf2.eta)

# print(f"VBF jet vars: {time.time() - start:.2f}")

Expand Down

0 comments on commit bdcc8c6

Please sign in to comment.