ROOT  6.06/08
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 ()
 
Vector4D & Vec ()
 
Point3D & Pos ()
 
double mag2 () const
 
void Set (const Vector4D &q, const Point3D &p)
 

Private Attributes

Vector4D fVec
 
std::vector< Point3D > fPos
 

#include </builddir/build/BUILD/root-6.06.08/math/genvector/test/Track.h>

+ Collaboration diagram for ClusterD:

Member Typedef Documentation

§ PointType

Definition at line 137 of file Track.h.

§ VectorType

Definition at line 136 of file Track.h.

Constructor & Destructor Documentation

§ ClusterD()

ClusterD::ClusterD ( )
inline

Definition at line 134 of file Track.h.

Member Function Documentation

§ mag2()

double ClusterD::mag2 ( ) const
inline

Definition at line 143 of file Track.h.

§ Pos()

Point3D& ClusterD::Pos ( )
inline

Definition at line 141 of file Track.h.

§ Set()

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

Definition at line 150 of file Track.h.

§ Vec()

Vector4D& ClusterD::Vec ( )
inline

Definition at line 140 of file Track.h.

Member Data Documentation

§ fPos

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

Definition at line 165 of file Track.h.

§ fVec

Vector4D ClusterD::fVec
private

Definition at line 164 of file Track.h.


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