Skip to content

Commit 1108aa4

Browse files
authored
Merge pull request #46801 from Cvico/genDressedLeptons_26nov2024
Update on genDressedLepton pT threshold for nanoAOD
2 parents bac13fe + 3939fec commit 1108aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhysicsTools/NanoAOD/python/particlelevel_cff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
##################### Tables for final output and docs ##########################
6464
rivetLeptonTable = simpleCandidateFlatTableProducer.clone(
6565
src = cms.InputTag("particleLevel:leptons"),
66-
cut = cms.string("pt > 15"),
66+
cut = cms.string("pt > 10"),
6767
name= cms.string("GenDressedLepton"),
6868
doc = cms.string("Dressed leptons from Rivet-based ParticleLevelProducer"),
6969
externalVariables = cms.PSet(

0 commit comments

Comments
 (0)