Skip to content

Commit

Permalink
Fixed L1 quality mask requirement in L1TkEmSingle51Filter
Browse files Browse the repository at this point in the history
  • Loading branch information
SohamBhattacharya committed Sep 27, 2023
1 parent 9a2154e commit 061ccbc
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 061ccbc

Please sign in to comment.