51 |
float sigma_t[128][24][12]; |
float sigma_t[128][24][12]; |
52 |
int bad[128][24][12]; |
int bad[128][24][12]; |
53 |
|
|
54 |
|
void Reset(){ |
55 |
|
for(int is=0; is<128; is++){ |
56 |
|
for(int ivk=0; ivk<24; ivk++){ |
57 |
|
for(int iv=0; iv<12; iv++){ |
58 |
|
pedestal[is][ivk][iv]=0.; |
59 |
|
pedestal_t[is][ivk][iv]=0.; |
60 |
|
sigma[is][ivk][iv]=0.; |
61 |
|
sigma_t[is][ivk][iv]=0.; |
62 |
|
bad[is][ivk][iv]=1; |
63 |
|
} |
64 |
|
} |
65 |
|
} |
66 |
|
} |
67 |
|
|
68 |
/* void FillACalibFrom(TFile* , Int_t , Int_t ); */ |
/* void FillACalibFrom(TFile* , Int_t , Int_t ); */ |
69 |
/* void FillFCalibFrom(TFile* , Int_t , Int_t ); */ |
/* void FillFCalibFrom(TFile* , Int_t , Int_t ); */ |
70 |
/* void FillTCalibFrom(TFile* , Int_t , Int_t ); */ |
/* void FillTCalibFrom(TFile* , Int_t , Int_t ); */ |
180 |
float dedx_y[NTRKMAX][6]; |
float dedx_y[NTRKMAX][6]; |
181 |
int cltrx[NTRKMAX][6]; |
int cltrx[NTRKMAX][6]; |
182 |
int cltry[NTRKMAX][6]; |
int cltry[NTRKMAX][6]; |
183 |
|
int multmaxx[NTRKMAX][6]; |
184 |
|
int multmaxy[NTRKMAX][6]; |
185 |
|
float seedx[NTRKMAX][6]; |
186 |
|
float seedy[NTRKMAX][6]; |
187 |
|
float xpu[NTRKMAX][6]; |
188 |
|
float ypu[NTRKMAX][6]; |
189 |
// float bdl[NTRKMAX]; |
// float bdl[NTRKMAX]; |
190 |
|
|
191 |
void InitcTrkLevel2(){ |
void InitcTrkLevel2(){ |
237 |
ayv_nt[i][ii] = 0; |
ayv_nt[i][ii] = 0; |
238 |
dedx_x[i][ii] = 0; |
dedx_x[i][ii] = 0; |
239 |
dedx_y[i][ii] = 0; |
dedx_y[i][ii] = 0; |
240 |
|
multmaxx[i][ii] = 0; |
241 |
|
multmaxy[i][ii] = 0; |
242 |
|
seedx[i][ii] = 0; |
243 |
|
seedy[i][ii] = 0; |
244 |
|
xpu[i][ii] = 0; |
245 |
|
ypu[i][ii] = 0; |
246 |
} |
} |
247 |
} |
} |
248 |
} |
} |
320 |
double xm_a[NPLANE],ym_a[NPLANE]; |
double xm_a[NPLANE],ym_a[NPLANE]; |
321 |
double xm_b[NPLANE],ym_b[NPLANE]; |
double xm_b[NPLANE],ym_b[NPLANE]; |
322 |
double resx[NPLANE],resy[NPLANE]; |
double resx[NPLANE],resy[NPLANE]; |
323 |
|
double tailx[NPLANE],taily[NPLANE]; |
324 |
double xgood[NPLANE],ygood[NPLANE]; |
double xgood[NPLANE],ygood[NPLANE]; |
325 |
double dedxtrk_x[NPLANE]; |
double dedxtrk_x[NPLANE]; |
326 |
double dedxtrk_y[NPLANE]; |
double dedxtrk_y[NPLANE]; |
453 |
|
|
454 |
// void Set(TFile* , Int_t , Int_t ); |
// void Set(TFile* , Int_t , Int_t ); |
455 |
|
|
456 |
|
void Reset(){ |
457 |
|
for(int ivk=0; ivk<NVK; ivk++){ |
458 |
|
for(int iv=0; iv<NVIEW; iv++){ |
459 |
|
// mask_vk[ivk][iv]=0; |
460 |
|
mask_vk_run[ivk][iv]=0; |
461 |
|
} |
462 |
|
} |
463 |
|
} |
464 |
|
|
465 |
|
void Dump(){ |
466 |
|
} |
467 |
|
|
468 |
}; |
}; |
469 |
|
|
470 |
/** |
/** |
481 |
float feta3[NANGMAX][NLADDER][NVIEW][NETAVALMAX]; |
float feta3[NANGMAX][NLADDER][NVIEW][NETAVALMAX]; |
482 |
float eta4[NANGMAX][NETAVALMAX]; |
float eta4[NANGMAX][NETAVALMAX]; |
483 |
float feta4[NANGMAX][NLADDER][NVIEW][NETAVALMAX]; |
float feta4[NANGMAX][NLADDER][NVIEW][NETAVALMAX]; |
484 |
|
float fcorr[NANGMAX][NLADDER][NVIEW]; |
485 |
|
float e234ax[6];//F77: e2fax,e2tax,e3fax,e3tax,e4fax,e4tax |
486 |
|
float e234ay[6];//F77: e2fay,e2tay,e3fay,e3tay,e4fay,e4tay |
487 |
|
|
488 |
}; |
}; |
489 |
/** |
/** |
518 |
int readb_(); |
int readb_(); |
519 |
void gufld_(float*, float*); |
void gufld_(float*, float*); |
520 |
void xyzpam_(int*,int*,int*,int*,int*,float*,float*,float*,float*); |
void xyzpam_(int*,int*,int*,int*,int*,float*,float*,float*,float*); |
521 |
|
float riseta_(int*,float*); |
522 |
|
|
523 |
} |
} |
524 |
|
|