ROOT
6.06/09
Reference Guide
|
Public Types | |
typedef Vector4D32 | VectorType |
typedef Point3D32 | PointType |
Public Member Functions | |
TrackD32 () | |
TrackD32 (const Vector4D32 &q, const Point3D32 &p) | |
const Vector4D32 & | Vec () const |
const Point3D32 & | Pos () const |
double | mag2 () const |
void | Set (const Vector4D32 &q, const Point3D32 &p) |
TrackD32 () | |
TrackD32 (const SMatrix5D32 &cov) | |
SMatrix5D & | CovMatrix () |
Private Attributes | |
Vector4D32 | fVec |
Point3D32 | fPos |
SMatrix5D32 | fCov |
typedef Point3D32 TrackD32::PointType |
typedef Vector4D32 TrackD32::VectorType |
|
inline |
|
inline |
|
inline |
Definition at line 36 of file Track.h.
Referenced by readTrackD32(), and writeTrackD32().
|
inline |
|
inline |
|
private |
Definition at line 40 of file Track.h.
Referenced by CovMatrix().
|
private |
|
private |