Skip to content

Commit

Permalink
lower the SC pt threshold to accommodate a possible future development
Browse files Browse the repository at this point in the history
  • Loading branch information
SanghyunKo committed Oct 21, 2024
1 parent 6340fac commit b2c2152
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from RecoJets.Configuration.CaloTowersES_cfi import *

reducedEgamma = cms.EDProducer("ReducedEGProducer",
keepPfSuperclusterPtMin = cms.double(10.),
keepPfSuperclusterPtMin = cms.double(5.),
keepPfSuperclusterAbsetaMax = cms.double(2.5),
relinkSuperclusterPtMin = cms.double(99999.), # no SC linking
keepPhotons = cms.string("hadTowOverEm()<0.15 && pt>10 && (pt>14 || chargedHadronIso()<10)"), #keep in output
Expand Down

0 comments on commit b2c2152

Please sign in to comment.