CMS 3D CMS Logo

Public Member Functions | Public Attributes

reco::GsfElectron::Corrections Struct Reference

#include <GsfElectron.h>

List of all members.

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

Detailed Description

Definition at line 639 of file GsfElectron.h.


Constructor & Destructor Documentation

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)
       {}

Member Data Documentation

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 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 651 of file GsfElectron.h.

Referenced by reco::GsfElectron::p4().

Definition at line 652 of file GsfElectron.h.

Referenced by reco::GsfElectron::p4Error().