Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | Friends | List of all members
CLHEP::HepLorentzVector Class Reference

#include <LorentzVector.h>

Public Types

enum  {
  X =0, Y =1, Z =2, T =3,
  NUM_COORDINATES =4, SIZE =NUM_COORDINATES
}
 

Public Member Functions

 HepLorentzVector (double x, double y, double z, double t)
 
 HepLorentzVector (double x, double y, double z)
 
 HepLorentzVector (double t)
 
 HepLorentzVector ()
 
 HepLorentzVector (const Hep3Vector &p, double e)
 
 HepLorentzVector (double e, const Hep3Vector &p)
 
 HepLorentzVector (const HepLorentzVector &)
 
 ~HepLorentzVector ()
 
 operator const Hep3Vector & () const
 
 operator Hep3Vector & ()
 
double x () const
 
double y () const
 
double z () const
 
double t () const
 
void setX (double)
 
void setY (double)
 
void setZ (double)
 
void setT (double)
 
double px () const
 
double py () const
 
double pz () const
 
double e () const
 
void setPx (double)
 
void setPy (double)
 
void setPz (double)
 
void setE (double)
 
Hep3Vector vect () const
 
void setVect (const Hep3Vector &)
 
double theta () const
 
double cosTheta () const
 
double phi () const
 
double rho () const
 
void setTheta (double)
 
void setPhi (double)
 
void setRho (double)
 
double operator() (int) const
 
double operator[] (int) const
 
double & operator() (int)
 
double & operator[] (int)
 
HepLorentzVectoroperator= (const HepLorentzVector &)
 
HepLorentzVector operator+ (const HepLorentzVector &) const
 
HepLorentzVectoroperator+= (const HepLorentzVector &)
 
HepLorentzVector operator- (const HepLorentzVector &) const
 
HepLorentzVectoroperator-= (const HepLorentzVector &)
 
HepLorentzVector operator- () const
 
HepLorentzVectoroperator*= (double)
 
HepLorentzVectoroperator/= (double)
 
bool operator== (const HepLorentzVector &) const
 
bool operator!= (const HepLorentzVector &) const
 
double perp2 () const
 
double perp () const
 
void setPerp (double)
 
double perp2 (const Hep3Vector &) const
 
double perp (const Hep3Vector &) const
 
double angle (const Hep3Vector &) const
 
double mag2 () const
 
double m2 () const
 
double mag () const
 
double m () const
 
double mt2 () const
 
double mt () const
 
double et2 () const
 
double et () const
 
double dot (const HepLorentzVector &) const
 
double operator* (const HepLorentzVector &) const
 
double invariantMass2 (const HepLorentzVector &w) const
 
double invariantMass (const HepLorentzVector &w) const
 
void setVectMag (const Hep3Vector &spatial, double magnitude)
 
void setVectM (const Hep3Vector &spatial, double mass)
 
double plus () const
 
double minus () const
 
Hep3Vector boostVector () const
 
HepLorentzVectorboost (double, double, double)
 
HepLorentzVectorboost (const Hep3Vector &)
 
HepLorentzVectorboostX (double beta)
 
HepLorentzVectorboostY (double beta)
 
HepLorentzVectorboostZ (double beta)
 
double rapidity () const
 
double pseudoRapidity () const
 
bool isTimelike () const
 
bool isSpacelike () const
 
bool isLightlike (double epsilon=tolerance) const
 
HepLorentzVectorrotateX (double)
 
HepLorentzVectorrotateY (double)
 
HepLorentzVectorrotateZ (double)
 
HepLorentzVectorrotateUz (const Hep3Vector &)
 
HepLorentzVectorrotate (double, const Hep3Vector &)
 
HepLorentzVectoroperator*= (const HepRotation &)
 
HepLorentzVectortransform (const HepRotation &)
 
HepLorentzVectoroperator*= (const HepLorentzRotation &)
 
HepLorentzVectortransform (const HepLorentzRotation &)
 
void set (double x, double y, double z, double t)
 
void set (double x, double y, double z, Tcomponent t)
 
 HepLorentzVector (double x, double y, double z, Tcomponent t)
 
void set (Tcomponent t, double x, double y, double z)
 
 HepLorentzVector (Tcomponent t, double x, double y, double z)
 
void set (double t)
 
void set (Tcomponent t)
 
 HepLorentzVector (Tcomponent t)
 
void set (const Hep3Vector &v)
 
 HepLorentzVector (const Hep3Vector &v)
 
HepLorentzVectoroperator= (const Hep3Vector &v)
 
void set (const Hep3Vector &v, double t)
 
void set (double t, const Hep3Vector &v)
 
double getX () const
 
double getY () const
 
double getZ () const
 
double getT () const
 
Hep3Vector v () const
 
Hep3Vector getV () const
 
void setV (const Hep3Vector &)
 
void setV (double x, double y, double z)
 
void setRThetaPhi (double r, double theta, double phi)
 
void setREtaPhi (double r, double eta, double phi)
 
void setRhoPhiZ (double rho, double phi, double z)
 
int compare (const HepLorentzVector &w) const
 
bool operator> (const HepLorentzVector &w) const
 
bool operator< (const HepLorentzVector &w) const
 
bool operator>= (const HepLorentzVector &w) const
 
bool operator<= (const HepLorentzVector &w) const
 
bool isNear (const HepLorentzVector &w, double epsilon=tolerance) const
 
double howNear (const HepLorentzVector &w) const
 
bool isNearCM (const HepLorentzVector &w, double epsilon=tolerance) const
 
double howNearCM (const HepLorentzVector &w) const
 
bool isParallel (const HepLorentzVector &w, double epsilon=tolerance) const
 
double howParallel (const HepLorentzVector &w) const
 
double deltaR (const HepLorentzVector &v) const
 
double howLightlike () const
 
double euclideanNorm2 () const
 
double euclideanNorm () const
 
double restMass2 () const
 
double invariantMass2 () const
 
double restMass () const
 
double invariantMass () const
 
HepLorentzVector rest4Vector () const
 
double beta () const
 
double gamma () const
 
double eta () const
 
double eta (const Hep3Vector &ref) const
 
double rapidity (const Hep3Vector &ref) const
 
double coLinearRapidity () const
 
Hep3Vector findBoostToCM () const
 
Hep3Vector findBoostToCM (const HepLorentzVector &w) const
 
double et2 (const Hep3Vector &) const
 
double et (const Hep3Vector &) const
 
double diff2 (const HepLorentzVector &w) const
 
double delta2Euclidean (const HepLorentzVector &w) const
 
double plus (const Hep3Vector &ref) const
 
double minus (const Hep3Vector &ref) const
 
HepLorentzVectorrotate (const Hep3Vector &axis, double delta)
 
HepLorentzVectorrotate (const HepAxisAngle &ax)
 
HepLorentzVectorrotate (const HepEulerAngles &e)
 
HepLorentzVectorrotate (double phi, double theta, double psi)
 
HepLorentzVectorboost (const Hep3Vector &axis, double beta)
 

Static Public Member Functions

static ZMpvMetric_t setMetric (ZMpvMetric_t met)
 
static ZMpvMetric_t getMetric ()
 
static double getTolerance ()
 
static double setTolerance (double tol)
 

Friends

HepLorentzVector rotationXOf (const HepLorentzVector &vec, double delta)
 
HepLorentzVector rotationYOf (const HepLorentzVector &vec, double delta)
 
HepLorentzVector rotationZOf (const HepLorentzVector &vec, double delta)
 
HepLorentzVector rotationOf (const HepLorentzVector &vec, const Hep3Vector &axis, double delta)
 
HepLorentzVector rotationOf (const HepLorentzVector &vec, const HepAxisAngle &ax)
 
HepLorentzVector rotationOf (const HepLorentzVector &vec, const HepEulerAngles &e)
 
HepLorentzVector rotationOf (const HepLorentzVector &vec, double phi, double theta, double psi)
 
HepLorentzVector boostXOf (const HepLorentzVector &vec, double beta)
 
HepLorentzVector boostYOf (const HepLorentzVector &vec, double beta)
 
HepLorentzVector boostZOf (const HepLorentzVector &vec, double beta)
 
HepLorentzVector boostOf (const HepLorentzVector &vec, const Hep3Vector &betaVector)
 
HepLorentzVector boostOf (const HepLorentzVector &vec, const Hep3Vector &axis, double beta)
 

Detailed Description

Author

Definition at line 72 of file LorentzVector.h.

Member Enumeration Documentation

anonymous enum
Enumerator
X 
Y 
Z 
T 
NUM_COORDINATES 
SIZE 

Definition at line 76 of file LorentzVector.h.

Constructor & Destructor Documentation

CLHEP::HepLorentzVector::HepLorentzVector ( double  x,
double  y,
double  z,
double  t 
)
inline
CLHEP::HepLorentzVector::HepLorentzVector ( double  x,
double  y,
double  z 
)
inline
CLHEP::HepLorentzVector::HepLorentzVector ( double  t)
explicit
CLHEP::HepLorentzVector::HepLorentzVector ( )
inline

Here is the caller graph for this function:

CLHEP::HepLorentzVector::HepLorentzVector ( const Hep3Vector p,
double  e 
)
inline
CLHEP::HepLorentzVector::HepLorentzVector ( double  e,
const Hep3Vector p 
)
inline
CLHEP::HepLorentzVector::HepLorentzVector ( const HepLorentzVector )
inline
CLHEP::HepLorentzVector::~HepLorentzVector ( )
inline
CLHEP::HepLorentzVector::HepLorentzVector ( double  x,
double  y,
double  z,
Tcomponent  t 
)
inline
CLHEP::HepLorentzVector::HepLorentzVector ( Tcomponent  t,
double  x,
double  y,
double  z 
)
inline
CLHEP::HepLorentzVector::HepLorentzVector ( Tcomponent  t)
inlineexplicit
CLHEP::HepLorentzVector::HepLorentzVector ( const Hep3Vector v)
inlineexplicit

Member Function Documentation

double CLHEP::HepLorentzVector::angle ( const Hep3Vector ) const
inline
double CLHEP::HepLorentzVector::beta ( ) const

Definition at line 75 of file LorentzVectorK.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

HepLorentzVector & CLHEP::HepLorentzVector::boost ( double  bx,
double  by,
double  bz 
)

Definition at line 59 of file LorentzVector.cc.

HepLorentzVector& CLHEP::HepLorentzVector::boost ( const Hep3Vector )
inline
HepLorentzVector & CLHEP::HepLorentzVector::boost ( const Hep3Vector axis,
double  beta 
)

Definition at line 50 of file LorentzVectorB.cc.

Here is the call graph for this function:

Hep3Vector CLHEP::HepLorentzVector::boostVector ( ) const

Definition at line 177 of file LorentzVector.cc.

Here is the call graph for this function:

HepLorentzVector & CLHEP::HepLorentzVector::boostX ( double  beta)

Definition at line 197 of file LorentzVector.cc.

Here is the call graph for this function:

HepLorentzVector & CLHEP::HepLorentzVector::boostY ( double  beta)

Definition at line 212 of file LorentzVector.cc.

Here is the call graph for this function:

HepLorentzVector & CLHEP::HepLorentzVector::boostZ ( double  beta)

Definition at line 227 of file LorentzVector.cc.

Here is the call graph for this function:

double CLHEP::HepLorentzVector::coLinearRapidity ( ) const

Definition at line 171 of file LorentzVectorK.cc.

Here is the call graph for this function:

int CLHEP::HepLorentzVector::compare ( const HepLorentzVector w) const

Definition at line 29 of file LorentzVectorC.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::cosTheta ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::delta2Euclidean ( const HepLorentzVector w) const
inline
double CLHEP::HepLorentzVector::deltaR ( const HepLorentzVector v) const

Definition at line 195 of file LorentzVectorC.cc.

Here is the call graph for this function:

double CLHEP::HepLorentzVector::diff2 ( const HepLorentzVector w) const
inline
double CLHEP::HepLorentzVector::dot ( const HepLorentzVector ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::e ( ) const
inline
double CLHEP::HepLorentzVector::et ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::et ( const Hep3Vector ) const
inline
double CLHEP::HepLorentzVector::et2 ( ) const
inline
double CLHEP::HepLorentzVector::et2 ( const Hep3Vector ) const
inline
double CLHEP::HepLorentzVector::eta ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::eta ( const Hep3Vector ref) const
inline
double CLHEP::HepLorentzVector::euclideanNorm ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::euclideanNorm2 ( ) const
inline

Here is the caller graph for this function:

Hep3Vector CLHEP::HepLorentzVector::findBoostToCM ( ) const

Definition at line 223 of file LorentzVectorK.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

Hep3Vector CLHEP::HepLorentzVector::findBoostToCM ( const HepLorentzVector w) const

Definition at line 227 of file LorentzVectorK.cc.

Here is the call graph for this function:

double CLHEP::HepLorentzVector::gamma ( ) const

Definition at line 94 of file LorentzVectorK.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

ZMpvMetric_t CLHEP::HepLorentzVector::getMetric ( )
static

Definition at line 35 of file LorentzVectorK.cc.

double CLHEP::HepLorentzVector::getT ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::getTolerance ( )
static

Definition at line 249 of file LorentzVector.cc.

Hep3Vector CLHEP::HepLorentzVector::getV ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::getX ( ) const
inline
double CLHEP::HepLorentzVector::getY ( ) const
inline
double CLHEP::HepLorentzVector::getZ ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::howLightlike ( ) const

Definition at line 249 of file LorentzVectorC.cc.

Here is the call graph for this function:

double CLHEP::HepLorentzVector::howNear ( const HepLorentzVector w) const

Definition at line 67 of file LorentzVectorC.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::howNearCM ( const HepLorentzVector w) const

Definition at line 133 of file LorentzVectorC.cc.

Here is the call graph for this function:

double CLHEP::HepLorentzVector::howParallel ( const HepLorentzVector w) const

Definition at line 227 of file LorentzVectorC.cc.

Here is the call graph for this function:

double CLHEP::HepLorentzVector::invariantMass ( const HepLorentzVector w) const

Definition at line 192 of file LorentzVectorK.cc.

Here is the call graph for this function:

double CLHEP::HepLorentzVector::invariantMass ( ) const
inline
double CLHEP::HepLorentzVector::invariantMass2 ( const HepLorentzVector w) const
inline
double CLHEP::HepLorentzVector::invariantMass2 ( ) const
inline

Here is the caller graph for this function:

bool CLHEP::HepLorentzVector::isLightlike ( double  epsilon = tolerance) const
inline

Here is the caller graph for this function:

bool CLHEP::HepLorentzVector::isNear ( const HepLorentzVector w,
double  epsilon = tolerance 
) const

Definition at line 57 of file LorentzVectorC.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

bool CLHEP::HepLorentzVector::isNearCM ( const HepLorentzVector w,
double  epsilon = tolerance 
) const

Definition at line 85 of file LorentzVectorC.cc.

Here is the call graph for this function:

bool CLHEP::HepLorentzVector::isParallel ( const HepLorentzVector w,
double  epsilon = tolerance 
) const

Definition at line 208 of file LorentzVectorC.cc.

Here is the call graph for this function:

bool CLHEP::HepLorentzVector::isSpacelike ( ) const
inline

Here is the caller graph for this function:

bool CLHEP::HepLorentzVector::isTimelike ( ) const
inline
double CLHEP::HepLorentzVector::m ( ) const
inline
double CLHEP::HepLorentzVector::m2 ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::mag ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::mag2 ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::minus ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::minus ( const Hep3Vector ref) const

Definition at line 55 of file LorentzVectorK.cc.

Here is the call graph for this function:

double CLHEP::HepLorentzVector::mt ( ) const
inline
double CLHEP::HepLorentzVector::mt2 ( ) const
inline
CLHEP::HepLorentzVector::operator const Hep3Vector & ( ) const
inline
CLHEP::HepLorentzVector::operator Hep3Vector & ( )
inline
bool CLHEP::HepLorentzVector::operator!= ( const HepLorentzVector ) const
inline
double CLHEP::HepLorentzVector::operator() ( int  i) const

Definition at line 26 of file LorentzVector.cc.

Here is the call graph for this function:

double & CLHEP::HepLorentzVector::operator() ( int  i)

Definition at line 41 of file LorentzVector.cc.

double CLHEP::HepLorentzVector::operator* ( const HepLorentzVector ) const
inline
HepLorentzVector& CLHEP::HepLorentzVector::operator*= ( double  )
inline
HepLorentzVector& CLHEP::HepLorentzVector::operator*= ( const HepRotation )
inline
HepLorentzVector & CLHEP::HepLorentzVector::operator*= ( const HepLorentzRotation m1)

Definition at line 21 of file LorentzVectorL.cc.

Here is the call graph for this function:

HepLorentzVector CLHEP::HepLorentzVector::operator+ ( const HepLorentzVector ) const
inline
HepLorentzVector& CLHEP::HepLorentzVector::operator+= ( const HepLorentzVector )
inline
HepLorentzVector CLHEP::HepLorentzVector::operator- ( const HepLorentzVector ) const
inline
HepLorentzVector CLHEP::HepLorentzVector::operator- ( ) const
inline
HepLorentzVector& CLHEP::HepLorentzVector::operator-= ( const HepLorentzVector )
inline
HepLorentzVector & CLHEP::HepLorentzVector::operator/= ( double  c)

Definition at line 152 of file LorentzVector.cc.

bool CLHEP::HepLorentzVector::operator< ( const HepLorentzVector w) const

Definition at line 42 of file LorentzVectorC.cc.

Here is the call graph for this function:

bool CLHEP::HepLorentzVector::operator<= ( const HepLorentzVector w) const

Definition at line 48 of file LorentzVectorC.cc.

Here is the call graph for this function:

HepLorentzVector& CLHEP::HepLorentzVector::operator= ( const HepLorentzVector )
inline
HepLorentzVector& CLHEP::HepLorentzVector::operator= ( const Hep3Vector v)
inline
bool CLHEP::HepLorentzVector::operator== ( const HepLorentzVector ) const
inline
bool CLHEP::HepLorentzVector::operator> ( const HepLorentzVector w) const

Definition at line 39 of file LorentzVectorC.cc.

Here is the call graph for this function:

bool CLHEP::HepLorentzVector::operator>= ( const HepLorentzVector w) const

Definition at line 45 of file LorentzVectorC.cc.

Here is the call graph for this function:

double CLHEP::HepLorentzVector::operator[] ( int  ) const
inline
double& CLHEP::HepLorentzVector::operator[] ( int  )
inline
double CLHEP::HepLorentzVector::perp ( ) const
inline
double CLHEP::HepLorentzVector::perp ( const Hep3Vector ) const
inline
double CLHEP::HepLorentzVector::perp2 ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::perp2 ( const Hep3Vector ) const
inline
double CLHEP::HepLorentzVector::phi ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::plus ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::plus ( const Hep3Vector ref) const

Definition at line 44 of file LorentzVectorK.cc.

Here is the call graph for this function:

double CLHEP::HepLorentzVector::pseudoRapidity ( ) const
inline
double CLHEP::HepLorentzVector::px ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::py ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::pz ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::rapidity ( ) const

Definition at line 128 of file LorentzVectorK.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::rapidity ( const Hep3Vector ref) const

Definition at line 147 of file LorentzVectorK.cc.

Here is the call graph for this function:

HepLorentzVector CLHEP::HepLorentzVector::rest4Vector ( ) const

Definition at line 66 of file LorentzVectorK.cc.

Here is the call graph for this function:

double CLHEP::HepLorentzVector::restMass ( ) const
inline
double CLHEP::HepLorentzVector::restMass2 ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::rho ( ) const
inline

Here is the caller graph for this function:

HepLorentzVector & CLHEP::HepLorentzVector::rotate ( double  a,
const Hep3Vector v1 
)

Definition at line 19 of file LorentzVectorR.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

HepLorentzVector & CLHEP::HepLorentzVector::rotate ( const Hep3Vector axis,
double  delta 
)

Definition at line 24 of file LorentzVectorR.cc.

Here is the call graph for this function:

HepLorentzVector & CLHEP::HepLorentzVector::rotate ( const HepAxisAngle ax)

Definition at line 30 of file LorentzVectorR.cc.

Here is the call graph for this function:

HepLorentzVector & CLHEP::HepLorentzVector::rotate ( const HepEulerAngles e)

Definition at line 35 of file LorentzVectorR.cc.

Here is the call graph for this function:

HepLorentzVector & CLHEP::HepLorentzVector::rotate ( double  phi,
double  theta,
double  psi 
)

Definition at line 40 of file LorentzVectorR.cc.

Here is the call graph for this function:

HepLorentzVector & CLHEP::HepLorentzVector::rotateUz ( const Hep3Vector v1)

Definition at line 85 of file LorentzVector.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

HepLorentzVector & CLHEP::HepLorentzVector::rotateX ( double  a)

Definition at line 72 of file LorentzVector.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

HepLorentzVector & CLHEP::HepLorentzVector::rotateY ( double  a)

Definition at line 76 of file LorentzVector.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

HepLorentzVector & CLHEP::HepLorentzVector::rotateZ ( double  a)

Definition at line 80 of file LorentzVector.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void CLHEP::HepLorentzVector::set ( double  x,
double  y,
double  z,
double  t 
)
inline

Here is the caller graph for this function:

void CLHEP::HepLorentzVector::set ( double  x,
double  y,
double  z,
Tcomponent  t 
)
inline
void CLHEP::HepLorentzVector::set ( Tcomponent  t,
double  x,
double  y,
double  z 
)
inline
void CLHEP::HepLorentzVector::set ( double  t)
inline
void CLHEP::HepLorentzVector::set ( Tcomponent  t)
inline
void CLHEP::HepLorentzVector::set ( const Hep3Vector v)
inline
void CLHEP::HepLorentzVector::set ( const Hep3Vector v,
double  t 
)
inline
void CLHEP::HepLorentzVector::set ( double  t,
const Hep3Vector v 
)
inline
void CLHEP::HepLorentzVector::setE ( double  )
inline

Here is the caller graph for this function:

ZMpvMetric_t CLHEP::HepLorentzVector::setMetric ( ZMpvMetric_t  met)
static

Definition at line 25 of file LorentzVectorK.cc.

Here is the caller graph for this function:

void CLHEP::HepLorentzVector::setPerp ( double  )
inline
void CLHEP::HepLorentzVector::setPhi ( double  )
inline
void CLHEP::HepLorentzVector::setPx ( double  )
inline

Here is the caller graph for this function:

void CLHEP::HepLorentzVector::setPy ( double  )
inline

Here is the caller graph for this function:

void CLHEP::HepLorentzVector::setPz ( double  )
inline

Here is the caller graph for this function:

void CLHEP::HepLorentzVector::setREtaPhi ( double  r,
double  eta,
double  phi 
)
inline
void CLHEP::HepLorentzVector::setRho ( double  )
inline
void CLHEP::HepLorentzVector::setRhoPhiZ ( double  rho,
double  phi,
double  z 
)
inline
void CLHEP::HepLorentzVector::setRThetaPhi ( double  r,
double  theta,
double  phi 
)
inline
void CLHEP::HepLorentzVector::setT ( double  )
inline

Here is the caller graph for this function:

void CLHEP::HepLorentzVector::setTheta ( double  )
inline
double CLHEP::HepLorentzVector::setTolerance ( double  tol)
static

Definition at line 242 of file LorentzVector.cc.

void CLHEP::HepLorentzVector::setV ( const Hep3Vector )
inline

Here is the caller graph for this function:

void CLHEP::HepLorentzVector::setV ( double  x,
double  y,
double  z 
)
inline
void CLHEP::HepLorentzVector::setVect ( const Hep3Vector )
inline

Here is the caller graph for this function:

void CLHEP::HepLorentzVector::setVectM ( const Hep3Vector spatial,
double  mass 
)
inline

Here is the caller graph for this function:

void CLHEP::HepLorentzVector::setVectMag ( const Hep3Vector spatial,
double  magnitude 
)
inline
void CLHEP::HepLorentzVector::setX ( double  )
inline

Here is the caller graph for this function:

void CLHEP::HepLorentzVector::setY ( double  )
inline

Here is the caller graph for this function:

void CLHEP::HepLorentzVector::setZ ( double  )
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::t ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::theta ( ) const
inline

Here is the caller graph for this function:

HepLorentzVector& CLHEP::HepLorentzVector::transform ( const HepRotation )
inline

Here is the caller graph for this function:

HepLorentzVector & CLHEP::HepLorentzVector::transform ( const HepLorentzRotation m1)

Definition at line 26 of file LorentzVectorL.cc.

Here is the call graph for this function:

Hep3Vector CLHEP::HepLorentzVector::v ( ) const
inline

Here is the caller graph for this function:

Hep3Vector CLHEP::HepLorentzVector::vect ( ) const
inline
double CLHEP::HepLorentzVector::x ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::y ( ) const
inline

Here is the caller graph for this function:

double CLHEP::HepLorentzVector::z ( ) const
inline

Here is the caller graph for this function:

Friends And Related Function Documentation

HepLorentzVector boostOf ( const HepLorentzVector vec,
const Hep3Vector betaVector 
)
friend
HepLorentzVector boostOf ( const HepLorentzVector vec,
const Hep3Vector axis,
double  beta 
)
friend
HepLorentzVector boostXOf ( const HepLorentzVector vec,
double  beta 
)
friend
HepLorentzVector boostYOf ( const HepLorentzVector vec,
double  beta 
)
friend
HepLorentzVector boostZOf ( const HepLorentzVector vec,
double  beta 
)
friend
HepLorentzVector rotationOf ( const HepLorentzVector vec,
const Hep3Vector axis,
double  delta 
)
friend
HepLorentzVector rotationOf ( const HepLorentzVector vec,
const HepAxisAngle ax 
)
friend
HepLorentzVector rotationOf ( const HepLorentzVector vec,
const HepEulerAngles e 
)
friend
HepLorentzVector rotationOf ( const HepLorentzVector vec,
double  phi,
double  theta,
double  psi 
)
friend
HepLorentzVector rotationXOf ( const HepLorentzVector vec,
double  delta 
)
friend
HepLorentzVector rotationYOf ( const HepLorentzVector vec,
double  delta 
)
friend
HepLorentzVector rotationZOf ( const HepLorentzVector vec,
double  delta 
)
friend

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