#include <PFIsolation.h>
Public Member Functions | |
float | chargedHadronIso () const |
float | neutralHadronIso () const |
PFIsolation & | operator= (const PFIsolation &iso) |
PFIsolation () | |
PFIsolation (float ch, float nh, float ph, float pu) | |
float | photonIso () const |
float | puChargedHadronIso () const |
~PFIsolation () | |
Private Attributes | |
float | chiso_ |
float | nhiso_ |
float | phiso_ |
float | puiso_ |
Definition at line 13 of file PFIsolation.h.
|
inline |
Definition at line 15 of file PFIsolation.h.
|
inline |
Definition at line 19 of file PFIsolation.h.
|
inline |
Definition at line 23 of file PFIsolation.h.
|
inline |
Definition at line 33 of file PFIsolation.h.
References chiso_.
Referenced by Lepton.Lepton::absIsoFromEA(), pat::MuonMvaEstimator::computeMva(), pat::muonRelMiniIsoPUCorrected(), Photon.Photon::passPhotonIso(), and pat::PATIsolatedTrackProducer::produce().
|
inline |
Definition at line 34 of file PFIsolation.h.
References nhiso_.
Referenced by Lepton.Lepton::absIsoFromEA(), pat::muonRelMiniIsoPUCorrected(), and Photon.Photon::passPhotonIso().
|
inline |
|
inline |
Definition at line 35 of file PFIsolation.h.
References phiso_.
Referenced by Lepton.Lepton::absIsoFromEA(), pat::muonRelMiniIsoPUCorrected(), and Photon.Photon::passPhotonIso().
|
inline |
|
private |
Definition at line 39 of file PFIsolation.h.
Referenced by chargedHadronIso(), and operator=().
|
private |
Definition at line 40 of file PFIsolation.h.
Referenced by neutralHadronIso(), and operator=().
|
private |
Definition at line 41 of file PFIsolation.h.
Referenced by operator=(), and photonIso().
|
private |
Definition at line 42 of file PFIsolation.h.
Referenced by operator=(), and puChargedHadronIso().