Skip to content

Commit

Permalink
Merge pull request #42897 from SohamBhattacharya/fix_phase2hlt_l1tkem…
Browse files Browse the repository at this point in the history
…filters_131X

[Phase-2] [backport] Fixed L1 quality mask requirement in L1TkEmSingle51Filter
  • Loading branch information
cmsbuild authored Oct 10, 2023
2 parents 55600b8 + 061ccbc commit 3f0bca6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
MinN = cms.int32(1),
MinPt = cms.double(51.0),
Qual1IsMask = cms.bool(True),
Qual2IsMask = cms.bool(False),
Qual2IsMask = cms.bool(True),
Quality1 = cms.int32(2),
Quality2 = cms.int32(4),
Scalings = cms.PSet(
Expand Down

0 comments on commit 3f0bca6

Please sign in to comment.