| 57 |
Trajectory(int n, float* pz); |
Trajectory(int n, float* pz); |
| 58 |
void Dump(); |
void Dump(); |
| 59 |
|
|
| 60 |
|
int DoTrack2(float* al); |
| 61 |
float GetLength(){float l=0; for(int i=0; i<npoint;i++)l=l+tl[i]; return l;}; |
float GetLength(){float l=0; for(int i=0; i<npoint;i++)l=l+tl[i]; return l;}; |
| 62 |
float GetLength(int,int); |
float GetLength(int,int); |
| 63 |
|
|
| 142 |
void LoadField(TString s); |
void LoadField(TString s); |
| 143 |
void Fit(double pfixed, int& fail, int iprint); |
void Fit(double pfixed, int& fail, int iprint); |
| 144 |
void FitReset(); |
void FitReset(); |
| 145 |
|
|
| 146 |
|
void FillMiniStruct(cMini2track&); |
| 147 |
|
void SetFromMiniStruct(cMini2track*); |
| 148 |
|
|
| 149 |
TrkCluster *GetClusterX(int ip){TrkCluster *pt = (TrkCluster*)(clx->At(ip)); return pt;}; |
TrkCluster *GetClusterX(int ip){TrkCluster *pt = (TrkCluster*)(clx->At(ip)); return pt;}; |
| 150 |
TrkCluster *GetClusterY(int ip){TrkCluster *pt = (TrkCluster*)(cly->At(ip)); return pt;}; |
TrkCluster *GetClusterY(int ip){TrkCluster *pt = (TrkCluster*)(cly->At(ip)); return pt;}; |