#include <iostream>
#include "Rivet/Math/MathHeader.hh"
#include "Rivet/Math/MathUtils.hh"
#include "Rivet/Math/MatrixN.hh"
#include "Rivet/Math/Matrix3.hh"
#include "Rivet/Math/Vector4.hh"
Go to the source code of this file.
Namespaces | |
namespace | Rivet |
Classes | |
class | LorentzTransform |
Functions | |
double | lorentzGamma (const double beta) |
LorentzTransform | inverse (const LorentzTransform <) |
LorentzTransform | combine (const LorentzTransform &a, const LorentzTransform &b) |
FourVector | transform (const LorentzTransform <, const FourVector &v4) |
string | toString (const LorentzTransform <) |
ostream & | operator<< (std::ostream &out, const LorentzTransform <) |