|
MarlinTPC
1.2.0
|
A helper struct to store track parameters for KalTrackingStraight. More...
#include <StraightTrackParameters.h>
Public Member Functions | |
| StraightTrackParameters () | |
| constructor | |
| TObject * | Last () |
| compatibility function for TKalTrack. Always returns a null pointer | |
| void | SetOwner (Bool_t=kTRUE) |
| compatibility function for TKalTrack. Does not do anything | |
Public Attributes | |
| TMatrixD | _sv |
| TMatrixD | _sv1 |
| TMatrixD | _H |
| TMatrixD | _H_t |
| TMatrixD | _K |
| TMatrixD | _P |
| TMatrixD | _P1 |
| TMatrixD | _R |
| TMatrixD | _M_unit |
| double | _deltaChi2 |
| double | _chi2 |
A helper struct to store track parameters for KalTrackingStraight.
It was put into a separate file to be used as a template argument of KalTrackingBase.
1.8.6