*CMZ :  2.04/06 24/03/92  10.59.10  by  Hans-Ulrich Martyn
*CMZ :  1.00/00 25/01/91  17.38.56  by  Hans-Ulrich Martyn
*-- Author :
 DATA DICTIONARY :      MEMBER NAME  CGAZ    (BANKS)

UPDATED : Fri Feb 02 12:00:00 1990

BOS_bank_CGAZ
*Central_tracker_Geometry_Active volume inner and outer Z_chambers
   (contained in BOS_bank_CGTX)

 word   type   content
----------------------
  1      I     LH    = 2  length of header
  2      I     NMOD  = 2  no of modules
  3      I     YYMMDD     date of creation
 1{
  1      I     NW = 17  no. of words to follow
  2      I     MOD   module no.
  3      I     N_z   number of rings along z
  4      R     d_Z   length of a ring along z
  5      I     N_phi number of phi segments in each ring
  6      R     R_w   radius of center of wire supports
  7      R     Z_w   z position of center of first wire support
  8      R     phi0  phi position of wire support 0
  9      I     N_w   number of sense wires per ring
 10      R     | Z-R coordinates of wires relative to center of wire
 ...     R     | supports    (sign of R's changed (kfn))
 17      R     |
 18      R     phi_dead : total dead azimuth at phi0+-phi_dead/2.
  }NMOD repetitions
*

+PATCH,CGTX.
*CMZ :  2.00/00 10/02/91  09.44.39  by  Stephan Egli
+DECK,CGAZ,T=TEXT.
*CMZU:  3.01/12 03/05/93  15.44.45  by  HP Beck
*CMZ :  3.00/03 18/08/92  21.04.24  by  Stephan Egli
*CMZU:  2.00/02 10/04/91  11.22.24  by  Curtis A. Meyer
*CMZ :  2.00/00 10/02/91  09.44.40  by  Stephan Egli
*CMZ :  1.08/02 06/02/91  08.51.05  by  Stephan Egli
*-- Author :
CGAZ        !       CENTRAL Z CHAMBERS       ( bank# = run# )
*                   ==================
*   Proposal for a new format, taking into account the more complicated
*   wire arrangement inside the CIZ
*      STEPHAN EGLI  27.10.88   CHANGED BY KFN 19/02/88
*      10.5.90: changed by Kaufmann (this bug fix is known since
*       a long time but always got lost for unknown reasons)
*      H.-H.Kaufmann: phi_dead corrected       25/10/90
*                     PHI-offset appended      25/10/90
*      C.A.Meyer     10.April.1991  The phi dead zone for CIZ was
*                    too large. Corrected to true value.
*
    2       ! = length of subheader                            word:
    2       ! = # of modules                                       +1
    900510  ! = date of creation (YYMMDD)                          +2
*
   17       ! = # WORDS TO FOLLOW                                  +3
    0       ! = module number                                      +1
   15       ! = N_z    : number of rings along z                   +2
   12.0     ! = d_Z    : length of a ring along z                  +3
   16       ! = N_phi  : number of phi segments in each ring       +4
   18.81    ! = R_w    : radius of center of wire supports         +5
 -101.94    ! = Z_w    : z position of center of first wire support+6
    0.0     ! = phi0   : phi position of wire support 0            +7
    4       ! = N_w    : number of sense wires per ring            +8
  -0.7 -0.7 ! Z-R Coordinates of wires relative to center of wire- +9
  -0.2 -0.2 ! supports                                            +11
   0.2  0.2 !                                                     +13
   0.7  0.7 !                                                     +15
   7.5      ! = phi_dead : total dead azimuth at phi0+-phi_dead/2.+17
*
   30       ! = # words to follow                                 +20
    1       ! = module number                                      +1
   24       ! = N_z    : number of rings along z                   +2
    9.0     ! = d_Z    : length of a ring along z                  +3
   24       ! = N_phi  : number of phi segments in each ring       +4
   47.25    ! = R_w    : radius of center of wire supports         +5
 -106.0     ! = Z_w    : z position of center of first wire support+6
    0.0     ! = phi0   : phi position of wire support 0            +7
    4       ! = N_w    : number of sense wires der ring            +8
   0.0 -0.9 ! z-r coordinates of wires relative to center of wire  +9
   0.0 -0.3 ! supports                                            +11
   0.0  0.3 !                                                     +13
   0.0  0.9 !                                                     +15
    7.5     ! = phi_dead (degree)  = 60 mm at R = 45 cm           +17
*   PHI-offset of wire_feed-out of 12 pairs of rings
   3.75 63.75 123.75 183.75 243.75 303.75 !                       +18
  33.75 93.75 153.75 213.75 273.75 333.75 !                       +24
* C = 10000/(360 - phi_dead) = 28.36879 used to transf. PHI to Q
*