Class describing a 4D cylindrical coordinate system using Pt , Phi, Eta and E (or rho, phi, eta , T) The metric used is (-,-,-,+).
Phi is restricted to be in the range [-PI,PI)
Definition at line 54 of file PtEtaPhiE4D.h.
Public Types | |
typedef ScalarType | Scalar |
Public Member Functions | |
PtEtaPhiE4D () | |
Default constructor gives zero 4-vector. | |
template<class CoordSystem > | |
PtEtaPhiE4D (const CoordSystem &c) | |
Generic constructor from any 4D coordinate system implementing Pt(), Eta(), Phi() and E() | |
PtEtaPhiE4D (const PtEtaPhiE4D &v) | |
copy constructor | |
PtEtaPhiE4D (Scalar pt, Scalar eta, Scalar phi, Scalar e) | |
Constructor from pt, eta, phi, e values. | |
Scalar | E () const |
Scalar | Et () const |
transverse energy | |
Scalar | Et2 () const |
transverse energy squared | |
Scalar | Eta () const |
void | GetCoordinates (Scalar &pt, Scalar &eta, Scalar &phi, Scalar &e) const |
get internal data into 4 Scalar numbers | |
void | GetCoordinates (Scalar dest[]) const |
get internal data into an array of 4 Scalar numbers | |
Scalar | M () const |
invariant mass | |
Scalar | M2 () const |
vector magnitude squared (or mass squared) | |
Scalar | Mag () const |
Scalar | Mag2 () const |
Scalar | Mt () const |
transverse mass | |
Scalar | Mt2 () const |
transverse mass squared | |
void | Negate () |
negate the 4-vector | |
bool | operator!= (const PtEtaPhiE4D &rhs) const |
template<class CoordSystem > | |
PtEtaPhiE4D & | operator= (const CoordSystem &c) |
Assignment from a generic coordinate system implementing Pt(), Eta(), Phi() and E() | |
PtEtaPhiE4D & | operator= (const PtEtaPhiE4D &v) |
assignment operator | |
bool | operator== (const PtEtaPhiE4D &rhs) const |
Exact equality. | |
Scalar | P () const |
magnitude of momentum | |
Scalar | P2 () const |
squared magnitude of spatial components (momentum squared) | |
Scalar | Perp () const |
Scalar | Perp2 () const |
Scalar | Phi () const |
Scalar | Pt () const |
Scalar | Pt2 () const |
transverse spatial component squared | |
Scalar | Px () const |
Scalar | Py () const |
Scalar | Pz () const |
Scalar | R () const |
Scalar | Rho () const |
void | Scale (Scalar a) |
Scale coordinate values by a scalar quantity a. | |
void | SetCoordinates (const Scalar src[]) |
Set internal data based on an array of 4 Scalar numbers. | |
void | SetCoordinates (Scalar pt, Scalar eta, Scalar phi, Scalar e) |
Set internal data based on 4 Scalar numbers. | |
void | SetE (Scalar e) |
set E value | |
void | SetEta (Scalar eta) |
set eta value | |
void | SetPhi (Scalar phi) |
set phi value | |
void | SetPt (Scalar pt) |
set Pt value | |
void | SetPxPyPzE (Scalar px, Scalar py, Scalar pz, Scalar e) |
set values using cartesian coordinate system | |
Scalar | T () const |
Scalar | t () const |
Scalar | Theta () const |
polar angle | |
Scalar | X () const |
Scalar | x () const |
Scalar | Y () const |
Scalar | y () const |
Scalar | Z () const |
Scalar | z () const |
Private Member Functions | |
void | Restrict () |
Static Private Member Functions | |
static Scalar | pi () |
Private Attributes | |
ScalarType | fE |
ScalarType | fEta |
ScalarType | fPhi |
ScalarType | fPt |
#include <Math/GenVector/PtEtaPhiE4D.h>
typedef ScalarType ROOT::Math::PtEtaPhiE4D< ScalarType >::Scalar |
Definition at line 58 of file PtEtaPhiE4D.h.
|
inline |
Default constructor gives zero 4-vector.
Definition at line 65 of file PtEtaPhiE4D.h.
|
inline |
Constructor from pt, eta, phi, e values.
Definition at line 70 of file PtEtaPhiE4D.h.
|
inlineexplicit |
|
inline |
copy constructor
Definition at line 87 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 134 of file PtEtaPhiE4D.h.
|
inline |
|
inline |
transverse energy squared
Definition at line 240 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 132 of file PtEtaPhiE4D.h.
|
inline |
get internal data into 4 Scalar numbers
Definition at line 124 of file PtEtaPhiE4D.h.
|
inline |
get internal data into an array of 4 Scalar numbers
Definition at line 111 of file PtEtaPhiE4D.h.
|
inline |
invariant mass
Definition at line 185 of file PtEtaPhiE4D.h.
|
inline |
vector magnitude squared (or mass squared)
Definition at line 175 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 197 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 180 of file PtEtaPhiE4D.h.
|
inline |
transverse mass
Definition at line 213 of file PtEtaPhiE4D.h.
|
inline |
transverse mass squared
Definition at line 208 of file PtEtaPhiE4D.h.
|
inline |
negate the 4-vector
Definition at line 298 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 335 of file PtEtaPhiE4D.h.
|
inline |
|
inline |
assignment operator
Definition at line 93 of file PtEtaPhiE4D.h.
|
inline |
Exact equality.
Definition at line 331 of file PtEtaPhiE4D.h.
|
inline |
magnitude of momentum
Definition at line 155 of file PtEtaPhiE4D.h.
|
inline |
squared magnitude of spatial components (momentum squared)
Definition at line 166 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 136 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 203 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 133 of file PtEtaPhiE4D.h.
|
inlinestaticprivate |
Definition at line 247 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 131 of file PtEtaPhiE4D.h.
|
inline |
transverse spatial component squared
Definition at line 202 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 142 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 144 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 146 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 161 of file PtEtaPhiE4D.h.
|
inlineprivate |
Definition at line 248 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 137 of file PtEtaPhiE4D.h.
|
inline |
Scale coordinate values by a scalar quantity a.
Definition at line 307 of file PtEtaPhiE4D.h.
|
inline |
Set internal data based on an array of 4 Scalar numbers.
Definition at line 105 of file PtEtaPhiE4D.h.
|
inline |
Set internal data based on 4 Scalar numbers.
Definition at line 117 of file PtEtaPhiE4D.h.
|
inline |
set E value
Definition at line 283 of file PtEtaPhiE4D.h.
|
inline |
set eta value
Definition at line 270 of file PtEtaPhiE4D.h.
|
inline |
set phi value
Definition at line 276 of file PtEtaPhiE4D.h.
|
inline |
set Pt value
Definition at line 264 of file PtEtaPhiE4D.h.
|
inline |
set values using cartesian coordinate system
Definition at line 389 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 138 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 344 of file PtEtaPhiE4D.h.
|
inline |
polar angle
Definition at line 257 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 143 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 341 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 145 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 342 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 150 of file PtEtaPhiE4D.h.
|
inline |
Definition at line 343 of file PtEtaPhiE4D.h.
|
private |
Definition at line 368 of file PtEtaPhiE4D.h.
|
private |
Definition at line 366 of file PtEtaPhiE4D.h.
|
private |
Definition at line 367 of file PtEtaPhiE4D.h.
|
private |
Definition at line 365 of file PtEtaPhiE4D.h.