Skip to content

Commit

Permalink
fix: prevent geniso to be run on nanogen
Browse files Browse the repository at this point in the history
  • Loading branch information
namapane committed Apr 11, 2024
1 parent aed06fe commit 4ee621c
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 4ee621c

Please sign in to comment.