ROOT
6.06/09
Reference Guide
|
Public Types | |
typedef Vector4D | VectorType |
typedef Point3D | PointType |
Public Member Functions | |
TrackD () | |
TrackD (const Vector4D &q, const Point3D &p) | |
const Vector4D & | Vec () const |
const Point3D & | Pos () const |
double | mag2 () const |
void | Set (const Vector4D &q, const Point3D &p) |
TrackD () | |
TrackD (const SMatrix5D &cov) | |
SMatrix5D & | CovMatrix () |
Private Attributes | |
Vector4D | fVec |
Point3D | fPos |
SMatrix5D | fCov |
typedef Point3D TrackD::PointType |
typedef Vector4D TrackD::VectorType |
|
inline |
Definition at line 19 of file Track.h.
Referenced by readTrackD(), and writeTrackD().
|
private |
Definition at line 23 of file Track.h.
Referenced by CovMatrix().
|
private |
|
private |