#include <Track.h>
Public Types | |
typedef std::vector< TrackD >::const_iterator | It |
typedef Vector4D | VectorType |
typedef Point3D | PointType |
Public Member Functions | |
VecTrackD () | |
It | begin () const |
It | end () const |
double | mag2 () const |
void | Set (const Vector4D &q, const Point3D &p) |
Private Attributes | |
std::vector< TrackD > | fTrks |
Definition at line 88 of file Track.h.
typedef std::vector<TrackD>::const_iterator VecTrackD::It |
typedef Vector4D VecTrackD::VectorType |
typedef Point3D VecTrackD::PointType |
double VecTrackD::mag2 | ( | ) | const [inline] |
std::vector<TrackD> VecTrackD::fTrks [private] |