Skip to content

Commit

Permalink
Fix nanoGEN jets that were wrongly considering the neutrino contribut…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
Carlos Vico Villalba committed Mar 23, 2023
1 parent 7530dfd commit 61caf63
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 61caf63

Please sign in to comment.