ROOT 6.08/07 Reference Guide |
Public Types | |
typedef Point3D | PointType |
typedef Vector4D | VectorType |
Public Member Functions | |
TrackD () | |
TrackD (const SMatrix5D &cov) | |
TrackD () | |
TrackD (const Vector4D &q, const Point3D &p) | |
SMatrix5D & | CovMatrix () |
double | mag2 () const |
const Point3D & | Pos () const |
void | Set (const Vector4D &q, const Point3D &p) |
const Vector4D & | Vec () const |
Private Attributes | |
SMatrix5D | fCov |
Point3D | fPos |
Vector4D | fVec |
#include </mnt/build/workspace/root-makedoc-v608/rootspi/rdoc/src/v6-08-00-patches/math/genvector/test/Track.h>
typedef Point3D TrackD::PointType |
typedef Vector4D TrackD::VectorType |