Skip to content

Commit

Permalink
Adapt NNTau working point
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Huber committed Apr 15, 2024
1 parent a9f6b91 commit 18a5063
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions L1Trigger/Phase2L1GT/python/l1tGTMenu_crossLepSeeds_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
maxEta = cms.double(2.172),
regionsAbsEtaLowerBounds=cms.vdouble(0,1.5),
regionsMinPt=cms.vdouble(23,14),
minQualityScore = cms.uint32(286),
minQualityScore = cms.uint32(225),
),
)
pPuppiTauTkMuon42_18 = cms.Path(PuppiTauTkMuon4218)
Expand All @@ -189,7 +189,7 @@
maxEta = cms.double(2.172),
regionsAbsEtaLowerBounds=cms.vdouble(0,1.5),
regionsMinPt=cms.vdouble(25,16),
minQualityScore = cms.uint32(286),
minQualityScore = cms.uint32(225),
),
)
pPuppiTauTkIsoEle45_22 = cms.Path(PuppiTauTkIsoEle4522)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
maxEta = cms.double(2.172),
regionsAbsEtaLowerBounds=cms.vdouble(0,1.5),
regionsMinPt=cms.vdouble(30,22),
minQualityScore = cms.uint32(286),
minQualityScore = cms.uint32(225),
),
collection2 = cms.PSet(
tag = cms.InputTag("l1tGTProducer", "CL2EtSum"),
Expand Down
4 changes: 2 additions & 2 deletions L1Trigger/Phase2L1GT/python/l1tGTMenu_lepSeeds_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,15 +229,15 @@
maxEta = cms.double(2.172),
regionsAbsEtaLowerBounds=cms.vdouble(0,1.5),
regionsMinPt=cms.vdouble(28,20),
minQualityScore = cms.uint32(286),
minQualityScore = cms.uint32(225),
),
collection2 = cms.PSet(
tag = cms.InputTag("l1tGTProducer", "CL2Taus"),
minEta = cms.double(-2.172),
maxEta = cms.double(2.172),
regionsAbsEtaLowerBounds=cms.vdouble(0,1.5),
regionsMinPt=cms.vdouble(28,20),
minQualityScore = cms.uint32(286),
minQualityScore = cms.uint32(225),
),
minDR = cms.double(0.5),
)
Expand Down

0 comments on commit 18a5063

Please sign in to comment.