| 55 |
REAL*8 PFIXED ! ***PP*** |
REAL*8 PFIXED ! ***PP*** |
| 56 |
REAL*8 CHI2 |
REAL*8 CHI2 |
| 57 |
REAL*8 XV,YV,ZV |
REAL*8 XV,YV,ZV |
| 58 |
|
REAL*8 XV_A,YV_A,ZV_A |
| 59 |
|
REAL*8 XV_B,YV_B,ZV_B |
| 60 |
REAL*8 AXV,AYV |
REAL*8 AXV,AYV |
| 61 |
REAL*8 COV |
REAL*8 COV |
| 62 |
REAL*8 FACT |
REAL*8 FACT |
| 67 |
COMMON/TRACK/ |
COMMON/TRACK/ |
| 68 |
$ AL(5) !track parameters |
$ AL(5) !track parameters |
| 69 |
$ ,XM(NPLANES),YM(NPLANES),ZM(NPLANES) !couple => xyz point |
$ ,XM(NPLANES),YM(NPLANES),ZM(NPLANES) !couple => xyz point |
| 70 |
$ ,XM_A(NPLANES),YM_A(NPLANES),ZM_A(NPLANES) !single cl => segment AB |
$ ,XM_A(NPLANES),YM_A(NPLANES),ZM_A(NPLANES) !single cl => segment AB |
| 71 |
$ ,XM_B(NPLANES),YM_B(NPLANES),ZM_B(NPLANES) ! |
$ ,XM_B(NPLANES),YM_B(NPLANES),ZM_B(NPLANES) ! |
| 72 |
$ ,RESX(NPLANES),RESY(NPLANES) !spatial resolution |
$ ,RESX(NPLANES),RESY(NPLANES) !spatial resolution |
| 73 |
$ ,TAILX(NPLANES),TAILY(NPLANES) !tails in the resolution |
$ ,TAILX(NPLANES),TAILY(NPLANES) !tails in the resolution |
| 74 |
$ ,XGOOD(NPLANES),YGOOD(NPLANES) !mask of included views |
$ ,XGOOD(NPLANES),YGOOD(NPLANES) !mask of included views |
| 78 |
$ ,PFIXED |
$ ,PFIXED |
| 79 |
$ ,CHI2 |
$ ,CHI2 |
| 80 |
$ ,XV(NPLANES),YV(NPLANES),ZV(NPLANES) |
$ ,XV(NPLANES),YV(NPLANES),ZV(NPLANES) |
| 81 |
|
$ ,XV_A(NPLANES),YV_A(NPLANES),ZV_A(NPLANES) !single cl => segment AB |
| 82 |
|
$ ,XV_B(NPLANES),YV_B(NPLANES),ZV_B(NPLANES) ! |
| 83 |
$ ,AXV(NPLANES),AYV(NPLANES) |
$ ,AXV(NPLANES),AYV(NPLANES) |
| 84 |
$ ,COV(5,5) |
$ ,COV(5,5) |
| 85 |
$ ,FACT ! factor scale for tracking precision |
$ ,FACT ! factor scale for tracking precision |