ROOT  6.06/09
Reference Guide
Public Types | Public Member Functions | Private Attributes | List of all members
ROOT::Math::PxPyPzE4D< ScalarType > Class Template Reference

template<class ScalarType = double>
class ROOT::Math::PxPyPzE4D< ScalarType >

Class describing a 4D cartesian coordinate system (x, y, z, t coordinates) or momentum-energy vectors stored as (Px, Py, Pz, E).

The metric used is (-,-,-,+)

Definition at line 46 of file PxPyPzE4D.h.

Public Types

typedef ScalarType Scalar
 

Public Member Functions

 PxPyPzE4D ()
 Default constructor with x=y=z=t=0. More...
 
 PxPyPzE4D (Scalar px, Scalar py, Scalar pz, Scalar e)
 Constructor from x, y , z , t values. More...
 
template<class CoordSystem >
 PxPyPzE4D (const CoordSystem &v)
 construct from any vector or coordinate system class implementing x(), y() and z() and t() More...
 
 PxPyPzE4D (const PxPyPzE4D &v)
 copy constructor More...
 
PxPyPzE4Doperator= (const PxPyPzE4D &v)
 assignment operator More...
 
void SetCoordinates (const Scalar src[])
 Set internal data based on an array of 4 Scalar numbers. More...
 
void GetCoordinates (Scalar dest[]) const
 get internal data into an array of 4 Scalar numbers More...
 
void SetCoordinates (Scalar px, Scalar py, Scalar pz, Scalar e)
 Set internal data based on 4 Scalar numbers. More...
 
void GetCoordinates (Scalar &px, Scalar &py, Scalar &pz, Scalar &e) const
 get internal data into 4 Scalar numbers More...
 
Scalar Px () const
 
Scalar Py () const
 
Scalar Pz () const
 
Scalar E () const
 
Scalar X () const
 
Scalar Y () const
 
Scalar Z () const
 
Scalar T () const
 
Scalar P2 () const
 squared magnitude of spatial components More...
 
Scalar P () const
 magnitude of spatial components (magnitude of 3-momentum) More...
 
Scalar R () const
 
Scalar M2 () const
 vector magnitude squared (or mass squared) More...
 
Scalar Mag2 () const
 
Scalar M () const
 invariant mass More...
 
Scalar Mag () const
 
Scalar Pt2 () const
 transverse spatial component squared More...
 
Scalar Perp2 () const
 
Scalar Pt () const
 Transverse spatial component (P_perp or rho) More...
 
Scalar Perp () const
 
Scalar Rho () const
 
Scalar Mt2 () const
 transverse mass squared More...
 
Scalar Mt () const
 transverse mass More...
 
Scalar Et2 () const
 transverse energy squared More...
 
Scalar Et () const
 transverse energy More...
 
Scalar Phi () const
 azimuthal angle More...
 
Scalar Theta () const
 polar angle More...
 
Scalar Eta () const
 pseudorapidity More...
 
void SetPx (Scalar px)
 set X value More...
 
void SetPy (Scalar py)
 set Y value More...
 
void SetPz (Scalar pz)
 set Z value More...
 
void SetE (Scalar e)
 set T value More...
 
void SetPxPyPzE (Scalar px, Scalar py, Scalar pz, Scalar e)
 set all values using cartesian coordinates More...
 
void Negate ()
 negate the 4-vector More...
 
void Scale (const Scalar &a)
 scale coordinate values by a scalar quantity a More...
 
template<class AnyCoordSystem >
PxPyPzE4Doperator= (const AnyCoordSystem &v)
 Assignment from a generic coordinate system implementing x(), y(), z() and t() More...
 
bool operator== (const PxPyPzE4D &rhs) const
 Exact equality. More...
 
bool operator!= (const PxPyPzE4D &rhs) const
 
Scalar x () const
 
Scalar y () const
 
Scalar z () const
 
Scalar t () const
 

Private Attributes

ScalarType fX
 (contigous) data containing the coordinate values x,y,z,t More...
 
ScalarType fY
 
ScalarType fZ
 
ScalarType fT
 

#include <Math/GenVector/PxPyPzE4D.h>

+ Collaboration diagram for ROOT::Math::PxPyPzE4D< ScalarType >:

Member Typedef Documentation

template<class ScalarType = double>
typedef ScalarType ROOT::Math::PxPyPzE4D< ScalarType >::Scalar

Definition at line 50 of file PxPyPzE4D.h.

Constructor & Destructor Documentation

template<class ScalarType = double>
ROOT::Math::PxPyPzE4D< ScalarType >::PxPyPzE4D ( )
inline

Default constructor with x=y=z=t=0.

Definition at line 57 of file PxPyPzE4D.h.

template<class ScalarType = double>
ROOT::Math::PxPyPzE4D< ScalarType >::PxPyPzE4D ( Scalar  px,
Scalar  py,
Scalar  pz,
Scalar  e 
)
inline

Constructor from x, y , z , t values.

Definition at line 63 of file PxPyPzE4D.h.

template<class ScalarType = double>
template<class CoordSystem >
ROOT::Math::PxPyPzE4D< ScalarType >::PxPyPzE4D ( const CoordSystem &  v)
inlineexplicit

construct from any vector or coordinate system class implementing x(), y() and z() and t()

Definition at line 72 of file PxPyPzE4D.h.

template<class ScalarType = double>
ROOT::Math::PxPyPzE4D< ScalarType >::PxPyPzE4D ( const PxPyPzE4D< ScalarType > &  v)
inline

copy constructor

Definition at line 80 of file PxPyPzE4D.h.

Member Function Documentation

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::E ( ) const
inline

Definition at line 125 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::Et ( ) const
inline

transverse energy

Definition at line 210 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::Et2 ( ) const
inline

transverse energy squared

Definition at line 201 of file PxPyPzE4D.h.

Referenced by ROOT::Math::PxPyPzE4D< Double32_t >::Et().

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::Eta ( ) const
inline

pseudorapidity

Definition at line 232 of file PxPyPzE4D.h.

template<class ScalarType = double>
void ROOT::Math::PxPyPzE4D< ScalarType >::GetCoordinates ( Scalar  dest[]) const
inline

get internal data into an array of 4 Scalar numbers

Definition at line 103 of file PxPyPzE4D.h.

template<class ScalarType = double>
void ROOT::Math::PxPyPzE4D< ScalarType >::GetCoordinates ( Scalar px,
Scalar py,
Scalar pz,
Scalar e 
) const
inline

get internal data into 4 Scalar numbers

Definition at line 115 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::M ( ) const
inline

invariant mass

Definition at line 154 of file PxPyPzE4D.h.

Referenced by ROOT::Math::PxPyPzE4D< Double32_t >::Mag().

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::M2 ( ) const
inline

vector magnitude squared (or mass squared)

Definition at line 148 of file PxPyPzE4D.h.

Referenced by ROOT::Math::PxPyPzE4D< Double32_t >::M(), and ROOT::Math::PxPyPzE4D< Double32_t >::Mag2().

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::Mag ( ) const
inline

Definition at line 164 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::Mag2 ( ) const
inline

Definition at line 149 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::Mt ( ) const
inline

transverse mass

Definition at line 187 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::Mt2 ( ) const
inline

transverse mass squared

Definition at line 182 of file PxPyPzE4D.h.

Referenced by ROOT::Math::PxPyPzE4D< Double32_t >::Mt().

template<class ScalarType = double>
void ROOT::Math::PxPyPzE4D< ScalarType >::Negate ( )
inline

negate the 4-vector

Definition at line 281 of file PxPyPzE4D.h.

template<class ScalarType = double>
bool ROOT::Math::PxPyPzE4D< ScalarType >::operator!= ( const PxPyPzE4D< ScalarType > &  rhs) const
inline

Definition at line 312 of file PxPyPzE4D.h.

template<class ScalarType = double>
PxPyPzE4D& ROOT::Math::PxPyPzE4D< ScalarType >::operator= ( const PxPyPzE4D< ScalarType > &  v)
inline

assignment operator

Definition at line 86 of file PxPyPzE4D.h.

template<class ScalarType = double>
template<class AnyCoordSystem >
PxPyPzE4D& ROOT::Math::PxPyPzE4D< ScalarType >::operator= ( const AnyCoordSystem &  v)
inline

Assignment from a generic coordinate system implementing x(), y(), z() and t()

Definition at line 298 of file PxPyPzE4D.h.

template<class ScalarType = double>
bool ROOT::Math::PxPyPzE4D< ScalarType >::operator== ( const PxPyPzE4D< ScalarType > &  rhs) const
inline

Exact equality.

Definition at line 309 of file PxPyPzE4D.h.

Referenced by ROOT::Math::PxPyPzE4D< Double32_t >::operator!=().

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::P ( ) const
inline

magnitude of spatial components (magnitude of 3-momentum)

Definition at line 142 of file PxPyPzE4D.h.

Referenced by ROOT::Math::PxPyPzE4D< Double32_t >::R().

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::P2 ( ) const
inline

squared magnitude of spatial components

Definition at line 137 of file PxPyPzE4D.h.

Referenced by ROOT::Math::PxPyPzE4D< Double32_t >::P().

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::Perp ( ) const
inline

Definition at line 176 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::Perp2 ( ) const
inline

Definition at line 170 of file PxPyPzE4D.h.

Referenced by ROOT::Math::PxPyPzE4D< Double32_t >::Pt().

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::Phi ( ) const
inline

azimuthal angle

Definition at line 218 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::Pt ( ) const
inline
template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::Pt2 ( ) const
inline

transverse spatial component squared

Definition at line 169 of file PxPyPzE4D.h.

Referenced by ROOT::Math::PxPyPzE4D< Double32_t >::Et2(), and ROOT::Math::PxPyPzE4D< Double32_t >::Perp2().

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::Px ( ) const
inline

Definition at line 122 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::Py ( ) const
inline

Definition at line 123 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::Pz ( ) const
inline

Definition at line 124 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::R ( ) const
inline

Definition at line 143 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::Rho ( ) const
inline

Definition at line 177 of file PxPyPzE4D.h.

template<class ScalarType = double>
void ROOT::Math::PxPyPzE4D< ScalarType >::Scale ( const Scalar a)
inline

scale coordinate values by a scalar quantity a

Definition at line 286 of file PxPyPzE4D.h.

template<class ScalarType = double>
void ROOT::Math::PxPyPzE4D< ScalarType >::SetCoordinates ( const Scalar  src[])
inline

Set internal data based on an array of 4 Scalar numbers.

Definition at line 97 of file PxPyPzE4D.h.

template<class ScalarType = double>
void ROOT::Math::PxPyPzE4D< ScalarType >::SetCoordinates ( Scalar  px,
Scalar  py,
Scalar  pz,
Scalar  e 
)
inline

Set internal data based on 4 Scalar numbers.

Definition at line 109 of file PxPyPzE4D.h.

template<class ScalarType = double>
void ROOT::Math::PxPyPzE4D< ScalarType >::SetE ( Scalar  e)
inline

set T value

Definition at line 260 of file PxPyPzE4D.h.

template<class ScalarType = double>
void ROOT::Math::PxPyPzE4D< ScalarType >::SetPx ( Scalar  px)
inline

set X value

Definition at line 242 of file PxPyPzE4D.h.

template<class ScalarType = double>
void ROOT::Math::PxPyPzE4D< ScalarType >::SetPxPyPzE ( Scalar  px,
Scalar  py,
Scalar  pz,
Scalar  e 
)
inline

set all values using cartesian coordinates

Definition at line 267 of file PxPyPzE4D.h.

template<class ScalarType = double>
void ROOT::Math::PxPyPzE4D< ScalarType >::SetPy ( Scalar  py)
inline

set Y value

Definition at line 248 of file PxPyPzE4D.h.

template<class ScalarType = double>
void ROOT::Math::PxPyPzE4D< ScalarType >::SetPz ( Scalar  pz)
inline

set Z value

Definition at line 254 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::T ( ) const
inline

Definition at line 130 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::t ( ) const
inline

Definition at line 322 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::Theta ( ) const
inline

polar angle

Definition at line 225 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::X ( ) const
inline

Definition at line 127 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::x ( ) const
inline

Definition at line 319 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::Y ( ) const
inline

Definition at line 128 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::y ( ) const
inline

Definition at line 320 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::Z ( ) const
inline

Definition at line 129 of file PxPyPzE4D.h.

template<class ScalarType = double>
Scalar ROOT::Math::PxPyPzE4D< ScalarType >::z ( ) const
inline

Definition at line 321 of file PxPyPzE4D.h.

Member Data Documentation

template<class ScalarType = double>
ScalarType ROOT::Math::PxPyPzE4D< ScalarType >::fT
private
template<class ScalarType = double>
ScalarType ROOT::Math::PxPyPzE4D< ScalarType >::fX
private
template<class ScalarType = double>
ScalarType ROOT::Math::PxPyPzE4D< ScalarType >::fY
private
template<class ScalarType = double>
ScalarType ROOT::Math::PxPyPzE4D< ScalarType >::fZ
private

The documentation for this class was generated from the following file: