| 341 |
double pfixed; |
double pfixed; |
| 342 |
double chi2; |
double chi2; |
| 343 |
double xv[NPLANE],yv[NPLANE],zv[NPLANE]; |
double xv[NPLANE],yv[NPLANE],zv[NPLANE]; |
|
double xv_a[NPLANE],yv_a[NPLANE],zv_a[NPLANE]; |
|
|
double xv_b[NPLANE],yv_b[NPLANE],zv_b[NPLANE]; |
|
| 344 |
double axv[NPLANE],ayv[NPLANE]; |
double axv[NPLANE],ayv[NPLANE]; |
| 345 |
double cov[5][5]; |
double cov[5][5]; |
| 346 |
double fact; |
double fact; |
| 607 |
float value[NSTRIP]; |
float value[NSTRIP]; |
| 608 |
}; |
}; |
| 609 |
|
|
| 610 |
|
/** |
| 611 |
|
* \brief Struct to check reduction procedure: pedestal subtraction |
| 612 |
|
*/ |
| 613 |
|
struct cTrkMIP { |
| 614 |
|
float mip[NLADDER][NVIEW]; |
| 615 |
|
}; |
| 616 |
|
|
| 617 |
extern "C" { |
extern "C" { |
| 618 |
|
|
| 619 |
|
extern struct cTrkMIP adc2mip_; |
| 620 |
extern struct cTrkCalib pedsigbad_; |
extern struct cTrkCalib pedsigbad_; |
| 621 |
extern struct cTrkMask mask_; |
extern struct cTrkMask mask_; |
| 622 |
extern struct cTrkLevel0 level0event_; |
extern struct cTrkLevel0 level0event_; |