294 |
double xm_a[NPLANE],ym_a[NPLANE]; |
double xm_a[NPLANE],ym_a[NPLANE]; |
295 |
double xm_b[NPLANE],ym_b[NPLANE]; |
double xm_b[NPLANE],ym_b[NPLANE]; |
296 |
double resx[NPLANE],resy[NPLANE]; |
double resx[NPLANE],resy[NPLANE]; |
297 |
|
double tailx[NPLANE],taily[NPLANE]; |
298 |
double xgood[NPLANE],ygood[NPLANE]; |
double xgood[NPLANE],ygood[NPLANE]; |
299 |
double dedxtrk_x[NPLANE]; |
double dedxtrk_x[NPLANE]; |
300 |
double dedxtrk_y[NPLANE]; |
double dedxtrk_y[NPLANE]; |
477 |
int readb_(); |
int readb_(); |
478 |
void gufld_(float*, float*); |
void gufld_(float*, float*); |
479 |
void xyzpam_(int*,int*,int*,int*,int*,float*,float*,float*,float*); |
void xyzpam_(int*,int*,int*,int*,int*,float*,float*,float*,float*); |
480 |
|
float riseta_(int*,float*); |
481 |
|
|
482 |
} |
} |
483 |
|
|