| 90 |
|
|
| 91 |
private: |
private: |
| 92 |
|
|
| 93 |
|
public: |
| 94 |
|
|
| 95 |
int seqno; ///<stored track sequential number |
int seqno; ///<stored track sequential number |
| 96 |
int image; ///<sequential number of track-image |
int image; ///<sequential number of track-image |
| 97 |
|
|
|
public: |
|
|
|
|
| 98 |
float al[5]; ///<TRACK STATE VECTOR |
float al[5]; ///<TRACK STATE VECTOR |
| 99 |
float coval[5][5]; ///<covariance matrix |
float coval[5][5]; ///<covariance matrix |
| 100 |
int xgood[6]; ///<cluster id for x-view (0 = view not included in the fit) |
int xgood[6]; ///<cluster id for x-view (0 = view not included in the fit) |
| 173 |
void SetTrackingMode(int trackmode); |
void SetTrackingMode(int trackmode); |
| 174 |
void SetPrecisionFactor(double fact); |
void SetPrecisionFactor(double fact); |
| 175 |
void SetStepMin(int istepmin); |
void SetStepMin(int istepmin); |
| 176 |
|
void SetDeltaB(int id, double db); |
| 177 |
|
|
| 178 |
Bool_t IsInsideCavity(); |
Bool_t IsInsideCavity(); |
| 179 |
|
|
| 180 |
Bool_t EvaluateClusterPositions(); |
Bool_t EvaluateClusterPositions(); |