Logo ROOT   6.07/09
Reference Guide
List of all members | Public Types | Public Member Functions | Private Attributes | List of all members
VecTrackD Class Reference

Definition at line 88 of file Track.h.

Public Types

typedef std::vector< TrackD >::const_iterator It
 
typedef Point3D PointType
 
typedef Vector4D VectorType
 

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< TrackDfTrks
 

#include </mnt/vdb/lsf/workspace/root-makedoc-v608/rootspi/rdoc/src/v6-08-00-patches/math/genvector/test/Track.h>

Member Typedef Documentation

typedef std::vector<TrackD>::const_iterator VecTrackD::It

Definition at line 92 of file Track.h.

Definition at line 94 of file Track.h.

Definition at line 93 of file Track.h.

Constructor & Destructor Documentation

VecTrackD::VecTrackD ( )
inline

Definition at line 97 of file Track.h.

Member Function Documentation

It VecTrackD::begin ( ) const
inline

Definition at line 99 of file Track.h.

It VecTrackD::end ( ) const
inline

Definition at line 100 of file Track.h.

double VecTrackD::mag2 ( ) const
inline

Definition at line 103 of file Track.h.

void VecTrackD::Set ( const Vector4D q,
const Point3D p 
)
inline

Definition at line 111 of file Track.h.

Member Data Documentation

std::vector<TrackD> VecTrackD::fTrks
private

Definition at line 124 of file Track.h.


The documentation for this class was generated from the following file: