Skip to content

Commit

Permalink
Merge pull request #37520 from mbluj/CMSSW_12_4_X_extSeedEta
Browse files Browse the repository at this point in the history
Extend eta range for jets seeding tau reco&ID
  • Loading branch information
cmsbuild authored Apr 20, 2022
2 parents 9bd0dbd + 6db9d13 commit 06c3102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoTauTag/RecoTau/python/PFRecoTauPFJetInputs_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
jetConeSize = cms.double(0.5), # for matching between tau and jet
isolationConeSize = cms.double(0.5), # for the size of the tau isolation
minJetPt = cms.double(14.0), # do not make taus from jet with pt below that value
maxJetAbsEta = cms.double(2.5) # do not make taus from jet more forward/backward than this
maxJetAbsEta = cms.double(2.7) # do not make taus from jet more forward/backward than this
)
phase2_common.toModify(PFRecoTauPFJetInputs, maxJetAbsEta = cms.double(4.0))

0 comments on commit 06c3102

Please sign in to comment.