StRoot
1
|
#include <AliHLTTPCCATrackLinearisationVector.h>
Public Member Functions | |
AliHLTTPCCATrackLinearisationVector (sfloat_v SinPhi1, sfloat_v CosPhi1, sfloat_v DzDs1, sfloat_v QPt1) | |
AliHLTTPCCATrackLinearisationVector (const AliHLTTPCCATrackParamVector &t) | |
void | Set (sfloat_v SinPhi1, sfloat_v CosPhi1, sfloat_v DzDs1, sfloat_v QPt1) |
sfloat_v | SinPhi () const |
sfloat_v | CosPhi () const |
sfloat_v | DzDs () const |
sfloat_v | QPt () const |
sfloat_v | GetSinPhi () const |
sfloat_v | GetCosPhi () const |
sfloat_v | GetDzDs () const |
sfloat_v | GetQPt () const |
void | SetSinPhi (sfloat_v v) |
void | SetCosPhi (sfloat_v v) |
void | SetDzDs (sfloat_v v) |
void | SetQPt (sfloat_v v) |
AliHLTTPCCATrackLinearisationVector class describes the parameters which are used to linearise the transport equations for the track trajectory.
The class is used during track (re)fit, when the AliHLTTPCTrackParam track is only partially fitted, and there is some apriory knowledge about trajectory. This apriory knowledge is used to linearise the transport equations.
In case the track is fully fitted, the best linearisation point is the track trajectory itself (AliHLTTPCCATrackLinearisationVector = AliHLTTPCTrackParamVector ).
Definition at line 29 of file AliHLTTPCCATrackLinearisationVector.h.