Skip to content

Commit

Permalink
Merge pull request #44086 from theochatzis/140X_phi_L1FastJet
Browse files Browse the repository at this point in the history
[14_0_X] Jet phi variable in L1 correction
  • Loading branch information
cmsbuild authored Feb 29, 2024
2 parents bd795ad + f9c59b5 commit 7d90e91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions JetMETCorrections/Algorithms/src/L1FastjetCorrectorImpl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ double L1FastjetCorrectorImpl::correction(const reco::Jet& fJet) const {
values.setJetE(fJet.energy());
values.setJetA(fJet.jetArea());
values.setRho(rho_);
values.setJetPhi(fJet.phi());
return corrector_->getCorrection(values);
}

0 comments on commit 7d90e91

Please sign in to comment.