CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 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 407 of file Photon.h.

Constructor & Destructor Documentation

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

Definition at line 420 of file Photon.h.

420  :
421 
422  chargedHadronIso(0),
424  neutralHadronIso(0),
425  photonIso(0),
426  modFrixione(0),
430  sumPUPt(0)
431  {}
float sumChargedParticlePt
sum-pt of charged Particles(inludes e/mu)
Definition: Photon.h:415
float sumNeutralHadronEtHighThreshold
sum pt of neutral hadrons with a higher threshold
Definition: Photon.h:416
float sumPhotonEtHighThreshold
sum pt of PF photons with a higher threshold
Definition: Photon.h:417
float sumPUPt
sum pt of charged Particles not from PV (for Pu corrections)
Definition: Photon.h:418

Member Data Documentation

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

Definition at line 411 of file Photon.h.

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

float reco::Photon::PflowIsolationVariables::modFrixione

Definition at line 414 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 415 of file Photon.h.

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

float reco::Photon::PflowIsolationVariables::sumNeutralHadronEtHighThreshold

sum pt of neutral hadrons with a higher threshold

Definition at line 416 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 417 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 418 of file Photon.h.

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