Logo ROOT   6.08/07
Reference Guide
List of all members | 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 Point3D PointType
 
typedef Vector4D VectorType
 

Public Member Functions

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

Private Attributes

std::vector< Point3DfPos
 
Vector4D fVec
 

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

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: