Skip to content

Commit 3939fec

Browse files
author
Carlos Vico Villalba
committed
Change genDressedLepton pT threshold to 10 GeV for future differential measurements
1 parent 5295006 commit 3939fec

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)