Skip to content

Commit

Permalink
Merge pull request #41235 from Cvico/fixNanoGENJets_backport
Browse files Browse the repository at this point in the history
Backport of fix to NanoGENJets
  • Loading branch information
cmsbuild authored Mar 31, 2023
2 parents 62d8071 + 982887c commit 87c9792
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 87c9792

Please sign in to comment.