#include <Run3ScoutingPhoton.h>
Public Member Functions | |
std::vector< uint32_t > const & | detIds () const |
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, uint32_t seedId, std::vector< float > energyMatrix, std::vector< uint32_t > detIds, std::vector< float > timingMatrix) | |
Run3ScoutingPhoton () | |
uint32_t | seedId () const |
float | sigmaIetaIeta () const |
float | sMaj () const |
float | sMin () const |
std::vector< float > const & | timingMatrix () const |
float | trkIso () const |
Private Attributes | |
std::vector< uint32_t > | detIds_ |
float | ecalIso_ |
std::vector< float > | energyMatrix_ |
float | eta_ |
float | hcalIso_ |
float | hOverE_ |
float | m_ |
float | phi_ |
float | pt_ |
float | r9_ |
uint32_t | seedId_ |
float | sigmaIetaIeta_ |
float | sMaj_ |
float | sMin_ |
std::vector< float > | timingMatrix_ |
float | trkIso_ |
Definition at line 9 of file Run3ScoutingPhoton.h.
|
inline |
Definition at line 12 of file Run3ScoutingPhoton.h.
|
inline |
Definition at line 45 of file Run3ScoutingPhoton.h.
|
inline |
|
inline |
|
inline |
Definition at line 76 of file Run3ScoutingPhoton.h.
References energyMatrix_.
|
inline |
Definition at line 64 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 65 of file Run3ScoutingPhoton.h.
References phi_.
Referenced by Particle.Particle::__str__(), and ntupleDataFormat.Track::phiPull().
|
inline |
Definition at line 63 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 78 of file Run3ScoutingPhoton.h.
References timingMatrix_.
|
inline |
|
private |
Definition at line 95 of file Run3ScoutingPhoton.h.
Referenced by detIds().
|
private |
Definition at line 87 of file Run3ScoutingPhoton.h.
Referenced by ecalIso().
|
private |
Definition at line 94 of file Run3ScoutingPhoton.h.
Referenced by energyMatrix().
|
private |
Definition at line 82 of file Run3ScoutingPhoton.h.
Referenced by eta().
|
private |
Definition at line 88 of file Run3ScoutingPhoton.h.
Referenced by hcalIso().
|
private |
Definition at line 86 of file Run3ScoutingPhoton.h.
Referenced by hOverE().
|
private |
Definition at line 84 of file Run3ScoutingPhoton.h.
Referenced by m().
|
private |
Definition at line 83 of file Run3ScoutingPhoton.h.
Referenced by phi().
|
private |
Definition at line 81 of file Run3ScoutingPhoton.h.
Referenced by pt().
|
private |
Definition at line 90 of file Run3ScoutingPhoton.h.
Referenced by r9().
|
private |
Definition at line 93 of file Run3ScoutingPhoton.h.
Referenced by seedId().
|
private |
Definition at line 85 of file Run3ScoutingPhoton.h.
Referenced by sigmaIetaIeta().
|
private |
Definition at line 92 of file Run3ScoutingPhoton.h.
Referenced by sMaj().
|
private |
Definition at line 91 of file Run3ScoutingPhoton.h.
Referenced by sMin().
|
private |
Definition at line 96 of file Run3ScoutingPhoton.h.
Referenced by timingMatrix().
|
private |
Definition at line 89 of file Run3ScoutingPhoton.h.
Referenced by trkIso().