#include <JetPartonCorrector.h>
|
virtual double | correction (const LorentzVector &fJet) const |
| get correction using Jet information only More...
|
|
virtual bool | eventRequired () const |
| if correction needs event information More...
|
|
| JetPartonCorrector (const edm::ParameterSet &fConfig) |
|
void | setParameters (std::string aCalibrationType, double aJetFinderRadius, int aPartonMixture) |
|
virtual | ~JetPartonCorrector () |
|
virtual double | correction (const reco::Jet &fJet) const =0 |
| apply correction using Jet information only More...
|
|
virtual double | correction (const reco::Jet &fJet, const edm::Event &fEvent, const edm::EventSetup &fSetup) const |
| apply correction using all event information More...
|
|
virtual double | correction (const reco::Jet &fJet, const edm::RefToBase< reco::Jet > &fJetRef, const edm::Event &fEvent, const edm::EventSetup &fSetup) const |
| apply correction using all event information More...
|
|
virtual double | correction (const reco::Jet &fJet, const edm::RefToBase< reco::Jet > &fJetRef, const edm::Event &fEvent, const edm::EventSetup &fSetup, LorentzVector &corrected) const |
| Apply vectorial correction using all event information. More...
|
|
| JetCorrector () |
|
virtual bool | refRequired () const =0 |
| if correction needs the jet reference More...
|
|
virtual bool | vectorialCorrection () const |
| if vectorial correction is provided More...
|
|
virtual | ~JetCorrector () |
|
Definition at line 21 of file JetPartonCorrector.h.
JetPartonCorrector::~JetPartonCorrector |
( |
| ) |
|
|
virtual |
double JetPartonCorrector::correction |
( |
const LorentzVector & |
fJet | ) |
const |
|
virtual |
virtual bool JetPartonCorrector::eventRequired |
( |
| ) |
const |
|
inlinevirtual |
void JetPartonCorrector::setParameters |
( |
std::string |
aCalibrationType, |
|
|
double |
aJetFinderRadius, |
|
|
int |
aPartonMixture |
|
) |
| |
double JetPartonCorrector::theJetFinderRadius |
|
private |
int JetPartonCorrector::thePartonMixture |
|
private |