StRoot
1
|
#include <AliHLTTPCCATrackLinearisation.h>
Public Member Functions | |
AliHLTTPCCATrackLinearisation (float SinPhi1, float CosPhi1, float DzDs1, float QPt1) | |
AliHLTTPCCATrackLinearisation (const AliHLTTPCCATrackParam &t) | |
void | Set (float SinPhi1, float CosPhi1, float DzDs1, float QPt1) |
float | SinPhi () const |
float | CosPhi () const |
float | DzDs () const |
float | QPt () const |
float | GetSinPhi () const |
float | GetCosPhi () const |
float | GetDzDs () const |
float | GetQPt () const |
void | SetSinPhi (float v) |
void | SetCosPhi (float v) |
void | SetDzDs (float v) |
void | SetQPt (float v) |
AliHLTTPCCATrackLinearisation 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 (AliHLTTPCCATrackLinearisation = AliHLTTPCTrackParam ).
Definition at line 29 of file AliHLTTPCCATrackLinearisation.h.