378 |
|
|
379 |
|
|
380 |
}; |
}; |
381 |
|
|
382 |
|
// ================================================================== |
383 |
|
/** |
384 |
|
* \brief Struct to pass DELTAB parameters to F77 routines |
385 |
|
*/ |
386 |
|
struct cDeltaB { |
387 |
|
double delta0; |
388 |
|
double delta1; |
389 |
|
}; |
390 |
|
|
391 |
// |
// |
392 |
/** |
/** |
393 |
* \Struct for the hough transform variables |
* \Struct for the hough transform variables |
577 |
extern struct cMini2track track_; |
extern struct cMini2track track_; |
578 |
extern struct cTrkETA pfa_; |
extern struct cTrkETA pfa_; |
579 |
extern struct cTrkSW sw_; |
extern struct cTrkSW sw_; |
580 |
|
extern struct cDeltaB deltab_; |
581 |
|
|
582 |
void fillpedsigfromdefault_(); |
void fillpedsigfromdefault_(); |
583 |
int readmipparam_(); |
int readmipparam_(); |
591 |
void gufld_(float*, float*); |
void gufld_(float*, float*); |
592 |
void xyzpam_(int*,int*,int*,int*,int*,float*,float*,float*,float*); |
void xyzpam_(int*,int*,int*,int*,int*,float*,float*,float*,float*); |
593 |
float riseta_(int*,float*); |
float riseta_(int*,float*); |
594 |
|
void chisq_(int*, int*); |
595 |
|
|
596 |
} |
} |
597 |
|
|