ROOT 6.10/09 Reference Guide |
Public Types | |
typedef Point3D32 | PointType |
typedef Vector4D32 | VectorType |
Public Member Functions | |
TrackD32 () | |
TrackD32 (const SMatrix5D32 &cov) | |
TrackD32 () | |
TrackD32 (const Vector4D32 &q, const Point3D32 &p) | |
SMatrix5D & | CovMatrix () |
double | mag2 () const |
const Point3D32 & | Pos () const |
void | Set (const Vector4D32 &q, const Point3D32 &p) |
const Vector4D32 & | Vec () const |
Private Attributes | |
SMatrix5D32 | fCov |
Point3D32 | fPos |
Vector4D32 | fVec |
#include </mnt/build/workspace/root-makedoc-v610/rootspi/rdoc/src/v6-10-00-patches/math/genvector/test/Track.h>
typedef Point3D32 TrackD32::PointType |
typedef Vector4D32 TrackD32::VectorType |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |