#include <ScoutingParticle.h>
Public Member Functions | |
float | eta () const |
float | m () const |
int | pdgId () const |
float | phi () const |
float | pt () const |
ScoutingParticle (float pt, float eta, float phi, float m, int pdgId, int vertex) | |
ScoutingParticle () | |
int | vertex () const |
Private Attributes | |
float | eta_ |
float | m_ |
int | pdgId_ |
float | phi_ |
float | pt_ |
int | vertex_ |
Definition at line 8 of file ScoutingParticle.h.
|
inline |
Definition at line 12 of file ScoutingParticle.h.
|
inline |
Definition at line 16 of file ScoutingParticle.h.
|
inline |
Definition at line 20 of file ScoutingParticle.h.
References eta_.
Referenced by Particle.Particle::__str__(), Jet.Jet::jetID(), and Jet.Jet::puJetId().
|
inline |
|
inline |
Definition at line 23 of file ScoutingParticle.h.
References pdgId_.
Referenced by Particle.Particle::__str__().
|
inline |
Definition at line 21 of file ScoutingParticle.h.
References phi_.
Referenced by Particle.Particle::__str__(), and ntupleDataFormat.Track::phiPull().
|
inline |
Definition at line 19 of file ScoutingParticle.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 |
|
private |
Definition at line 28 of file ScoutingParticle.h.
Referenced by eta().
|
private |
Definition at line 30 of file ScoutingParticle.h.
Referenced by m().
|
private |
Definition at line 31 of file ScoutingParticle.h.
Referenced by pdgId().
|
private |
Definition at line 29 of file ScoutingParticle.h.
Referenced by phi().
|
private |
Definition at line 27 of file ScoutingParticle.h.
Referenced by pt().
|
private |
Definition at line 32 of file ScoutingParticle.h.
Referenced by vertex().