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