Classes |
class | Vector3 |
| Three-dimensional specialisation of Vector. More...
|
Namespaces |
namespace | Rivet |
Typedefs |
typedef Vector3 | ThreeVector |
Functions |
Vector3 | multiply (const double, const Vector3 &) |
Vector3 | multiply (const Vector3 &, const double) |
Vector3 | add (const Vector3 &, const Vector3 &) |
Vector3 | operator* (const double, const Vector3 &) |
Vector3 | operator* (const Vector3 &, const double) |
Vector3 | operator/ (const Vector3 &, const double) |
Vector3 | operator+ (const Vector3 &, const Vector3 &) |
Vector3 | operator- (const Vector3 &, const Vector3 &) |
double | dot (const Vector3 &a, const Vector3 &b) |
Vector3 | cross (const Vector3 &a, const Vector3 &b) |
Vector3 | subtract (const Vector3 &a, const Vector3 &b) |
double | angle (const Vector3 &a, const Vector3 &b) |
| Angle (in radians) between two 3-vectors.
|
|
double | deltaEta (const Vector3 &a, const Vector3 &b) |
| Calculate the difference in pseudorapidity between two spatial vectors.
|
double | deltaEta (const Vector3 &v, double eta2) |
| Calculate the difference in pseudorapidity between two spatial vectors.
|
double | deltaEta (double eta1, const Vector3 &v) |
| Calculate the difference in pseudorapidity between two spatial vectors.
|
|
double | deltaPhi (const Vector3 &a, const Vector3 &b) |
| Calculate the difference in azimuthal angle between two spatial vectors.
|
double | deltaPhi (const Vector3 &v, double phi2) |
| Calculate the difference in azimuthal angle between two spatial vectors.
|
double | deltaPhi (double phi1, const Vector3 &v) |
| Calculate the difference in azimuthal angle between two spatial vectors.
|
|
double | deltaR (const Vector3 &a, const Vector3 &b) |
| Calculate the 2D rapidity-azimuthal ("eta-phi") distance between two spatial vectors.
|
double | deltaR (const Vector3 &v, double eta2, double phi2) |
| Calculate the 2D rapidity-azimuthal ("eta-phi") distance between two spatial vectors.
|
double | deltaR (double eta1, double phi1, const Vector3 &v) |
| Calculate the 2D rapidity-azimuthal ("eta-phi") distance between two spatial vectors.
|