Skip to content

Commit 1d2afd2

Browse files
committed
up
1 parent 4f8476a commit 1d2afd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boostedhiggs/wjetsnloprocessor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ def process(self, events: ak.Array):
228228
if self.isMC:
229229
if ("WJets" in dataset) or ("ZJets" in dataset) or ("DYJets" in dataset):
230230
genVars, _ = match_V(events.GenPart, candidatefj)
231+
print(events.fields())
231232
if "LHE_HT" in events.fields():
232233
genVars["LHE_HT"] = events.LHE.HT
233234
if "LHE_Vpt" in events.fields():

0 commit comments

Comments
 (0)