![]() |
ROOT
6.06/08
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 |
#include </builddir/build/BUILD/root-6.06.08/math/genvector/test/Track.h>
Collaboration diagram for TrackD:| typedef Point3D TrackD::PointType |
| typedef Vector4D TrackD::VectorType |
|
inline |
Definition at line 31 of file Track.h.
Referenced by VecTrackD::Set().
|
inline |
Definition at line 19 of file Track.h.
Referenced by readTrackD(), and writeTrackD().
|
inline |
Definition at line 38 of file Track.h.
Referenced by VecTrackD::mag2(), and ClusterD::mag2().
|
private |
Definition at line 23 of file Track.h.
Referenced by CovMatrix(), and TrackD32::CovMatrix().
|
private |
Definition at line 49 of file Track.h.
Referenced by mag2(), TrackD32::mag2(), ClusterD::mag2(), Pos(), TrackD32::Pos(), ClusterD::Pos(), Set(), TrackD32::Set(), and ClusterD::Set().
|
private |
Definition at line 48 of file Track.h.
Referenced by mag2(), TrackD32::mag2(), ClusterD::mag2(), Set(), TrackD32::Set(), ClusterD::Set(), Vec(), TrackD32::Vec(), and ClusterD::Vec().