ROOT  6.06/08
Reference Guide
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 Vector4D VectorType
 
typedef Point3D PointType
 

Public Member Functions

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

Private Attributes

Vector4D fVec
 
Point3D fPos
 
SMatrix5D fCov
 

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

+ Collaboration diagram for TrackD:

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.

Referenced by VecTrackD::Set().

§ 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.

Referenced by readTrackD(), and writeTrackD().

§ mag2()

double TrackD::mag2 ( ) const
inline

Definition at line 38 of file Track.h.

Referenced by VecTrackD::mag2(), and ClusterD::mag2().

§ 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.

Referenced by CovMatrix(), and TrackD32::CovMatrix().

§ fPos

Point3D TrackD::fPos
private

§ fVec

Vector4D TrackD::fVec
private

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