Skip to content

Commit

Permalink
No fiducial cuts on dressed leptons by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kdlong committed Jun 19, 2020
1 parent ba650b1 commit fec4dd1
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 @@ -148,6 +148,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 fec4dd1

Please sign in to comment.