Skip to content

Commit

Permalink
Merge pull request #41115 from Soumyatifr/CMSSW_13_0_X_eg
Browse files Browse the repository at this point in the history
eg hlt filter threshold reduction to 15 \GeV from 20\GeV
  • Loading branch information
cmsbuild authored Mar 22, 2023
2 parents 5d3040e + 9c041bb commit 4c6ae2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/NanoAOD/python/triggerObjects_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def AND(tokens):
),
Photon = cms.PSet(
id = cms.int32(22),
sel = cms.string("type(92) && pt > 20 && coll('hltEgammaCandidates')"),
sel = cms.string("type(92) && pt > 15 && coll('hltEgammaCandidates')"),
l1seed = cms.string("type(-98)"), l1deltaR = cms.double(0.3),
#l2seed = cms.string("type(92) && coll('')"), l2deltaR = cms.double(0.5),
skipObjectsNotPassingQualityBits = cms.bool(True),
Expand Down

0 comments on commit 4c6ae2f

Please sign in to comment.