Skip to content

Commit

Permalink
Merge pull request #44709 from namapane/nanogen_fix
Browse files Browse the repository at this point in the history
Prevent geniso to be run in nanogen
  • Loading branch information
cmsbuild committed Apr 14, 2024
2 parents 95e9ccc + 53d0c8a commit d5f06d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PhysicsTools/NanoAOD/python/nanogen_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ def customizeNanoGEN(process):
process.nanogenSequence.remove(process.genParticles2HepMCHiggsVtx)
process.nanogenSequence.remove(process.genParticles2HepMC)
process.nanogenSequence.remove(process.mergedGenParticles)
process.nanogenSequence.remove(process.genIso)
delattr(process.genParticleTable.externalVariables,"iso")
nanoGenCommonCustomize(process)
return process

Expand Down

0 comments on commit d5f06d4

Please sign in to comment.