Skip to content

Commit

Permalink
Merge pull request #41163 from Cvico/fixNanoGENJets
Browse files Browse the repository at this point in the history
Fix for nanoGEN jets
  • Loading branch information
cmsbuild committed Mar 24, 2023
2 parents 1403362 + 61caf63 commit 1cc25cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PhysicsTools/NanoAOD/python/nanogen_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ def customizeNanoGEN(process):
process.patJetPartonsNano.particles = "genParticles"
process.particleLevel.src = "generatorSmeared"

process.genJetTable.src = "ak4GenJets"
process.genJetAK8Table.src = "ak8GenJets"
process.genJetTable.src = "ak4GenJetsNoNu"
process.genJetAK8Table.src = "ak8GenJetsNoNu"
process.tauGenJetsForNano.GenParticles = "genParticles"
process.genVisTaus.srcGenParticles = "genParticles"

Expand Down

0 comments on commit 1cc25cf

Please sign in to comment.