#include <ScoutingPhoton.h>
Public Member Functions | |
float | ecalIso () const |
float | eta () const |
float | hcalIso () const |
float | hOverE () const |
float | m () const |
float | phi () const |
float | pt () const |
ScoutingPhoton (float pt, float eta, float phi, float m, float sigmaIetaIeta, float hOverE, float ecalIso, float hcalIso) | |
ScoutingPhoton () | |
float | sigmaIetaIeta () const |
Private Attributes | |
float | ecalIso_ |
float | eta_ |
float | hcalIso_ |
float | hOverE_ |
float | m_ |
float | phi_ |
float | pt_ |
float | sigmaIetaIeta_ |
Definition at line 8 of file ScoutingPhoton.h.
|
inline |
Definition at line 12 of file ScoutingPhoton.h.
|
inline |
Definition at line 17 of file ScoutingPhoton.h.
|
inline |
|
inline |
Definition at line 22 of file ScoutingPhoton.h.
References eta_.
Referenced by Particle.Particle::__str__(), Muon.Muon::absEffAreaIso(), Jet.Jet::jetID(), and Jet.Jet::puJetId().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 23 of file ScoutingPhoton.h.
References phi_.
Referenced by Particle.Particle::__str__().
|
inline |
Definition at line 21 of file ScoutingPhoton.h.
References pt_.
Referenced by Particle.Particle::__str__(), DiObject.DiMuon::__str__(), Photon.Photon::calScaledIsoValue(), Electron.Electron::mvaIDLoose(), Electron.Electron::mvaIDTight(), Lepton.Lepton::relEffAreaIso(), and Lepton.Lepton::relIso().
|
inline |
|
private |
Definition at line 37 of file ScoutingPhoton.h.
Referenced by ecalIso().
|
private |
Definition at line 32 of file ScoutingPhoton.h.
Referenced by eta().
|
private |
Definition at line 38 of file ScoutingPhoton.h.
Referenced by hcalIso().
|
private |
Definition at line 36 of file ScoutingPhoton.h.
Referenced by hOverE().
|
private |
Definition at line 34 of file ScoutingPhoton.h.
Referenced by m().
|
private |
Definition at line 33 of file ScoutingPhoton.h.
Referenced by phi().
|
private |
Definition at line 31 of file ScoutingPhoton.h.
Referenced by pt().
|
private |
Definition at line 35 of file ScoutingPhoton.h.
Referenced by sigmaIetaIeta().