#include <Track.h>
Public Types | |
typedef Vector4D | VectorType |
typedef Point3D | PointType |
Public Member Functions | |
ClusterD () | |
Vector4D & | Vec () |
Point3D & | Pos () |
double | mag2 () const |
void | Set (const Vector4D &q, const Point3D &p) |
Private Attributes | |
Vector4D | fVec |
std::vector< Point3D > | fPos |
Definition at line 130 of file Track.h.
typedef Vector4D ClusterD::VectorType |
typedef Point3D ClusterD::PointType |
double ClusterD::mag2 | ( | ) | const [inline] |
Vector4D ClusterD::fVec [private] |
std::vector<Point3D> ClusterD::fPos [private] |