#include <MuonPFIsolation.h>
Public Member Functions | |
MuonPFIsolation () | |
Public Attributes | |
float | sumChargedHadronPt |
sum-pt of charged Hadron | |
float | sumChargedParticlePt |
sum-pt of charged Particles(inludes e/mu) | |
float | sumNeutralHadronEt |
sum pt of neutral hadrons | |
float | sumNeutralHadronEtHighThreshold |
sum pt of neutral hadrons with a higher threshold | |
float | sumPhotonEt |
sum pt of PF photons | |
float | sumPhotonEtHighThreshold |
sum pt of PF photons with a higher threshold | |
float | sumPUPt |
sum pt of charged Particles not from PV (for Pu corrections) |
Definition at line 6 of file MuonPFIsolation.h.
reco::MuonPFIsolation::MuonPFIsolation | ( | ) | [inline] |
Definition at line 15 of file MuonPFIsolation.h.
: sumChargedHadronPt(0),sumChargedParticlePt(0),sumNeutralHadronEt(0),sumPhotonEt(0), sumNeutralHadronEtHighThreshold(0), sumPhotonEtHighThreshold(0), sumPUPt(0) {}
sum-pt of charged Hadron
Definition at line 7 of file MuonPFIsolation.h.
Referenced by MuPFIsoHelper::makeIsoDeposit().
sum-pt of charged Particles(inludes e/mu)
Definition at line 8 of file MuonPFIsolation.h.
Referenced by MuPFIsoHelper::makeIsoDeposit().
sum pt of neutral hadrons
Definition at line 9 of file MuonPFIsolation.h.
Referenced by MuPFIsoHelper::makeIsoDeposit().
sum pt of neutral hadrons with a higher threshold
Definition at line 11 of file MuonPFIsolation.h.
Referenced by MuPFIsoHelper::makeIsoDeposit().
sum pt of PF photons
Definition at line 10 of file MuonPFIsolation.h.
Referenced by MuPFIsoHelper::makeIsoDeposit().
sum pt of PF photons with a higher threshold
Definition at line 12 of file MuonPFIsolation.h.
Referenced by MuPFIsoHelper::makeIsoDeposit().
sum pt of charged Particles not from PV (for Pu corrections)
Definition at line 13 of file MuonPFIsolation.h.
Referenced by MuPFIsoHelper::makeIsoDeposit().