Skip to content

Commit a6b0ff1

Browse files
committed
Fix pT thresholds
1 parent 12a90e4 commit a6b0ff1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_BTagSeeds_cff.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
collection1 = l1tGTtkMuonLoose.clone(
5555
minEta = cms.double(-2.0),
5656
maxEta = cms.double(2.0),
57-
minPt = cms.double(4),
57+
minPt = cms.double(4.4),
5858
),
5959
collection2 = l1tGTtkMuonLoose.clone(
6060
minEta = cms.double(-2.0),
6161
maxEta = cms.double(2.0),
62-
minPt = cms.double(4),
62+
minPt = cms.double(4.4),
6363
),
6464
minDR = cms.double(0),
6565
minInvMass = cms.double(7),

L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_crossLepSeeds_cff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
TkEleTkMuon1020 = l1tGTDoubleObjectCond.clone(
4646
collection1 = l1tGTtkElectron.clone(
47-
regionsMinPt = get_object_thrs(36, "CL2Electrons","NoIso"),
47+
regionsMinPt = get_object_thrs(10, "CL2Electrons","NoIso"),
4848
),
4949
collection2 = l1tGTtkMuonVLoose.clone(
5050
regionsMinPt = get_object_thrs(20, "GMTTkMuons","VLoose"),

0 commit comments

Comments
 (0)