![]() |
PandaRoot
|
#include <PndCATrackLinearisationVector.h>
Public Member Functions | |
PndCATrackLinearisationVector () | |
PndCATrackLinearisationVector (float_v SinPhi1, float_v CosPhi1, float_v DzDs1, float_v QPt1) | |
PndCATrackLinearisationVector (const PndCATrackParamVector &t) | |
void | Set (float_v SinPhi1, float_v CosPhi1, float_v DzDs1, float_v QPt1) |
float_v | SinPhi () const |
float_v | CosPhi () const |
float_v | DzDs () const |
float_v | QPt () const |
float_v | GetSinPhi () const |
float_v | GetCosPhi () const |
float_v | GetDzDs () const |
float_v | GetQPt () const |
void | SetSinPhi (float_v v) |
void | SetCosPhi (float_v v) |
void | SetDzDs (float_v v) |
void | SetQPt (float_v v) |
PndCATrackLinearisationVector 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 PndCATrackParam 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 (PndCATrackLinearisationVector = PndCATrackParamVector ).
Definition at line 40 of file PndCATrackLinearisationVector.h.
|
inline |
Definition at line 42 of file PndCATrackLinearisationVector.h.
Referenced by PndCATrackLinearisationVector().
|
inline |
Definition at line 44 of file PndCATrackLinearisationVector.h.
References PndCATrackLinearisationVector(), and Set().
|
inline |
Definition at line 72 of file PndCATrackLinearisationVector.h.
References f, CAMath::Max(), CAMath::Min(), PndCATrackParamVector::SignCosPhi(), and CAMath::Sqrt().
|
inline |
Definition at line 51 of file PndCATrackLinearisationVector.h.
|
inline |
Definition at line 52 of file PndCATrackLinearisationVector.h.
|
inline |
Definition at line 56 of file PndCATrackLinearisationVector.h.
|
inline |
Definition at line 57 of file PndCATrackLinearisationVector.h.
|
inline |
Definition at line 58 of file PndCATrackLinearisationVector.h.
|
inline |
Definition at line 55 of file PndCATrackLinearisationVector.h.
|
inline |
Definition at line 53 of file PndCATrackLinearisationVector.h.
|
inline |
Definition at line 78 of file PndCATrackLinearisationVector.h.
References SetCosPhi(), SetDzDs(), SetQPt(), and SetSinPhi().
Referenced by PndCATrackLinearisationVector().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 50 of file PndCATrackLinearisationVector.h.