Skip to content

Commit

Permalink
Match earliest CLCT always true when using the preferred BX windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Dildick committed Jul 2, 2021
1 parent 75f4e6d commit 5bb331b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions L1Trigger/CSCTriggerPrimitives/python/params/tmbParams.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
tmbReadoutEarliest2 = cms.bool(True),

# For ALCT-centric matching in ME11, break after finding
# the first BX with matching CLCT
# the first BX with matching CLCT. Should always be set to True
# when using the preferred BX windows
matchEarliestClctOnly = cms.bool(True),

# For ALCT-centric matching, whether to drop CLCTs that were matched
Expand All @@ -59,7 +60,6 @@
matchTrigWindowSize = 5,
# LCTs found in the window [6, 7, 8, 9, 10] are good
tmbL1aWindowSize = 5,
matchEarliestClctOnly = False,
tmbDropUsedClcts = False,
# 0 = default "non-X-BX" sorting algorithm,
# where the first BX with match goes first
Expand Down

0 comments on commit 5bb331b

Please sign in to comment.