46 |
REAL*8 XM_B,YM_B!,ZM_B |
REAL*8 XM_B,YM_B!,ZM_B |
47 |
REAL*8 RESX,RESY |
REAL*8 RESX,RESY |
48 |
REAL*8 XGOOD,YGOOD |
REAL*8 XGOOD,YGOOD |
49 |
c REAL*8 DEDXTRK !(1) |
REAL*8 DEDXTRK_X |
50 |
REAL*8 DEDXTRK_X !(1) |
REAL*8 DEDXTRK_Y |
|
REAL*8 DEDXTRK_Y !(1) |
|
51 |
REAL*8 ZINI ! ***PP*** |
REAL*8 ZINI ! ***PP*** |
52 |
REAL*8 PFIXED ! ***PP*** |
REAL*8 PFIXED ! ***PP*** |
53 |
REAL*8 CHI2 |
REAL*8 CHI2 |
54 |
REAL*8 XV,YV,ZV |
REAL*8 XV,YV,ZV |
55 |
REAL*8 AXV,AYV |
REAL*8 AXV,AYV |
56 |
REAL*8 COV |
REAL*8 COV |
57 |
|
REAL*8 FACT |
58 |
INTEGER NSTEP |
INTEGER NSTEP |
59 |
INTEGER IDCAND !(2) |
INTEGER IDCAND |
60 |
|
INTEGER TRACKMODE |
61 |
|
INTEGER ISTEPMIN |
62 |
COMMON/TRACK/ |
COMMON/TRACK/ |
63 |
$ AL(5) !track parameters |
$ AL(5) !track parameters |
64 |
$ ,XM(NPLANES),YM(NPLANES),ZM(NPLANES) !couple => xyz point |
$ ,XM(NPLANES),YM(NPLANES),ZM(NPLANES) !couple => xyz point |
67 |
$ ,RESX(NPLANES),RESY(NPLANES) !spatial resolution |
$ ,RESX(NPLANES),RESY(NPLANES) !spatial resolution |
68 |
$ ,XGOOD(NPLANES),YGOOD(NPLANES) !mask of included views |
$ ,XGOOD(NPLANES),YGOOD(NPLANES) !mask of included views |
69 |
c $ ,DEDXTRK(NPLANES) !energy release |
c $ ,DEDXTRK(NPLANES) !energy release |
70 |
$ ,DEDXTRK_X(NPLANES),DEDXTRK_Y(NPLANES) !(1) |
$ ,DEDXTRK_X(NPLANES),DEDXTRK_Y(NPLANES) |
71 |
$ ,ZINI |
$ ,ZINI |
72 |
$ ,PFIXED |
$ ,PFIXED |
73 |
$ ,CHI2 |
$ ,CHI2 |
74 |
$ ,XV(NPLANES),YV(NPLANES),ZV(NPLANES) |
$ ,XV(NPLANES),YV(NPLANES),ZV(NPLANES) |
75 |
$ ,AXV(NPLANES),AYV(NPLANES) |
$ ,AXV(NPLANES),AYV(NPLANES) |
76 |
$ ,COV(5,5) |
$ ,COV(5,5) |
77 |
|
$ ,FACT ! factor scale for tracking precision |
78 |
$ ,NSTEP |
$ ,NSTEP |
79 |
$ ,IDCAND !(2) track-candidate ID (to relate some level1 info) |
$ ,IDCAND !(2) track-candidate ID (to relate some level1 info) |
80 |
|
$ ,TRACKMODE ! tracking mode, 0=normal, 1=with bremsstrahlung |
81 |
|
$ ,ISTEPMIN ! minimum number of step during tracking |
82 |
c****************************************************** |
c****************************************************** |
83 |
cccccc 06/10/2005 modified by elena vannuccini ---> (1) |
cccccc 06/10/2005 modified by elena vannuccini ---> (1) |
84 |
cccccc 17/08/2006 modified by elena vannuccini ---> (2) |
cccccc 17/08/2006 modified by elena vannuccini ---> (2) |