#include <PFIsolation.h>
Public Member Functions | |
float | chargedHadronIso () const |
float | neutralHadronIso () const |
PFIsolation () | |
PFIsolation (float ch, float nh, float ph, float pu) | |
float | photonIso () const |
float | puChargedHadronIso () const |
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.
References chiso_.
Referenced by Lepton.Lepton::absIsoFromEA(), Photon.Photon::passPhotonIso(), and pat::PATIsolatedTrackProducer::produce().
|
inline |
Definition at line 19 of file PFIsolation.h.
References nhiso_.
Referenced by Lepton.Lepton::absIsoFromEA(), and Photon.Photon::passPhotonIso().
|
inline |
Definition at line 20 of file PFIsolation.h.
References phiso_.
Referenced by Lepton.Lepton::absIsoFromEA(), and Photon.Photon::passPhotonIso().
|
inline |
|
private |
Definition at line 24 of file PFIsolation.h.
Referenced by chargedHadronIso().
|
private |
Definition at line 25 of file PFIsolation.h.
Referenced by neutralHadronIso().
|
private |
Definition at line 26 of file PFIsolation.h.
Referenced by photonIso().
|
private |
Definition at line 27 of file PFIsolation.h.
Referenced by puChargedHadronIso().