From 61caf636ed39fd3c1ac3a44ab8c7645f253a63ea Mon Sep 17 00:00:00 2001 From: Carlos Vico Villalba Date: Thu, 23 Mar 2023 18:18:16 +0100 Subject: [PATCH] Fix nanoGEN jets that were wrongly considering the neutrino contributions --- PhysicsTools/NanoAOD/python/nanogen_cff.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PhysicsTools/NanoAOD/python/nanogen_cff.py b/PhysicsTools/NanoAOD/python/nanogen_cff.py index a25e26181df18..8c4915b78417e 100644 --- a/PhysicsTools/NanoAOD/python/nanogen_cff.py +++ b/PhysicsTools/NanoAOD/python/nanogen_cff.py @@ -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"