#include <GsfElectron.h>
Public Member Functions | |
Corrections () | |
Public Attributes | |
P4Kind | candidateP4Kind |
LorentzVector | combinedP4 |
float | combinedP4Error |
float | ecalEnergy |
float | ecalEnergyError |
LorentzVector | fromSuperClusterP4 |
float | fromSuperClusterP4Error |
bool | isEcalEnergyCorrected |
LorentzVector | pflowP4 |
float | pflowP4Error |
float | trackMomentumError |
Definition at line 639 of file GsfElectron.h.
reco::GsfElectron::Corrections::Corrections | ( | ) | [inline] |
Definition at line 655 of file GsfElectron.h.
: isEcalEnergyCorrected(false), ecalEnergy(0.), ecalEnergyError(999.), /*isMomentumCorrected(false),*/ trackMomentumError(999.), fromSuperClusterP4Error(999.), combinedP4Error(999.), pflowP4Error(999.), candidateP4Kind(P4_UNKNOWN) {}
Definition at line 653 of file GsfElectron.h.
Referenced by reco::GsfElectron::candidateP4Kind().
Definition at line 649 of file GsfElectron.h.
Referenced by reco::GsfElectron::p4().
Definition at line 650 of file GsfElectron.h.
Referenced by reco::GsfElectron::p4Error().
Definition at line 642 of file GsfElectron.h.
Referenced by reco::GsfElectron::ecalEnergy(), and reco::GsfElectron::setCorrectedEcalEnergy().
Definition at line 643 of file GsfElectron.h.
Referenced by reco::GsfElectron::ecalEnergyError(), and reco::GsfElectron::setCorrectedEcalEnergy().
Definition at line 647 of file GsfElectron.h.
Referenced by reco::GsfElectron::p4().
Definition at line 648 of file GsfElectron.h.
Referenced by reco::GsfElectron::p4Error().
Definition at line 641 of file GsfElectron.h.
Referenced by reco::GsfElectron::isEcalEnergyCorrected(), and reco::GsfElectron::setCorrectedEcalEnergy().
Definition at line 651 of file GsfElectron.h.
Referenced by reco::GsfElectron::p4().
Definition at line 652 of file GsfElectron.h.
Referenced by reco::GsfElectron::p4Error().
Definition at line 645 of file GsfElectron.h.
Referenced by reco::GsfElectron::setTrackMomentumError(), and reco::GsfElectron::trackMomentumError().