Logo ROOT   6.08/07
Reference Guide
List of all members | Public Types | Public Member Functions | Private Attributes | List of all members
TrackD Class Reference

Definition at line 24 of file Track.h.

Public Types

typedef Point3D PointType
 
typedef Vector4D VectorType
 

Public Member Functions

 TrackD ()
 
 TrackD (const SMatrix5D &cov)
 
 TrackD ()
 
 TrackD (const Vector4D &q, const Point3D &p)
 
SMatrix5DCovMatrix ()
 
double mag2 () const
 
const Point3DPos () const
 
void Set (const Vector4D &q, const Point3D &p)
 
const Vector4DVec () const
 

Private Attributes

SMatrix5D fCov
 
Point3D fPos
 
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 29 of file Track.h.

◆ VectorType

Definition at line 28 of file Track.h.

Constructor & Destructor Documentation

◆ TrackD() [1/4]

TrackD::TrackD ( )
inline

Definition at line 31 of file Track.h.

◆ TrackD() [2/4]

TrackD::TrackD ( const Vector4D q,
const Point3D p 
)
inline

Definition at line 33 of file Track.h.

◆ TrackD() [3/4]

TrackD::TrackD ( )
inline

Definition at line 15 of file Track.h.

◆ TrackD() [4/4]

TrackD::TrackD ( const SMatrix5D cov)
inline

Definition at line 17 of file Track.h.

Member Function Documentation

◆ CovMatrix()

SMatrix5D& TrackD::CovMatrix ( )
inline

Definition at line 19 of file Track.h.

◆ mag2()

double TrackD::mag2 ( ) const
inline

Definition at line 38 of file Track.h.

◆ Pos()

const Point3D& TrackD::Pos ( ) const
inline

Definition at line 36 of file Track.h.

◆ Set()

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

Definition at line 42 of file Track.h.

◆ Vec()

const Vector4D& TrackD::Vec ( ) const
inline

Definition at line 35 of file Track.h.

Member Data Documentation

◆ fCov

SMatrix5D TrackD::fCov
private

Definition at line 23 of file Track.h.

◆ fPos

Point3D TrackD::fPos
private

Definition at line 49 of file Track.h.

◆ fVec

Vector4D TrackD::fVec
private

Definition at line 48 of file Track.h.


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