CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
reco::GsfElectron::PflowIsolationVariables Struct Reference

#include <GsfElectron.h>

Public Member Functions

 PflowIsolationVariables ()
 

Public Attributes

float sumChargedHadronPt
 sum-pt of charged Hadron // old float chargedHadronIso ; More...
 
float sumChargedParticlePt
 sum-pt of charged Particles(inludes e/mu) More...
 
float sumEcalClusterEt
 
float sumHcalClusterEt
 
float sumNeutralHadronEt
 sum pt of neutral hadrons // old float neutralHadronIso ; More...
 
float sumNeutralHadronEtHighThreshold
 sum pt of neutral hadrons with a higher threshold More...
 
float sumPhotonEt
 sum pt of PF photons // old float photonIso ; More...
 
float sumPhotonEtHighThreshold
 sum pt of PF photons with a higher threshold More...
 
float sumPUPt
 sum pt of charged Particles not from PV (for Pu corrections) More...
 

Detailed Description

Definition at line 661 of file GsfElectron.h.

Constructor & Destructor Documentation

reco::GsfElectron::PflowIsolationVariables::PflowIsolationVariables ( )
inline

Definition at line 674 of file GsfElectron.h.

675  : sumChargedHadronPt(0),
677  sumPhotonEt(0),
681  sumPUPt(0),
682  sumEcalClusterEt(0),
683  sumHcalClusterEt(0){};
float sumPUPt
sum pt of charged Particles not from PV (for Pu corrections)
Definition: GsfElectron.h:670
float sumNeutralHadronEtHighThreshold
sum pt of neutral hadrons with a higher threshold
Definition: GsfElectron.h:668
float sumChargedParticlePt
sum-pt of charged Particles(inludes e/mu)
Definition: GsfElectron.h:667
float sumPhotonEtHighThreshold
sum pt of PF photons with a higher threshold
Definition: GsfElectron.h:669
float sumPhotonEt
sum pt of PF photons // old float photonIso ;
Definition: GsfElectron.h:665
float sumNeutralHadronEt
sum pt of neutral hadrons // old float neutralHadronIso ;
Definition: GsfElectron.h:664
float sumChargedHadronPt
sum-pt of charged Hadron // old float chargedHadronIso ;
Definition: GsfElectron.h:663

Member Data Documentation

float reco::GsfElectron::PflowIsolationVariables::sumChargedHadronPt
float reco::GsfElectron::PflowIsolationVariables::sumChargedParticlePt

sum-pt of charged Particles(inludes e/mu)

Definition at line 667 of file GsfElectron.h.

float reco::GsfElectron::PflowIsolationVariables::sumEcalClusterEt
float reco::GsfElectron::PflowIsolationVariables::sumHcalClusterEt
float reco::GsfElectron::PflowIsolationVariables::sumNeutralHadronEt
float reco::GsfElectron::PflowIsolationVariables::sumNeutralHadronEtHighThreshold

sum pt of neutral hadrons with a higher threshold

Definition at line 668 of file GsfElectron.h.

float reco::GsfElectron::PflowIsolationVariables::sumPhotonEt
float reco::GsfElectron::PflowIsolationVariables::sumPhotonEtHighThreshold

sum pt of PF photons with a higher threshold

Definition at line 669 of file GsfElectron.h.

float reco::GsfElectron::PflowIsolationVariables::sumPUPt

sum pt of charged Particles not from PV (for Pu corrections)

Definition at line 670 of file GsfElectron.h.

Referenced by TrackTypeMonitor::analyze(), PFElectronTranslator::createGsfElectrons(), ZtoEEEventSelector::filter(), WtoLNuSelector::filter(), and GEDGsfElectronFinalizer::produce().