CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
reco::Photon::PflowIsolationVariables Struct Reference

#include <Photon.h>

Public Member Functions

 PflowIsolationVariables ()
 

Public Attributes

float chargedHadronIso
 
float chargedHadronIsoWrongVtx
 
float modFrixione
 
float neutralHadronIso
 
float photonIso
 
float sumChargedParticlePt
 sum-pt of charged Particles(inludes e/mu) More...
 
float sumEcalClusterEt
 
float sumHcalClusterEt
 
float sumNeutralHadronEtHighThreshold
 sum pt of neutral hadrons with a higher threshold 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 460 of file Photon.h.

Constructor & Destructor Documentation

reco::Photon::PflowIsolationVariables::PflowIsolationVariables ( )
inline

Definition at line 474 of file Photon.h.

474  :
475 
476  chargedHadronIso(0),
478  neutralHadronIso(0),
479  photonIso(0),
480  modFrixione(0),
484  sumPUPt(0),
485  sumEcalClusterEt(0),
487  {}
float sumChargedParticlePt
sum-pt of charged Particles(inludes e/mu)
Definition: Photon.h:468
float sumNeutralHadronEtHighThreshold
sum pt of neutral hadrons with a higher threshold
Definition: Photon.h:469
float sumPhotonEtHighThreshold
sum pt of PF photons with a higher threshold
Definition: Photon.h:470
float sumPUPt
sum pt of charged Particles not from PV (for Pu corrections)
Definition: Photon.h:471

Member Data Documentation

float reco::Photon::PflowIsolationVariables::chargedHadronIso
float reco::Photon::PflowIsolationVariables::chargedHadronIsoWrongVtx

Definition at line 464 of file Photon.h.

Referenced by reco::Photon::chargedHadronIsoWrongVtx().

float reco::Photon::PflowIsolationVariables::modFrixione

Definition at line 467 of file Photon.h.

float reco::Photon::PflowIsolationVariables::neutralHadronIso
float reco::Photon::PflowIsolationVariables::photonIso
float reco::Photon::PflowIsolationVariables::sumChargedParticlePt

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

Definition at line 468 of file Photon.h.

Referenced by reco::Photon::sumChargedParticlePt().

float reco::Photon::PflowIsolationVariables::sumEcalClusterEt
float reco::Photon::PflowIsolationVariables::sumHcalClusterEt
float reco::Photon::PflowIsolationVariables::sumNeutralHadronEtHighThreshold

sum pt of neutral hadrons with a higher threshold

Definition at line 469 of file Photon.h.

Referenced by reco::Photon::sumNeutralHadronEtHighThreshold().

float reco::Photon::PflowIsolationVariables::sumPhotonEtHighThreshold

sum pt of PF photons with a higher threshold

Definition at line 470 of file Photon.h.

Referenced by reco::Photon::sumPhotonEtHighThreshold().

float reco::Photon::PflowIsolationVariables::sumPUPt

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

Definition at line 471 of file Photon.h.

Referenced by reco::Photon::sumPUPt().