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

Definition at line 56 of file Track.h.

Public Types

typedef Point3D32 PointType
 
typedef Vector4D32 VectorType
 

Public Member Functions

 TrackD32 ()
 
 TrackD32 (const SMatrix5D32 &cov)
 
 TrackD32 ()
 
 TrackD32 (const Vector4D32 &q, const Point3D32 &p)
 
SMatrix5DCovMatrix ()
 
double mag2 () const
 
const Point3D32Pos () const
 
void Set (const Vector4D32 &q, const Point3D32 &p)
 
const Vector4D32Vec () const
 

Private Attributes

SMatrix5D32 fCov
 
Point3D32 fPos
 
Vector4D32 fVec
 

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

Member Typedef Documentation

◆ PointType

Definition at line 61 of file Track.h.

◆ VectorType

Definition at line 60 of file Track.h.

Constructor & Destructor Documentation

◆ TrackD32() [1/4]

TrackD32::TrackD32 ( )
inline

Definition at line 64 of file Track.h.

◆ TrackD32() [2/4]

TrackD32::TrackD32 ( const Vector4D32 q,
const Point3D32 p 
)
inline

Definition at line 66 of file Track.h.

◆ TrackD32() [3/4]

TrackD32::TrackD32 ( )
inline

Definition at line 32 of file Track.h.

◆ TrackD32() [4/4]

TrackD32::TrackD32 ( const SMatrix5D32 cov)
inline

Definition at line 34 of file Track.h.

Member Function Documentation

◆ CovMatrix()

SMatrix5D& TrackD32::CovMatrix ( )
inline

Definition at line 36 of file Track.h.

◆ mag2()

double TrackD32::mag2 ( ) const
inline

Definition at line 71 of file Track.h.

◆ Pos()

const Point3D32& TrackD32::Pos ( ) const
inline

Definition at line 69 of file Track.h.

◆ Set()

void TrackD32::Set ( const Vector4D32 q,
const Point3D32 p 
)
inline

Definition at line 75 of file Track.h.

◆ Vec()

const Vector4D32& TrackD32::Vec ( ) const
inline

Definition at line 68 of file Track.h.

Member Data Documentation

◆ fCov

SMatrix5D32 TrackD32::fCov
private

Definition at line 40 of file Track.h.

◆ fPos

Point3D32 TrackD32::fPos
private

Definition at line 82 of file Track.h.

◆ fVec

Vector4D32 TrackD32::fVec
private

Definition at line 81 of file Track.h.


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