Skip to content

Commit

Permalink
Merge pull request cms-sw#45271 from nurfikri89/portFrom141XTo140X_fi…
Browse files Browse the repository at this point in the history
…xJECInPuId

[PileUpJetId] Backport of cms-sw#45270 (Set jet phi for JEC) to 14_0_X
  • Loading branch information
cmsbuild authored and vince502 committed Jun 25, 2024
1 parent c5df667 commit a83f7fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RecoJets/JetProducers/plugins/PileupJetIdProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ void PileupJetIdProducer::produce(edm::Event& iEvent, const edm::EventSetup& iSe
jecCor_->setJetPt(jet.pt());
}
jecCor_->setJetEta(jet.eta());
jecCor_->setJetPhi(jet.phi());
jecCor_->setJetA(jet.jetArea());
jecCor_->setRho(rho);
jec = jecCor_->getCorrection();
Expand Down

0 comments on commit a83f7fe

Please sign in to comment.