#include <PtEtaPhiMass.h>
Public Member Functions | |
constexpr float | eta () const |
momentum pseudorapidity More... | |
constexpr float | mass () const |
mass More... | |
constexpr float | phi () const |
momentum azimuthal angle More... | |
constexpr float | pt () const |
transverse momentum More... | |
PtEtaPhiMass () | |
constexpr | 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 16 of file PtEtaPhiMass.h.
|
inline |
Definition at line 22 of file PtEtaPhiMass.h.
|
inline |
Definition at line 25 of file PtEtaPhiMass.h.
|
inline |
momentum pseudorapidity
Definition at line 31 of file PtEtaPhiMass.h.
References eta_.
Referenced by Particle.Particle::__str__(), datamodel.Object::DeltaR(), Jet.Jet::jetID(), datamodel.Object::p4(), and Jet.Jet::puJetId().
|
inline |
mass
Definition at line 35 of file PtEtaPhiMass.h.
References mass_.
Referenced by Particle.Particle::__str__(), DiObject.DiMuon::__str__(), and datamodel.Object::p4().
|
inline |
momentum azimuthal angle
Definition at line 33 of file PtEtaPhiMass.h.
References phi_.
Referenced by Particle.Particle::__str__(), datamodel.Object::DeltaR(), datamodel.Object::p4(), and ntupleDataFormat.Track::phiPull().
|
inline |
transverse momentum
Definition at line 29 of file PtEtaPhiMass.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(), datamodel.Object::p4(), Electron.Electron::ptErr(), ntupleDataFormat.Track::ptPull(), Lepton.Lepton::relIso(), Lepton.Lepton::relIsoFromEA(), Lepton.Lepton::relIsoR(), and Jet.Jet::setCorrP4().
|
private |
Definition at line 18 of file PtEtaPhiMass.h.
Referenced by eta().
|
private |
Definition at line 18 of file PtEtaPhiMass.h.
Referenced by mass().
|
private |
Definition at line 18 of file PtEtaPhiMass.h.
Referenced by phi().
|
private |
Definition at line 18 of file PtEtaPhiMass.h.
Referenced by pt().