308 |
int idcand; |
int idcand; |
309 |
int trackmode; |
int trackmode; |
310 |
int istepmin; |
int istepmin; |
311 |
|
|
312 |
|
/* cMini2track(){ */ |
313 |
|
/* // -------------------------- */ |
314 |
|
/* // fitting routine parameters */ |
315 |
|
/* // -------------------------- */ |
316 |
|
/* zini = 23.5; */ |
317 |
|
/* trackmode = 0; */ |
318 |
|
/* istepmin = 3; */ |
319 |
|
/* // -------------------------- */ |
320 |
|
/* pfixed = 0.; */ |
321 |
|
/* chi2 = 0; */ |
322 |
|
/* nstep = 0; */ |
323 |
|
/* for(int it1=0;it1<5;it1++){ */ |
324 |
|
/* al[it1] = 0; */ |
325 |
|
/* for(int it2=0;it2<5;it2++)cov[it1][it2] = 0; */ |
326 |
|
/* }; */ |
327 |
|
/* for(int ip=0;ip<6;ip++){ */ |
328 |
|
/* xgood[ip] = 0; */ |
329 |
|
/* ygood[ip] = 0; */ |
330 |
|
/* xm[ip] = 0; */ |
331 |
|
/* ym[ip] = 0; */ |
332 |
|
/* xm_a[ip] = 0; */ |
333 |
|
/* ym_a[ip] = 0; */ |
334 |
|
/* xm_b[ip] = 0; */ |
335 |
|
/* ym_b[ip] = 0; */ |
336 |
|
/* zm[ip] = 0; */ |
337 |
|
/* resx[ip] = 0; */ |
338 |
|
/* resy[ip] = 0; */ |
339 |
|
/* xv[ip] = 0; */ |
340 |
|
/* yv[ip] = 0; */ |
341 |
|
/* zv[ip] = 0; */ |
342 |
|
/* axv[ip] = 0; */ |
343 |
|
/* ayv[ip] = 0; */ |
344 |
|
/* dedxtrk_x[ip] = 0; */ |
345 |
|
/* dedxtrk_y[ip] = 0; */ |
346 |
|
/* }; */ |
347 |
|
|
348 |
|
/* } */ |
349 |
|
|
350 |
|
|
351 |
}; |
}; |
352 |
// |
// |
353 |
/** |
/** |
444 |
float feta4[NANGMAX][NLADDER][NVIEW][NETAVALMAX]; |
float feta4[NANGMAX][NLADDER][NVIEW][NETAVALMAX]; |
445 |
|
|
446 |
}; |
}; |
447 |
|
/** |
448 |
|
* \brief Struct to configure data reduction |
449 |
|
*/ |
450 |
|
struct cTrkSW{ |
451 |
|
int pfaid; |
452 |
|
}; |
453 |
|
|
454 |
extern "C" { |
extern "C" { |
455 |
|
|
463 |
extern struct cTrkHough houghevent_; |
extern struct cTrkHough houghevent_; |
464 |
extern struct cMini2track track_; |
extern struct cMini2track track_; |
465 |
extern struct cTrkETA pfa_; |
extern struct cTrkETA pfa_; |
466 |
|
extern struct cTrkSW sw_; |
467 |
|
|
468 |
void fillpedsigfromdefault_(); |
void fillpedsigfromdefault_(); |
469 |
int readmipparam_(); |
int readmipparam_(); |
472 |
int readalignparam_(); |
int readalignparam_(); |
473 |
int readetaparam_(); |
int readetaparam_(); |
474 |
void reductionflight_(int*); |
void reductionflight_(int*); |
475 |
int analysisflight_(int*); |
int analysisflight_(); |
476 |
int readb_(); |
int readb_(); |
477 |
|
void gufld_(float*, float*); |
478 |
|
void xyzpam_(int*,int*,int*,int*,int*,float*,float*,float*,float*); |
479 |
|
|
480 |
} |
} |
481 |
|
|