#include <Run3ScoutingPhoton.h>
Public Member Functions | |
float | ecalIso () const |
std::vector< float > const & | energyMatrix () const |
float | eta () const |
float | hcalIso () const |
float | hOverE () const |
float | m () const |
float | phi () const |
float | pt () const |
float | r9 () const |
Run3ScoutingPhoton (float pt, float eta, float phi, float m, float sigmaIetaIeta, float hOverE, float ecalIso, float hcalIso, float trkIso, float r9, float sMin, float sMaj, unsigned int seedId, std::vector< float > energyMatrix, std::vector< float > timingMatrix) | |
Run3ScoutingPhoton () | |
float | seedId () const |
float | sigmaIetaIeta () const |
float | sMaj () const |
float | sMin () const |
std::vector< float > const & | timingMatrix () const |
float | trkIso () const |
Private Attributes | |
float | ecalIso_ |
std::vector< float > | energyMatrix_ |
float | eta_ |
float | hcalIso_ |
float | hOverE_ |
float | m_ |
float | phi_ |
float | pt_ |
float | r9_ |
unsigned int | seedId_ |
float | sigmaIetaIeta_ |
float | sMaj_ |
float | sMin_ |
std::vector< float > | timingMatrix_ |
float | trkIso_ |
Definition at line 8 of file Run3ScoutingPhoton.h.
|
inline |
Definition at line 11 of file Run3ScoutingPhoton.h.
|
inline |
Definition at line 42 of file Run3ScoutingPhoton.h.
|
inline |
|
inline |
Definition at line 73 of file Run3ScoutingPhoton.h.
References energyMatrix_.
|
inline |
Definition at line 61 of file Run3ScoutingPhoton.h.
References eta_.
Referenced by Particle.Particle::__str__(), Jet.Jet::jetID(), and Jet.Jet::puJetId().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 62 of file Run3ScoutingPhoton.h.
References phi_.
Referenced by Particle.Particle::__str__(), and ntupleDataFormat.Track::phiPull().
|
inline |
Definition at line 60 of file Run3ScoutingPhoton.h.
References pt_.
Referenced by Particle.Particle::__str__(), DiObject.DiMuon::__str__(), Photon.Photon::calScaledIsoValueExp(), Photon.Photon::calScaledIsoValueLin(), Photon.Photon::calScaledIsoValueQuadr(), Electron.Electron::mvaIDLoose(), Electron.Electron::mvaIDRun2(), Electron.Electron::mvaIDTight(), Electron.Electron::ptErr(), ntupleDataFormat.Track::ptPull(), Lepton.Lepton::relIso(), Lepton.Lepton::relIsoFromEA(), Lepton.Lepton::relIsoR(), and Jet.Jet::setCorrP4().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 74 of file Run3ScoutingPhoton.h.
References timingMatrix_.
|
inline |
|
private |
Definition at line 83 of file Run3ScoutingPhoton.h.
Referenced by ecalIso().
|
private |
Definition at line 90 of file Run3ScoutingPhoton.h.
Referenced by energyMatrix().
|
private |
Definition at line 78 of file Run3ScoutingPhoton.h.
Referenced by eta().
|
private |
Definition at line 84 of file Run3ScoutingPhoton.h.
Referenced by hcalIso().
|
private |
Definition at line 82 of file Run3ScoutingPhoton.h.
Referenced by hOverE().
|
private |
Definition at line 80 of file Run3ScoutingPhoton.h.
Referenced by m().
|
private |
Definition at line 79 of file Run3ScoutingPhoton.h.
Referenced by phi().
|
private |
Definition at line 77 of file Run3ScoutingPhoton.h.
Referenced by pt().
|
private |
Definition at line 86 of file Run3ScoutingPhoton.h.
Referenced by r9().
|
private |
Definition at line 89 of file Run3ScoutingPhoton.h.
Referenced by seedId().
|
private |
Definition at line 81 of file Run3ScoutingPhoton.h.
Referenced by sigmaIetaIeta().
|
private |
Definition at line 88 of file Run3ScoutingPhoton.h.
Referenced by sMaj().
|
private |
Definition at line 87 of file Run3ScoutingPhoton.h.
Referenced by sMin().
|
private |
Definition at line 91 of file Run3ScoutingPhoton.h.
Referenced by timingMatrix().
|
private |
Definition at line 85 of file Run3ScoutingPhoton.h.
Referenced by trkIso().