CMS 3D CMS Logo

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

#include <MuonPFIsolation.h>

Public Member Functions

 MuonPFIsolation ()
 

Public Attributes

float sumChargedHadronPt
 sum-pt of charged Hadron More...
 
float sumChargedParticlePt
 sum-pt of charged Particles(inludes e/mu) More...
 
float sumNeutralHadronEt
 sum pt of neutral hadrons More...
 
float sumNeutralHadronEtHighThreshold
 sum pt of neutral hadrons with a higher threshold More...
 
float sumPhotonEt
 sum pt of PF photons 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 5 of file MuonPFIsolation.h.

Constructor & Destructor Documentation

◆ MuonPFIsolation()

reco::MuonPFIsolation::MuonPFIsolation ( )
inline

Definition at line 14 of file MuonPFIsolation.h.

15  : sumChargedHadronPt(0),
18  sumPhotonEt(0),
21  sumPUPt(0) {}
float sumNeutralHadronEtHighThreshold
sum pt of neutral hadrons with a higher threshold
float sumPhotonEt
sum pt of PF photons
float sumNeutralHadronEt
sum pt of neutral hadrons
float sumChargedParticlePt
sum-pt of charged Particles(inludes e/mu)
float sumPUPt
sum pt of charged Particles not from PV (for Pu corrections)
float sumPhotonEtHighThreshold
sum pt of PF photons with a higher threshold
float sumChargedHadronPt
sum-pt of charged Hadron

Member Data Documentation

◆ sumChargedHadronPt

float reco::MuonPFIsolation::sumChargedHadronPt

sum-pt of charged Hadron

Definition at line 6 of file MuonPFIsolation.h.

Referenced by MuPFIsoHelper::makeIsoDeposit().

◆ sumChargedParticlePt

float reco::MuonPFIsolation::sumChargedParticlePt

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

Definition at line 7 of file MuonPFIsolation.h.

Referenced by MuPFIsoHelper::makeIsoDeposit().

◆ sumNeutralHadronEt

float reco::MuonPFIsolation::sumNeutralHadronEt

sum pt of neutral hadrons

Definition at line 8 of file MuonPFIsolation.h.

Referenced by MuPFIsoHelper::makeIsoDeposit().

◆ sumNeutralHadronEtHighThreshold

float reco::MuonPFIsolation::sumNeutralHadronEtHighThreshold

sum pt of neutral hadrons with a higher threshold

Definition at line 10 of file MuonPFIsolation.h.

Referenced by MuPFIsoHelper::makeIsoDeposit().

◆ sumPhotonEt

float reco::MuonPFIsolation::sumPhotonEt

sum pt of PF photons

Definition at line 9 of file MuonPFIsolation.h.

Referenced by MuPFIsoHelper::makeIsoDeposit().

◆ sumPhotonEtHighThreshold

float reco::MuonPFIsolation::sumPhotonEtHighThreshold

sum pt of PF photons with a higher threshold

Definition at line 11 of file MuonPFIsolation.h.

Referenced by MuPFIsoHelper::makeIsoDeposit().

◆ sumPUPt

float reco::MuonPFIsolation::sumPUPt

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

Definition at line 12 of file MuonPFIsolation.h.

Referenced by MuPFIsoHelper::makeIsoDeposit().