![]() |
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 28 of file PndCATrackLinearisationVector.h.
|
inline |
Definition at line 30 of file PndCATrackLinearisationVector.h.
Referenced by PndCATrackLinearisationVector().
|
inline |
Definition at line 32 of file PndCATrackLinearisationVector.h.
References PndCATrackLinearisationVector(), and Set().
|
inline |
Definition at line 60 of file PndCATrackLinearisationVector.h.
References f, CAMath::Max(), CAMath::Min(), PndCATrackParamVector::SignCosPhi(), and CAMath::Sqrt().
|
inline |
Definition at line 39 of file PndCATrackLinearisationVector.h.
|
inline |
Definition at line 40 of file PndCATrackLinearisationVector.h.
|
inline |
Definition at line 44 of file PndCATrackLinearisationVector.h.
|
inline |
Definition at line 45 of file PndCATrackLinearisationVector.h.
|
inline |
Definition at line 46 of file PndCATrackLinearisationVector.h.
|
inline |
Definition at line 43 of file PndCATrackLinearisationVector.h.
|
inline |
Definition at line 41 of file PndCATrackLinearisationVector.h.
|
inline |
Definition at line 66 of file PndCATrackLinearisationVector.h.
References SetCosPhi(), SetDzDs(), SetQPt(), and SetSinPhi().
Referenced by PndCATrackLinearisationVector().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 38 of file PndCATrackLinearisationVector.h.