#include <CorrectJet.h>
Public Member Functions | |
CorrectJet () | |
reco::Jet | operator() (const reco::Jet &jet) const |
void | setCorrector (const reco::JetCorrector *corrector) |
Returns the corrected jet. More... | |
Private Attributes | |
const reco::JetCorrector * | m_corrector |
Correct jets
Definition at line 16 of file CorrectJet.h.
|
inline |
Definition at line 19 of file CorrectJet.h.
Definition at line 23 of file CorrectJet.h.
References reco::JetCorrector::correction(), m_corrector, reco::LeafCandidate::p4(), reco::Jet::scaleEnergy(), and reco::LeafCandidate::vertex().
|
inline |
Returns the corrected jet.
Definition at line 22 of file CorrectJet.h.
References mitigatedMETSequence_cff::corrector, and m_corrector.
Referenced by BTagPerformanceAnalyzerMC::getJetWithFlavour(), and MatchJet::matchCollections().
|
private |
Definition at line 32 of file CorrectJet.h.
Referenced by operator()(), and setCorrector().