#include <ScoutingElectron.h>
Public Member Functions | |
int | charge () const |
float | d0 () const |
float | dEtaIn () const |
float | dPhiIn () const |
float | dz () const |
float | ecalIso () const |
float | eta () const |
float | hcalIso () const |
float | hOverE () const |
float | m () const |
int | missingHits () const |
float | ooEMOop () const |
float | phi () const |
float | pt () const |
ScoutingElectron (float pt, float eta, float phi, float m, float d0, float dz, float dEtaIn, float dPhiIn, float sigmaIetaIeta, float hOverE, float ooEMOop, int missingHits, int charge, float ecalIso, float hcalIso, float trackIso) | |
ScoutingElectron () | |
float | sigmaIetaIeta () const |
float | trackIso () const |
Private Attributes | |
int | charge_ |
float | d0_ |
float | dEtaIn_ |
float | dPhiIn_ |
float | dz_ |
float | ecalIso_ |
float | eta_ |
float | hcalIso_ |
float | hOverE_ |
float | m_ |
int | missingHits_ |
float | ooEMOop_ |
float | phi_ |
float | pt_ |
float | sigmaIetaIeta_ |
float | trackIso_ |
Definition at line 8 of file ScoutingElectron.h.
|
inline |
Definition at line 12 of file ScoutingElectron.h.
|
inline |
Definition at line 20 of file ScoutingElectron.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 30 of file ScoutingElectron.h.
References dz_.
Referenced by Electron.Electron::cutBasedId().
|
inline |
|
inline |
Definition at line 26 of file ScoutingElectron.h.
References eta_.
Referenced by Particle.Particle::__str__(), Jet.Jet::jetID(), and Jet.Jet::puJetId().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 27 of file ScoutingElectron.h.
References phi_.
Referenced by Particle.Particle::__str__().
|
inline |
Definition at line 25 of file ScoutingElectron.h.
References pt_.
Referenced by Particle.Particle::__str__(), DiObject.DiMuon::__str__(), Photon.Photon::calScaledIsoValueExp(), Photon.Photon::calScaledIsoValueLin(), Electron.Electron::mvaIDLoose(), Electron.Electron::mvaIDTight(), Lepton.Lepton::relIso(), Lepton.Lepton::relIsoFromEA(), Lepton.Lepton::relIsoR(), and Jet.Jet::setCorrP4().
|
inline |
|
inline |
|
private |
Definition at line 55 of file ScoutingElectron.h.
Referenced by charge().
|
private |
Definition at line 47 of file ScoutingElectron.h.
Referenced by d0().
|
private |
Definition at line 49 of file ScoutingElectron.h.
Referenced by dEtaIn().
|
private |
Definition at line 50 of file ScoutingElectron.h.
Referenced by dPhiIn().
|
private |
Definition at line 48 of file ScoutingElectron.h.
Referenced by dz().
|
private |
Definition at line 56 of file ScoutingElectron.h.
Referenced by ecalIso().
|
private |
Definition at line 44 of file ScoutingElectron.h.
Referenced by eta().
|
private |
Definition at line 57 of file ScoutingElectron.h.
Referenced by hcalIso().
|
private |
Definition at line 52 of file ScoutingElectron.h.
Referenced by hOverE().
|
private |
Definition at line 46 of file ScoutingElectron.h.
Referenced by m().
|
private |
Definition at line 54 of file ScoutingElectron.h.
Referenced by missingHits().
|
private |
Definition at line 53 of file ScoutingElectron.h.
Referenced by ooEMOop().
|
private |
Definition at line 45 of file ScoutingElectron.h.
Referenced by phi().
|
private |
Definition at line 43 of file ScoutingElectron.h.
Referenced by pt().
|
private |
Definition at line 51 of file ScoutingElectron.h.
Referenced by sigmaIetaIeta().
|
private |
Definition at line 58 of file ScoutingElectron.h.
Referenced by trackIso().