Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
LorentzVector.h File Reference
#include <iostream>
#include "CLHEP/Vector/ThreeVector.h"
#include "CLHEP/Vector/LorentzVector.icc"

Go to the source code of this file.

Classes

class  CLHEP::HepLorentzVector
 
class  CLHEP::Tcomponent
 

Namespaces

namespace  CLHEP
 

Typedefs

typedef HepLorentzVector CLHEP::HepLorentzVectorD
 
typedef HepLorentzVector CLHEP::HepLorentzVectorF
 

Enumerations

enum  CLHEP::ZMpvMetric_t { CLHEP::TimePositive , CLHEP::TimeNegative }
 

Functions

HepLorentzVector CLHEP::rotationXOf (const HepLorentzVector &vec, double delta)
 
HepLorentzVector CLHEP::rotationYOf (const HepLorentzVector &vec, double delta)
 
HepLorentzVector CLHEP::rotationZOf (const HepLorentzVector &vec, double delta)
 
HepLorentzVector CLHEP::rotationOf (const HepLorentzVector &vec, const Hep3Vector &axis, double delta)
 
HepLorentzVector CLHEP::rotationOf (const HepLorentzVector &vec, const HepAxisAngle &ax)
 
HepLorentzVector CLHEP::rotationOf (const HepLorentzVector &vec, const HepEulerAngles &e)
 
HepLorentzVector CLHEP::rotationOf (const HepLorentzVector &vec, double phi, double theta, double psi)
 
HepLorentzVector CLHEP::boostXOf (const HepLorentzVector &vec, double beta)
 
HepLorentzVector CLHEP::boostYOf (const HepLorentzVector &vec, double beta)
 
HepLorentzVector CLHEP::boostZOf (const HepLorentzVector &vec, double beta)
 
HepLorentzVector CLHEP::boostOf (const HepLorentzVector &vec, const Hep3Vector &betaVector)
 
HepLorentzVector CLHEP::boostOf (const HepLorentzVector &vec, const Hep3Vector &axis, double beta)
 
std::ostream & CLHEP::operator<< (std::ostream &, const HepLorentzVector &)
 
std::istream & CLHEP::operator>> (std::istream &, HepLorentzVector &)
 
HepLorentzVector CLHEP::operator* (const HepLorentzVector &, double a)
 
HepLorentzVector CLHEP::operator* (double a, const HepLorentzVector &)
 
HepLorentzVector CLHEP::operator/ (const HepLorentzVector &, double a)