Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the type1 jet pt threshold from 10 to 15 GeV (76X) #11363

Merged
merged 1 commit into from Sep 25, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -38,7 +38,7 @@
jetCorrLabel = cms.InputTag("ak4PFCHSL1FastL2L3Corrector"), #for MC
jetCorrLabelRes = cms.InputTag("ak4PFCHSL1FastL2L3ResidualCorrector"), # for data, automatic switch
jetCorrEtaMax = cms.double(9.9),
type1JetPtThreshold = cms.double(10.0),
type1JetPtThreshold = cms.double(15.0),
skipEM = cms.bool(True),
skipEMfractionThreshold = cms.double(0.90),
skipMuons = cms.bool(True),
Expand Down
2 changes: 1 addition & 1 deletion PhysicsTools/PatUtils/python/patPFMETCorrections_cff.py
Expand Up @@ -40,7 +40,7 @@
offsetCorrLabel = cms.InputTag("L1FastJet"),
jetCorrLabel = cms.InputTag("L3Absolute"), # for MC
jetCorrLabelRes = cms.InputTag("L2L3Residual"), # for Data automatic switch
type1JetPtThreshold = cms.double(10.0),
type1JetPtThreshold = cms.double(15.0),
type2ResidualCorrLabel = cms.InputTag(""),
type2ResidualCorrEtaMax = cms.double(9.9),
type2ExtraCorrFactor = cms.double(1.),
Expand Down