#include <ElectronUtilities.h>
Public Member Functions | |
EleRelPoint (const math::XYZPoint &p, const math::XYZPoint &origin) | |
EleRelPoint (const GlobalPoint &p, const math::XYZPoint &origin) | |
EleRelPoint (const math::XYZPoint &p, const GlobalPoint &origin) | |
EleRelPoint (const GlobalPoint &p, const GlobalPoint &origin) | |
double | eta () |
double | perp () |
double | phi () |
Private Attributes | |
math::XYZVector | relP_ |
Definition at line 60 of file ElectronUtilities.h.
|
inline |
Definition at line 63 of file ElectronUtilities.h.
|
inline |
Definition at line 64 of file ElectronUtilities.h.
|
inline |
Definition at line 65 of file ElectronUtilities.h.
|
inline |
Definition at line 66 of file ElectronUtilities.h.
|
inline |
Definition at line 67 of file ElectronUtilities.h.
References relP_.
Referenced by Particle.Particle::__str__(), Jet.Jet::jetID(), and Jet.Jet::puJetId().
|
inline |
|
inline |
Definition at line 68 of file ElectronUtilities.h.
References normalized_phi(), and relP_.
Referenced by Particle.Particle::__str__().
|
private |
Definition at line 71 of file ElectronUtilities.h.