FairRoot/PandaRoot
|
#include <PndCATrackLinearisation.h>
Public Member Functions | |
PndCATrackLinearisation () | |
PndCATrackLinearisation (float SinPhi1, float CosPhi1, float DzDs1, float QPt1) | |
PndCATrackLinearisation (const PndCATrackParam &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) |
Private Attributes | |
float | fSinPhi |
float | fCosPhi |
float | fDzDs |
float | fQPt |
PndCATrackLinearisation 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 (PndCATrackLinearisation = PndCATrackParam ).
Definition at line 29 of file PndCATrackLinearisation.h.
|
inline |
Definition at line 33 of file PndCATrackLinearisation.h.
|
inline |
Definition at line 36 of file PndCATrackLinearisation.h.
|
inline |
Definition at line 68 of file PndCATrackLinearisation.h.
|
inline |
Definition at line 45 of file PndCATrackLinearisation.h.
References fCosPhi.
Referenced by PndCATrackParam::Rotate(), and PndCATrackParam::TransportToX().
|
inline |
Definition at line 46 of file PndCATrackLinearisation.h.
References fDzDs.
Referenced by PndCATrackParam::TransportToX().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 47 of file PndCATrackLinearisation.h.
References fQPt.
Referenced by PndCATrackParam::TransportToX().
|
inline |
Definition at line 76 of file PndCATrackLinearisation.h.
References SetCosPhi(), SetDzDs(), SetQPt(), and SetSinPhi().
|
inline |
Definition at line 55 of file PndCATrackLinearisation.h.
Referenced by PndCATrackParam::Rotate(), Set(), and PndCATrackParam::TransportToX().
|
inline |
|
inline |
|
inline |
Definition at line 54 of file PndCATrackLinearisation.h.
Referenced by PndCATrackParam::Rotate(), Set(), and PndCATrackParam::TransportToX().
|
inline |
Definition at line 44 of file PndCATrackLinearisation.h.
References fSinPhi.
Referenced by PndCATrackParam::Rotate(), and PndCATrackParam::TransportToX().
|
private |
Definition at line 62 of file PndCATrackLinearisation.h.
Referenced by CosPhi(), GetCosPhi(), and SetCosPhi().
|
private |
Definition at line 63 of file PndCATrackLinearisation.h.
|
private |
Definition at line 64 of file PndCATrackLinearisation.h.
|
private |
Definition at line 61 of file PndCATrackLinearisation.h.
Referenced by GetSinPhi(), SetSinPhi(), and SinPhi().