!
! CVLH bank
! CST local hits
!
! Created by CSUNPK in CSTREC.
!
!
!BANKtype BANKname ! Comments
!
TABLE CVLH ! Central Vertex Local Hits
!
!
! ATTributes:
! ----------
1 IHL I 0 63 ! half ladder position number
2 Iside I -1 1 ! side-flag: -1 = n-side
3 COG F 0.0 639.0 ! cluster center of gravity in strip
! numbers (unit: p: 50 um, n: 88 um)
4 Nstrips I 1 640 ! # of strips in cluster
5 Ifirst I 0 639 ! first strip number in cluster
6 ISumPH I 0 +inf ! cluster pulse height in ADC counts:
! Sum( Raw-CM-Ped ).
7 FluktSum F ClCut +inf ! Sum( PH/rms ) = PulseHeight/noise
END TABLE
!
! CVSP bank
! CST space points
!
! Created by CSFILL from CVLH bank (CST local hits)
! using ideal geometry at the moment.
! Should use alignment corrections once they are available.
!
! Updated by CSLINK with flags and pointers for linked hits
!
!
!BANKtype BANKname ! Comments
!
TABLE CVSP ! Central Vertex Space Points
!
!
! ATTributes:
! ----------
1 R F 0. +INF ! R coordinate
2 Phi F 0. TWOPI ! Azimuth angle
3 Z F -INF +INF ! Z coordinate
4 dR F 0. +INF ! error in R (perpendicular to HL)
5 dRPhi F 0. +INF ! error in RPhi (along HL)
6 dZ F 0. +INF ! error in Z
! Internal references used in pattern recognition and reconstruction.
8 Halfla I 0 63 ! Half-ladder number
9 RPhiNo I 1 640 ! cluster counter per HL, p-side
10 ZNo I 1 640 ! cluster counter per HL, n-side
11 Amb I 1 3 ! 3,2,1 for inner,middle, outer, in z
14 Ghost I 0 1 ! flag = 1 if ghost hit, 0 otherwise
!
! RELations:
! ---------
7 CJKT DMT1 ! Pointer to linked CJxx track
12 CVLH DMT1 ! Pointer to p-side cluster in CVLH.
13 CVLH DMT1 ! Pointer to n-side cluster in CVLH.
END TABLE