Skip to content

Commit

Permalink
Set jet phi for JEC
Browse files Browse the repository at this point in the history
  • Loading branch information
nurfikri89 committed Jun 19, 2024
1 parent 7e7b449 commit 61e2433
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 61e2433

Please sign in to comment.