Skip to content

Commit

Permalink
eg filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mukherje committed Mar 21, 2023
1 parent f4fd9f8 commit 9c041bb
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 9c041bb

Please sign in to comment.