Skip to content

Commit 9dc0066

Browse files
committed
Fix minor bug for GenJets pt cut when processing MiniV6
1 parent 58eeebf commit 9dc0066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PhysicsTools/NanoAOD/python/custom_jme_cff.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,6 +1179,7 @@ def ConfigureAK4GenJets(proc, genJA):
11791179
filter = cms.bool(False)
11801180
)
11811181
proc.jetMCTask.add(proc.AK4GenJetsNoNu)
1182+
proc.genJetTable.src = "AK4GenJetsNoNu"
11821183
proc.genJetTable.cut = ""
11831184
proc.genJetTable.doc = "AK4 Gen jets (made with visible genparticles) with pt > 5 GeV. Sourced from slimmedGenJets"
11841185
proc.genJetFlavourTable.cut = proc.genJetTable.cut

0 commit comments

Comments
 (0)