88 |
TRefArray *clx; |
TRefArray *clx; |
89 |
TRefArray *cly; |
TRefArray *cly; |
90 |
|
|
91 |
float al[5]; ///<TRACK STATE VECTOR |
/* float al[5]; ///<TRACK STATE VECTOR */ |
92 |
|
double al[5]; ///<TRACK STATE VECTOR |
93 |
float coval[5][5]; ///<covariance matrix |
float coval[5][5]; ///<covariance matrix |
94 |
int xgood[6]; ///<mask of included x planes |
int xgood[6]; ///<mask of included x planes |
95 |
int ygood[6]; ///<mask of included y planes |
int ygood[6]; ///<mask of included y planes |
148 |
void Fit(double pfixed, int& fail, int iprint); |
void Fit(double pfixed, int& fail, int iprint); |
149 |
void FitReset(); |
void FitReset(); |
150 |
void SetTrackingMode(int trackmode); |
void SetTrackingMode(int trackmode); |
151 |
|
void SetPrecisionFactor(double fact); |
152 |
|
void SetStepMin(int istepmin); |
153 |
|
|
154 |
void FillMiniStruct(cMini2track&); |
void FillMiniStruct(cMini2track&); |
155 |
void SetFromMiniStruct(cMini2track*); |
void SetFromMiniStruct(cMini2track*); |