Skip to content

Commit

Permalink
adding jetPhi in FastJet corrector
Browse files Browse the repository at this point in the history
  • Loading branch information
theochatzis committed Feb 26, 2024
1 parent 7e61dec commit f9c59b5
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 f9c59b5

Please sign in to comment.