#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 12 of file PFIsolation.h.
|
inline |
Definition at line 14 of file PFIsolation.h.
|
inline |
Definition at line 16 of file PFIsolation.h.
|
inline |
Definition at line 18 of file PFIsolation.h.
|
inline |
Definition at line 28 of file PFIsolation.h.
References chiso_.
Referenced by Lepton.Lepton::absIsoFromEA(), pat::muonRelMiniIsoPUCorrected(), Photon.Photon::passPhotonIso(), and pat::PATIsolatedTrackProducer::produce().
|
inline |
Definition at line 29 of file PFIsolation.h.
References nhiso_.
Referenced by Lepton.Lepton::absIsoFromEA(), pat::muonRelMiniIsoPUCorrected(), and Photon.Photon::passPhotonIso().
|
inline |
|
inline |
Definition at line 30 of file PFIsolation.h.
References phiso_.
Referenced by Lepton.Lepton::absIsoFromEA(), pat::muonRelMiniIsoPUCorrected(), and Photon.Photon::passPhotonIso().
|
inline |
|
private |
Definition at line 34 of file PFIsolation.h.
Referenced by chargedHadronIso(), and operator=().
|
private |
Definition at line 35 of file PFIsolation.h.
Referenced by neutralHadronIso(), and operator=().
|
private |
Definition at line 36 of file PFIsolation.h.
Referenced by operator=(), and photonIso().
|
private |
Definition at line 37 of file PFIsolation.h.
Referenced by operator=(), and puChargedHadronIso().