#include <PtEtaPhiMass.h>
Public Member Functions | |
float | eta () const |
momentum pseudorapidity More... | |
float | mass () const |
mass More... | |
float | phi () const |
momentum azimuthal angle More... | |
float | pt () const |
transverse momentum More... | |
PtEtaPhiMass () | |
PtEtaPhiMass (float ipt, float ieta, float iphi, float imass) | |
Private Attributes | |
float | eta_ |
float | mass_ |
float | phi_ |
float | pt_ |
standard cms four-momentum Lorentz vector consistent with LeafCandidate representation
Definition at line 14 of file PtEtaPhiMass.h.
|
inline |
Definition at line 19 of file PtEtaPhiMass.h.
|
inline |
Definition at line 22 of file PtEtaPhiMass.h.
|
inline |
momentum pseudorapidity
Definition at line 28 of file PtEtaPhiMass.h.
References eta_.
Referenced by Particle.Particle::__str__(), Jet.Jet::jetID(), and Jet.Jet::puJetId().
|
inline |
mass
Definition at line 32 of file PtEtaPhiMass.h.
References mass_.
Referenced by Particle.Particle::__str__(), and DiObject.DiMuon::__str__().
|
inline |
momentum azimuthal angle
Definition at line 30 of file PtEtaPhiMass.h.
References phi_.
Referenced by Particle.Particle::__str__().
|
inline |
transverse momentum
Definition at line 26 of file PtEtaPhiMass.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().
|
private |
Definition at line 16 of file PtEtaPhiMass.h.
Referenced by eta().
|
private |
Definition at line 16 of file PtEtaPhiMass.h.
Referenced by mass().
|
private |
Definition at line 16 of file PtEtaPhiMass.h.
Referenced by phi().
|
private |
Definition at line 16 of file PtEtaPhiMass.h.
Referenced by pt().