#include <PtEtaPhiMass.h>
Public Member Functions | |
float | eta () const |
momentum pseudorapidity More... | |
float | phi () const |
momentum azimuthal angle More... | |
float | rho () const |
transverse momentum More... | |
RhoEtaPhi () | |
RhoEtaPhi (float irho, float ieta, float iphi) | |
Private Attributes | |
float | eta_ |
float | phi_ |
float | rho_ |
Definition at line 37 of file PtEtaPhiMass.h.
|
inline |
Definition at line 42 of file PtEtaPhiMass.h.
|
inline |
Definition at line 45 of file PtEtaPhiMass.h.
|
inline |
momentum pseudorapidity
Definition at line 51 of file PtEtaPhiMass.h.
References PtEtaPhiMass::eta_.
Referenced by Particle.Particle::__str__(), KDTreeLinkerTrackHcal::buildTree(), KDTreeLinkerTrackEcal::buildTree(), SpikeAndDoubleSpikeCleaner::clean(), CaloCellGeometry::etaPos(), Jet.Jet::jetID(), and Jet.Jet::puJetId().
|
inline |
momentum azimuthal angle
Definition at line 53 of file PtEtaPhiMass.h.
References PtEtaPhiMass::phi_.
Referenced by Particle.Particle::__str__(), KDTreeLinkerTrackEcal::buildTree(), KDTreeLinkerTrackHcal::buildTree(), SpikeAndDoubleSpikeCleaner::clean(), CaloCellGeometry::phiPos(), and ntupleDataFormat.Track::phiPull().
|
inline |
transverse momentum
Definition at line 49 of file PtEtaPhiMass.h.
Referenced by Lepton.Lepton::absIsoFromEA(), Muon.Muon::absIsoWithFSR(), and CaloCellGeometry::rhoPos().
|
private |
Definition at line 39 of file PtEtaPhiMass.h.
|
private |
Definition at line 39 of file PtEtaPhiMass.h.
|
private |
Definition at line 39 of file PtEtaPhiMass.h.