Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
farakiko committed Sep 9, 2024
1 parent 669bba2 commit 905ba66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boostedhiggs/corrections.py
Original file line number Diff line number Diff line change
Expand Up @@ -1085,8 +1085,8 @@ def getLPweights(dataset, events, candidatefj, fj_idx_lep, candidatelep_p4):
}

if "HToWW" not in dataset:
print("bquark.eta", bquark.eta)
print("Gen2qVars['Gen2qEta']", Gen2qVars["Gen2qEta"])
print("bquark.eta", bquark.eta.shape)
print("Gen2qVars['Gen2qEta']", Gen2qVars["Gen2qEta"].shape)

gen_parts_eta_phi = np.array(np.dstack((Gen2qVars["Gen2qEta"], Gen2qVars["Gen2qPhi"])))

Expand Down

0 comments on commit 905ba66

Please sign in to comment.