Skip to content

Commit

Permalink
No cuts on dressed leptons for nanogen
Browse files Browse the repository at this point in the history
  • Loading branch information
kdlong committed Jun 19, 2020
1 parent ff33c67 commit 8192918
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PhysicsTools/NanoAOD/python/nanogen_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ def customizeNanoGEN(process):
process.genParticleTable.src = "genParticles"
process.patJetPartons.particles = "genParticles"
process.particleLevel.src = "generatorSmeared"
process.particleLevel.particleMaxEta = 999.
process.particleLevel.lepMinPt = 0.
process.particleLevel.lepMaxEta = 999.
process.rivetProducerHTXS.HepMCCollection = "generatorSmeared"

process.genJetTable.src = "ak4GenJets"
Expand Down

0 comments on commit 8192918

Please sign in to comment.