ROOT  6.06/09
Reference Guide
Public Types | Public Member Functions | Private Attributes | List of all members
ClusterD Class Reference

Definition at line 130 of file Track.h.

Public Types

typedef Vector4D VectorType
 
typedef Point3D PointType
 

Public Member Functions

 ClusterD ()
 
Vector4DVec ()
 
Point3DPos ()
 
double mag2 () const
 
void Set (const Vector4D &q, const Point3D &p)
 

Private Attributes

Vector4D fVec
 
std::vector< Point3DfPos
 

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

+ Collaboration diagram for ClusterD:

Member Typedef Documentation

Definition at line 137 of file Track.h.

Definition at line 136 of file Track.h.

Constructor & Destructor Documentation

ClusterD::ClusterD ( )
inline

Definition at line 134 of file Track.h.

Member Function Documentation

double ClusterD::mag2 ( ) const
inline

Definition at line 143 of file Track.h.

Point3D& ClusterD::Pos ( )
inline

Definition at line 141 of file Track.h.

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

Definition at line 150 of file Track.h.

Vector4D& ClusterD::Vec ( )
inline

Definition at line 140 of file Track.h.

Member Data Documentation

std::vector<Point3D> ClusterD::fPos
private

Definition at line 165 of file Track.h.

Referenced by mag2(), Pos(), and Set().

Vector4D ClusterD::fVec
private

Definition at line 164 of file Track.h.

Referenced by mag2(), Set(), and Vec().


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