List of contents of banks used in JLCSIM/JIM


*.*********************************************************************
*.     +-----------------------+
*.     | Bank Name  :  HEADER  |
*.     +-----------------------+
*.
*.     Contents    : Parameters refered in tracking
*.     Created in  : jfilhd.f  using  KZBCR1
*.     Record Type : 1-dim. fixed length segment
*.     Version     : Release 0.0  1996-Mar-13 ; tentative version
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.   Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   0
*. IDATA(2)   0
*. IDATA(3)   Event Number
*. RDATA(4)   Beam Energy
*. RDATA(5)   Magnetic Field
*. IDATA(6)-IDATA(20) = 0
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +-------------------------+
*.     | Bank Name  :  GENHEADER |
*.     +-------------------------+
*.
*.     Contents    : Information of Genarator
*.     Created in  : Generator Program using KZBCR1. No action in jim
*.     Record Type : 1-dim. fixed length segment
*.     Version     : Release 1.0  1995-May-10
*.
*.**********************************************************************
*.
*.(1) Contents in the Master Segment
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. CDATA(1)   Name of Generator ( CHARACTER*4 )
*. IDATA(2)   Generater Version #
*. IDATA(3)   DATE ( yymmdd )
*. IDATA(4)   TIME ( hhmmss )
*. IDATA(5)   Event #
*. IDATA(6)   # of perticles
*. IDATA(7)   Flug for Initial State Radiation
*. IDATA(8)   Flug for Beam Schtrahlung
*. RDATA(9)   CMS Energy
*. RDATA(10)  Px of Positoron
*. RDATA(11)  Py
*. RDATA(12)  Pz
*. RDATA(13)  Energy
*. RDATA(14)  Helicity
*. RDATA(15)  Px of Electron
*. RDATA(16)  Py
*. RDATA(17)  Pz
*. RDATA(18)  Energy
*. RDATA(19)  Helicity
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +-------------------------+
*.     | Bank Name  :  MCHEADER  |
*.     +-------------------------+
*.
*.     Contents    : Summary of information about a generated events
*.                   at the event generator stage.
*.     Crearted in : mcdigi.f  using  KZBCR1
*.     Record Type : 1-dim. fixed length segment
*.     Version     : Release 1.0  1994-Jun-28
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Run number (=0 for Monte Carlo data)
*. IDATA(2)   Event number
*. IDATA(3)   Event type ( = KINE(1) in geant.dat )
*. IDATA(4)   Radiative correction('off'=0,'on'=1)
*. IDATA(5)   Total # of vertices in this event
*. IDATA(6)   Total # of final tracks in this event
*. IDATA(7)   Total # of all tracks in this event including unstables
*. RDATA(8)   Total energy of this event (GeV) ; presently 2*Ebeam
*. RDATA(9)   Magneic field (KGauss)
*. RDATA(10)  Beam energy (GeV)
*.----------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. No entry in the data record
*.----------------------------------------------------------------------

*.**********************************************************************
*.     +-------------------------+
*.     | Bank Name  :  MCEVENT   |
*.     +-------------------------+
*.
*.     Contents    : Information of all particles at the event
*.                   generation stage are stored.  The history of an
*.                   event (ex. the hadronization steps, decay chains
*.                   etc) can be traceable by this bank.
*.                   See HEPEVT common of LUND74 manual for precise
*.     Crearted in : jkzfev.f  using  KZBCR1
*.     Record Type : 1-dim. fixed length segment
*.     Version     : Release 1.0  1994-Jun-28
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Event number
*. IDATA(2)   Total number of particles generated in an event
*.            generator. 
*.	      The particles in intermediate states are also included.
*.----------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.    Segment # = particle #
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Status flag (1=stable, 2=decayed. ISTHEP in HEPEVT of
*.            LUND)
*. IDATA(2)   Particle code (LUND code)
*. IDATA(3)   Pointer to the position where the mother is stored.
*. IDATA(4)   Pointer to the second mother ( used to specify mothers
*,            of string )
*. IDATA(5)   Pointer to the position of the first daughter
*. IDATA(6)   Pointer to the position of the last daughter
*. IDATA(7)   Not Used
*. RDATA(8)   X-component of the momentum of i-th particle (GeV)
*. RDATA(9)   Y-component of the momentum of i-th particle (GeV)
*. RDATA(10)  Z-component of the momentum of i-th particle (GeV)
*. RDATA(11)  Total energy (GeV)
*. RDATA(12)  Mass (GeV)
*. RDATA(13)  Production vertex x position, in cm
*. RDATA(14)  Production vertex y position, in cm
*. RDATA(15)  Production vertex z position, in cm
*. RDATA(16)  Production time, in cm/c
*. RDATA(17)  Charge
*. RDATA(18)  Life (c*tau)
*. RDATA(19)  Pointer to the corresponding 'MCTRACK' bank entry
*. RDATA(20)  Not Used
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +------------------------+
*.     | Bank Name  :  MCVERTEX |
*.     +------------------------+
*.
*.     Contents    : List of Vertices
*.     Created in  : uvtki.f  using  KZBCR1
*.     Record Type : 1-dim. variable length segment
*.     Version     : Release 1.0  25-Mar-1996
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.---------------------------------------------------------------------
*.  DATA                            CONTENTS
*.---------------------------------------------------------------------
*. IDATA(1)   # of vertecies
*.---------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.    Segment # = serial number of vertices
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. RDATA(1)   Vertex X Position in mm
*. RDATA(2)   Vertex Y Position in mm
*. RDATA(3)   Vertex Z Position in mm
*. RDATA(4)   Production Time in mm/c
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +------------------------+
*.     | Bank Name  :  MCTRACK  |
*.     +------------------------+
*.
*.     Contents    : List of Tracks
*.     Created in  : uvtki.f  using  KZBCR1
*.     Record Type : 1-dim. variable length segment
*.     Version     : Release 1.0  25-Mar-1996
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.---------------------------------------------------------------------
*.  DATA                            CONTENTS
*.---------------------------------------------------------------------
*. IDATA(1)   # of Tracks ( stable particle only. Even Ks is
*.            excluded.) 
*.---------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------- 
*. RDATA(1)   Momentum px (GeV)
*. RDATA(2)   Momentum py (GeV)
*. RDATA(3)   Momentum pz (GeV)
*. RDATA(4)   Energy   E  (GeV)
*. RDATA(5)   Mass        (GeV)
*. IDATA(6)   Particle ID (LUND code)
*. IDATA(7)   Particle ID (GEANT code)
*. IDATA(8)   Pointer to MCVERTEX Serial vertex   number (=segment#)
*. IDATA(9)   Pointer to MCEVENT  Serial particle number (=segment#)
*.----------------------------------------------------------------------- 

**********************************************************************
*     +------------------------+                                     *
*     | Bank Name  :  MCVXHIT  |                                     *
*     +------------------------+                                     *
*                                                                    *
*     Contents    : List of vertex chamber hits on tracks which the  *
*                   JIM generated.                                   *
*.    Created in  : vxdigi.f  using  KZBCR1                          *
*     Record Type : 1-dim. fixed length segment                      *
*     Version     : Release 2.0  2000-3-23                           *
*                                                                    *
**********************************************************************

(1) Contents in the Master Segment
    Master segment = segment # 0
----------------------------------------------------------------------
  DATA                            CONTENTS
----------------------------------------------------------------------
 IDATA(1)   Total number of generated tracks ( including unstables )
 IDATA(2)   Total number of hits
----------------------------------------------------------------------

(2) Contents in the Data Segment
    Segment # = hits #
----------------------------------------------------------------------
  DATA                            CONTENTS
----------------------------------------------------------------------
 IDATA(1)    Track # of i-th hit
 IDATA(2)    Layer # (most inner=1)
 IDATA(3)    Z direction cell # from +z side
 IDATA(4)    Phi direction cell # from phi=0
 IDATA(5)    Particle code (LUND code)
 RDATA(6)    X position of hit (cm) ( not quantized by pixel size )
 RDATA(7)    Y position of hit (cm) ( not quantized by pixel size )
 RDATA(8)    Z position of hit (cm) ( not quantized by pixel size )
 RDATA(9)    Momentum of i-th particle (GeV)
 RDATA(10)   Energy loss (KeV)
 (the followings exist only for non-cylindrical geometry)
 RDATA(11)   X position of center of hit pixel (cm)
 RDATA(12)   Y position of center of hit pixel (cm)
 RDATA(13)   Z position of center of hit pixel (cm)
 IDATA(14)   Ladder #
 IDATA(15)   Wafer #
----------------------------------------------------------------------

*.*********************************************************************
*.     +------------------------+
*.     | Bank Name  :  MCITHIT  |
*.     +------------------------+
*.
*.     Contents    : List of hits in the intermediate tracker
*.     Created in  : itdigi.f  using  KZBCR1
*.     Record Type : 1-dim. fixed length segment
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Total number of hits
*.----------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.    Segment # = hits #
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Track # which generates i-th hit
*. IDATA(2)   Layer #
*. RDATA(3)   X position of hit (cm)
*. RDATA(4)   Y position of hit (cm)
*. RDATA(5)   Z position of hit (cm)
*. RDATA(6)   Px
*. RDATA(7)   Py
*. RDATA(8)   Pz
*. RDATA(9)   Energy loss (KeV)
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +------------------------+
*.     | Bank Name  :  MCAMHIT  |
*.     +------------------------+
*.
*.     Contents    : List of hits in the active mask
*.     Created in  : amdigi.f  using  KZBCR1
*.     Record Type : 1-dim. fixed length segment
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Total number of hits
*.----------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.    Segment # = hits #
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Track # which generates i-th hit
*. IDATA(2)   F/B
*. IDATA(3)   Layer#
*. IDATA(4)   Phi#
*. IDATA(5)   Radial#
*. IDATA(6)   Particle code
*. RDATA(7)   X position of hit (cm)
*. RDATA(8)   Y position of hit (cm)
*. RDATA(9)   Z position of hit (cm)
*. RDATA(10)  P
*. RDATA(11)  Px
*. RDATA(12)  Py
*. RDATA(13)  Pz
*. RDATA(14)  Energy deposit in this pad
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +------------------------+
*.     | Bank Name  :  MCBMHIT  |
*.     +------------------------+
*.
*.     Contents    : List of hits in the beam profile monitor
*.     Created in  : amdigi.f  using  KZBCR1
*.     Record Type : 1-dim. fixed length segment
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Total number of hits
*. IDATA(2)   Total number of tracks
*.----------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.    Segment # = hits #
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Track number responsible to this hit
*. IDATA(2)   Detector(1 or 2) number of this hit
*. IDATA(3)   F/B assignment
*. IDATA(4)   Pixel number in theta direction
*. IDATA(5)   Pixel number in phai direction
*. IDATA(6)   Particle code
*. RDATA(7)   X position of hit (cm)
*. RDATA(8)   Y position of hit (cm)
*. RDATA(9)   Z position of hit (cm)
*. RDATA(10)  P
*. RDATA(11)  Px
*. RDATA(12)  Py
*. RDATA(13)  Pz
*. IDATA(14)  Particle code of the previous track
*. RDATA(15)  Vertex position in X
*. RDATA(16)  Vertex position in Y
*. RDATA(17)  Vertex position in Z
*. RDATA(18)  Px at vertex position
*. RDATA(19)  Py at vertex position
*. RDATA(20)  Pz at vertex position
*. RDATA(21)  Energy deposit in this pad
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +------------------------+
*.     | Bank Name  :  MCLMHIT  |
*.     +------------------------+
*.
*.     Contents    : List of hits in the luminosity monitor
*.     Created in  : lmdigi.f  using  KZBCR1
*.     Record Type : 1-dim. fixed length segment
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Total number of hits
*.----------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.    Segment # = hits #
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Track number responsible to this hit
*. IDATA(2)   F/B assignment
*. IDATA(3)   Phi#
*. IDATA(4)   Radial#
*. RDATA(5)   X position of hit (cm)
*. RDATA(6)   Y position of hit (cm)
*. RDATA(7)   Z position of hit (cm)
*. RDATA(8)   P
*. RDATA(9)   Px
*. RDATA(10)  Py
*. RDATA(11)  Pz
*. RDATA(12)  Energy deposit in this pad
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +---------------------------+
*.     | Bank Name  :  MCCTHITINF  |
*.     +---------------------------+
*.
*.     Contents    : List of central tracker hits on tracks which the
*.                   JIM generated.
*.     Created in  : ctdigi.f  using  KZBCR1
*.     Record Type : 1-dim. fixed length segment
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.   Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Total number of hits
*.----------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.    Segment # = hits #
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA( 1)  Track number     10000*ISTAK + ITRA(kine bank)
*. IDATA( 2)  Cell address
*.            10000*(super layer number in radius)
*.             + 10*(cell number in phi)
*.             +    (wire number within cell)
*. RDATA( 3)  X position (when the track enters into a super-layer)
*. RDATA( 4)  Y position (when the track enters         "         )
*. RDATA( 5)  Z position (when the track enters         "         )
*. RDATA( 6)  Px         (when the track enters         "         )
*. RDATA( 7)  Py         (when the track enters         "         )
*. RDATA( 8)  Pz         (when the track enters         "         )
*. RDATA( 9)  TOF (nsec) (when the track enters         "         )
*. RDATA(10)  X position (when the track leaves from a super-layer)
*. RDATA(11)  Y position (when the track leaves from a super-layer)
*. RDATA(12)  Z position (when the track leaves from a super-layer)
*. RDATA(13)  Px         (when the track leaves from a super-layer)
*. RDATA(14)  Py         (when the track leaves from a super-layer)
*. RDATA(15)  Pz         (when the track leaves from a super-layer)
*. RDATA(16)  TOF (nsec) (when the track leaves from a super-layer)
*. RDATA(17)  Energy Deposit
*. IDATA(18)  Number of MCCTHIT hits
*. IDATA(19)  Starting address of MCCTHIT bank
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +------------------------------+
*.     | Bank Name  :  MCCTHIT-TRACK  |
*.     +------------------------------+
*.
*.     Contents    : Pointer from track# to hit # in MCCTHITINF bank
*.                   List of serial hit # of hits on i-th track
*.     Created in  : ctdigi.f  using  KZBCR2
*.     Record Type : 2-dim. fixed length segment
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.   Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Total number of tracks
*.----------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.    Segment # = track #
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(0)   # of MCCTHITINF hits on this track
*. IDATA(i)   List of serial hit # of hits on this track (track#=seg#)
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +------------------------+
*.     | Bank Name  :  MCCTHIT  |
*.     +------------------------+
*.
*.     Contents    : List of central tracker hits on tracks which the
*.                   JIM generated.
*.     Created in  : cthsim.f  using  KZBCR1
*.     Record Type : 1-dim. fixed length segment
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.   Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Total number of hits
*.----------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.    Segment # = hits #
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Track # of i-th hit
*. IDATA(2)   Encoded Wire No.
*.              10000*(super layer number in radius)
*.               + 10*(cell number in phi)
*.               +    (wire number within cell)
*. IDATA(3)   Hit# in 'MCCTHITINF' bank
*. RDATA(4)   x position of hit (cm)
*. RDATA(5)   y position of hit (cm)
*. RDATA(6)   z position of hit (cm)
*. RDATA(7)   Time of flight (nsec)
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +---------------------------+
*.     | Bank Name  :  MCCTHITCYL  |
*.     +---------------------------+
*.
*.     Contents    : List of central tracker hits on tracks which the
*.                   JIM generated.
*.     Created in  : cthsim.f  using  KZBCR1
*.     Record Type : 1-dim. fixed length segment
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.   Master segment = segment # 0
*.----------------------------------------------------------------------

*.  DATA                            CONTENTS
*.----------------------------------------------------------------------

*. IDATA(1)   Total number of hits
*.----------------------------------------------------------------------

*.
*.(2) Contents in the Data Segment
*.    Segment # = hits #
*.----------------------------------------------------------------------

*.  DATA                            CONTENTS
*.----------------------------------------------------------------------

*. IDATA(1)   Track # of i-th hit
*. IDATA(2)   Wire number ( 1 to NSLYCT)
*. RDATA(3)   x position of hit (cm) ( without smear )
*. RDATA(4)   y position of hit (cm) ( without smear )
*. RDATA(5)   z position of hit (cm) ( without smear )
*. RDATA(6)   Px at the wire
*. RDATA(7)   Py at the wire
*. RDATA(8)   Pz at the wire
*. RDATA(9)   Time of flight (nsec)  ( without smear )
*. RDATA(10)  Energy deposite
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +------------------------+
*.     | Bank Name  :  MCBEHIT  |
*.     +------------------------+
*.
*.     Contents    : List of Barrel Calorimeter hits on tracks which
*.                   the JIM generated.
*.     Created in  : bcdigi.f  using  KZBCR0
*.     Record Type : 1-dim. variable length segment
*.     Version     : Release 1.0  1995-Apr-21
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Total number of hit blocks
*.----------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.    Segment # = hits #
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Cell Id # (1000*ITHETA+IPHI)
*. RDATA(2)   Total Energy of the Cell ( GeV )
*. RDATA(3)   Time of Flight ( psec )
*. IDATA(4)   # of Contributed Track
*.
*. IDATA(3*I+2)   Contributed Track #  |
*. RDATA(3*I+3)   Deposit Energy       + I = 1, 5
*. RDATA(3*I+4)   Time of Flight       |       Variable Length
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +------------------------+
*.     | Bank Name  :  MCBHHIT  |
*.     +------------------------+
*.
*.     Contents    : List of Barrel Calorimeter hits on tracks which
*.                   the JIM generated.
*.     Created in  : bcdigi.f  using  KZBCR0
*.     Record Type : 1-dim. fixed length segment
*.     Version     : Release 1.0  1995-Apr-21
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Total number of hit blocks
*.----------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.    Segment # = hits #
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Cell # (1000*ITHETA+IPHI)
*. RDATA(2)   Deposit Energy in PMT1 ( GeV )
*. RDATA(3)   Deposit Energy in PMT2 ( GeV )
*. RDATA(4)   Time of Flight ( nsec )
*. IDATA(5)   # of Contributed Track
*.
*. IDATA(4*I+2)   Contributed Track #     |
*. RDATA(4*I+3)   Deposit Energy (PMT1)   + I = 1,5
*. RDATA(4*I+4)   Deposit Energy (PMT2)   |    Variable Length
*. RDATA(4*I+5)   Time of Flight          |
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +------------------------+
*.     | Bank Name  :  MCPSPART |
*.     +------------------------+
*.
*.     Contents    : List of Tracks which hit the Pre-shower surface
*.                   the JIM generated.
*.     Created in  : gustep.f  using  KZBCR1
*.     Record Type : 1-dim. fixed length segment
*.     Version     : Release 1.0  2000-May
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Total number of tracks which hit Pre-Shower surface
*.----------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.    Segment # = track #
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   ITRA number of the track
*. IDATA(2)   Particle code
*. RDATA(3-9) Track parameters in VECT(7)
*. RDATA(3)   x
*. RDATA(4)   y
*. RDATA(5)   z
*. RDATA(6)   px/p
*. RDATA(7)   py/p
*. RDATA(8)   pz/p
*. RDATA(9)   p
*. RDATA(10)  TOF at the Pre-Shower surface
*.
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +------------------------+
*.     | Bank Name  :  MCEEHIT  |
*.     +------------------------+
*.
*.     Contents    : List of Endcap Calorimeter hits on tracks.
*.     Created in  : ecdigi.f  using  KZBCR0
*.     Record Type : 1-dim. variable length segment
*.     Version     : Release 1.0  1995-Apr-21
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.   Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Total number of hit blocks
*.----------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.   Segment # = hits #
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Cell Id # (1000*IR+IPHI)
*. RDATA(2)   Total Energy of the Cell ( GeV )
*. RDATA(3)   Time of Flight ( psec )
*. IDATA(4)   # of Contributed Track
*.
*. IDATA(3*I+2)   Contributed Track #  |
*. RDATA(3*I+3)   Deposit Energy       + I = 1, 5
*. RDATA(3*I+4)   Time of Flight       |       Variable Length
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +------------------------+
*.     | Bank Name  :  MCEHHIT  |
*.     +------------------------+
*.
*.     Contents    : List of Endcap Calorimeter hits on tracks.
*.     Created in  : ecdigi.f  using  KZBCR0
*.     Record Type : 1-dim. variable length segment
*.     Version     : Release 1.0  1995-May-5
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Total number of hit blocks
*.----------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.    Segment # = hits #
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Cell # (1000*IR+IPHI)
*. RDATA(2)   Deposit Energy in PMT1 ( GeV ) ; EC-HAD cells are also
*. RDATA(3)   Deposit Energy in PMT2 ( GeV ) ; read-out with 2-PMTs.
*. RDATA(4)   Time of Flight ( nsec )
*. IDATA(5)   # of Contributed Track
*.
*. IDATA(4*I+2)   Contributed Track #     |
*. RDATA(4*I+3)   Deposit Energy (PMT1)   + I = 1,5
*. RDATA(4*I+4)   Deposit Energy (PMT2)   |    Variable Length
*. RDATA(4*I+5)   Time of Flight          |
*.----------------------------------------------------------------------

*.*********************************************************************
*.
*.     +-------------------------+
*.     | Bank Name  :  MCJIMPAR  |
*.     +-------------------------+
*.
*.     Contents    : Information of JIM Parameters are stored.
*.     Record Type : 1-dim. fixed length segment
*.     Version     : Release 1.0  1999-Feb-27
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Version Number of JIM (= 10000*Major#+100*Minor#+Update#)
*. Cuts on forward particles in smearing mode
*. RDATA(2)   radius for defining forward region
*. RDATA(3)   |z| cuts for defining forward region
*. RDATA(4)   angle cut in radian
*. RDATA(5)   pt cuts for forward particles
*. IDATA(6)   Number of Detectors (= NDMXJD)
*.----------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.    Segment # = detector # (see "jmdet.inc")
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)         Detector simulation flags
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +-------------------------+
*.     | Bank Name  :  MCGEPAR   |
*.     +-------------------------+
*.
*.     Contents    : Information of GEANT Parameters are stored.
*.     Created in  : gespar.f  using  KZBCR1
*.     Record Type : 1-dim. fixed length segment
*.     Version     : Release 1.0  1995-May-10
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   GEANT Version #
*. IDATA(2)   IPAIR = Control Variable for the e-pair production. 
*. IDATA(3)   ICOMP = Control Variable for the Compton scattering 
*. IDATA(4)   IPHOT = Control Variable for the photoelectric effect 
*. IDATA(5)   IPFIS = Control Variable for the gamma induced nuclear
*.                    fission 
*. IDATA(6)   IDRAY = Control Variable for the delta-ray producton
*.                    process 
*. IDATA(7)   IANNI = Control Variable for the positoron annichilation
*                     process 
*. IDATA(8)   IBREM = Control Variable for the bremsstrahlung process 
*. IDATA(9)   IHADR = Control Variable for the hadronic interaction
*.                    process 
*. IDATA(10)  IMUNU = Control Variable for the mu-nuclear interaction
*.                    process 
*. IDATA(11)  IDCAY = Control Variable for the decay in flight process
*. IDATA(12)  ILOSS = Control Variable for the energy loss process
*. IDATA(13)  IMULS = Control Variable for the energy loss process
*. RDATA(14)  CUTGAM= Kinetic Energy cut Threshold for gamma
*. RDATA(15)  CUTELE= Kinetic Energy cut Threshold for electron
*. RDATA(16)  CUTNEU= Kinetic Energy cut Threshold for newtral hadron
*. RDATA(17)  CUTHAD= Kinetic Energy cut Threshold for charged hadron
*. RDATA(18)  CUTMUO= Kinetic Energy cut Threshold for muon
*. RDATA(19)  BCUTE = Kinetic Energy cut Threshold for electron brems.
*. RDATA(20)  BCUTM = Kinetic Energy cut Threshold for muon brems.
*. RDATA(21)  DCUTE = Kinetic Energy cut Threshold for electron delta
*.                    ray 
*. RDATA(22)  DCUTM = Kinetic Energy cut Threshold for muon or hadron
*.                    delta ray 
*. RDATA(23)  PPCUTM= Total Energy cut Threshold for e-pair production
*.                    by muon 
*. RDATA(24)  TOFMAX= TOF cut
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +-------------------------+                                    *
*.     | Bank Name  :  MCVXPAR   |                                    *
*.     +-------------------------+                                    *
*.                                                                    *
*.     Contents    : Information of VTX Parameters are stored.        *
*.     Created in  : vxspar.f  using  KZBCR1
*.     Record Type : 1-dim. fixed length segment                      *
*.     Version     : Release 2.0  2000-3-23                           *
*.                                                                    *
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Number of Layers
*. RDATA(2)   Depletion Layer Thickness
*. RDATA(3)   Pixel Size (cm)
*. RDATA(4)   Radial Position of the 1st Layer
*. RDATA(5)   Radial Position of the 2nd Layer
*. RDATA(6)   Radial Position of the 3rd Layer
*. RDATA(7)   Radial Position of the 4th Layer
*. RDATA(8)   Radial Position of the 5th Layer
*. RDATA(9)   Radial Position of the 6th Layer
*. RDATA(10)   Half Z-Length of the 1st Layer
*. RDATA(11)   Half Z-Length of the 2nd Layer
*. RDATA(12)   Half Z-Length of the 3rd Layer
*. RDATA(13)   Half Z-Length of the 4th Layer
*. RDATA(14)   Half Z-Length of the 5th Layer
*. RDATA(15)   Half Z-Length of the 6th Layer
*. RDATA(16)  Silicon Thickness
*. ( the followings are meeningfull only for non-cylindrical geometry
*.  except for IDATA(28) )
*. RDATA(17)  Full Z-length of detecter region of a wafer
*. RDATA(18)  Full X-length of detecter region of a wafer
*. RDATA(19)  Width of margin (non-sensitive region) of a wafer
*. RDATA(19)  Width of Z-margin (non-sensitive region) of a wafer
*. RDATA(20)  Width of X-margin (non-sensitive region) of a wafer
*. RDATA(21)  Gap bitween wafers of a ladder
*. RDATA(22)  Tilt angle of a wafer in layer-1 (in degree)
*. RDATA(23)  Tilt angle of a wafer in layer-2 (in degree)
*. RDATA(22)  Tilt angle of a wafer in layer-1 (in degree)
*. RDATA(23)  Tilt angle of a wafer in layer-2 (in degree)
*. RDATA(24)  Tilt angle of a wafer in layer-3 (in degree)
*. RDATA(25)  Tilt angle of a wafer in layer-4 (in degree)
*. RDATA(26)  Tilt angle of a wafer in layer-5 (in degree)
*. RDATA(27)  Tilt angle of a wafer in layer-6 (in degree)
*. IDATA(28)  Version # of geometry
*. IDATA(29)  # of pixels in Z-direction of a wafer
*. IDATA(30)  # of pixels in X-direction of a wafer
*. IDATA(31)  # of wafers of a ladder in layer-1
*. IDATA(32)  # of wafers of a ladder in layer-2
*. IDATA(33)  # of wafers of a ladder in layer-3
*. IDATA(34)  # of wafers of a ladder in layer-4
*. IDATA(35)  # of wafers of a ladder in layer-5
*. IDATA(36)  # of wafers of a ladder in layer-6
*. IDATA(37)  # of ladders in layer-1
*. IDATA(38)  # of ladders in layer-2
*. IDATA(39)  # of ladders in layer-3
*. IDATA(40)  # of ladders in layer-4
*. IDATA(41)  # of ladders in layer-5
*. IDATA(42)  # of ladders in layer-6
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +-------------------------+
*.     | Bank Name  :  MCITPAR   |
*.     +-------------------------+
*.
*.     Contents    : Information of IT Parameters are stored.
*.     Created in  : vxspar.f  using  KZBCR1
*.     Record Type : 1-dim. fixed length segment
*.     Version     : Release 1.0  1995-May-10
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Number of Layers
*. RDATA(2)   Thickness of layers
*. RDATA(3)   Radial Position of the 1st Layer
*. RDATA(4)   Radial Position of the 2nd Layer
*. RDATA(5)   Radial Position of the 3rd Layer
*. RDATA(6)   Radial Position of the 4th Layer
*. RDATA(7)   Radial Position of the 5th Layer
*. RDATA(8)   Radial Position of the 6th Layer
*. RDATA(9)   Half Z-Length of the 1st Layer
*. RDATA(10)  Half Z-Length of the 2nd Layer
*. RDATA(11)  Half Z-Length of the 3rd Layer
*. RDATA(12)  Half Z-Length of the 4th Layer
*. RDATA(13)  Half Z-Length of the 5th Layer
*. RDATA(14)  Half Z-Length of the 6th Layer
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +-------------------------+
*.     | Bank Name  :  MCBMPAR   |
*.     +-------------------------+
*.
*.     Contents    : Information of BM Parameters are stored.
*.     Created in  : vxspar.f  using  KZBCR1
*.     Record Type : 1-dim. fixed length segment
*.     Version     : Release 1.0  1995-May-10
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. RDATA(1)   theta1 of luinomater
*. RDATA(2)          of support structure
*. RDATA(3)          of inner carbon mask
*. RDATA(4)          of carbonmask in front of luminomator
*. RDATA(5)   theta2 of luinomater
*. RDATA(6)          of support structure
*. RDATA(7)          of inner carbon mask
*. RDATA(8)          of carbonmask in front of luminomator
*. RDATA(9)   nearmost Z position of luinomater
*. RDATA(10)                      of support structure
*. RDATA(11)                      of inner carbon mask
*. RDATA(12)                      of carbonmask in front of luminomator
*. RDATA(13)  farmost Z position of luinomater
*. RDATA(14)                     of support structure
*. RDATA(15)                     of inner carbon mask
*. RDATA(16)                     of carbonmask in front of luminomator
*. RDATA(17)  inner radius of the inner carbon mask
*. IDATA(18)  Number of divisions in r
*. IDATA(19)  Number of divisions in phi
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +-------------------------+
*.     | Bank Name  :  MCLMPAR   |
*.     +-------------------------+
*.
*.     Contents    : Information of LM Parameters are stored.
*.     Created in  : vxspar.f  using  KZBCR1
*.     Record Type : 1-dim. fixed length segment
*.     Version     : Release 1.0  1995-May-10
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Number of Layers
*. IDATA(2)   Number of divisions of layer#1 in r
*. IDATA(3)   Number of divisions of layer#1 in phi
*. IDATA(4)   Number of divisions of layer#2 in r
*. IDATA(5)   Number of divisions of layer#2 in phi
*. RDATA(6)   Si thickness
*. RDATA(7)   Pixcel size in phi
*. RDATA(8)   Pixcel size in r
*. RDATA(9)   1st layer inner radius
*. RDATA(10)  2nd layer inner radius
*. RDATA(11)  1st layer outer radius
*. RDATA(12)  2nd layer outer radius
*. RDATA(13)  1st layer Z position
*. RDATA(14)  2nd layer Z position
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +-------------------------+
*.     | Bank Name  :  MCCTPAR   |
*.     +-------------------------+
*.
*.     Contents    : Information of CDC Parameters are stored.
*.     Created in  : ctspar.f  using  KZBCR1
*.     Record Type : 1-dim. fixed length segment
*.     Version     : Release 1.0  1995-May-10
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Number of Super-Layers
*. IDATA(2)   Number of Anode-Wires in a Cell
*. RDATA(3)   Outer Radius (cm)
*. RDATA(4)   Inner Radius (cm)
*. RDATA(5)   Half Z-Length of Outer CFRP Wall (cm)
*. RDATA(6)   Z-coodinate of an Endplate Point used to define EP Shape
*. RDATA(7)   R-coodinate of an Endplate Point used to define EP Shape
*. RDATA(8)   Length of super cell for phi direction (cm)
*. RDATA(9)   Length of super cell for R direction   (cm)
*. RDATA(10)  Thickness of CFRP Wall (cm)
*. RDATA(11)  Thickness of Endplate  (cm)
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +-------------------------+
*.     | Bank Name  :  MCBCPAR   |
*.     +-------------------------+
*.
*.     Contents    : Information of Barrel Calorimeter Geometrical
*.                   Parameters are stored.
*.     Created in  : bcspar.f  using  KZBCR0
*.     Record Type : 1-dim. fixed length segment
*.     Version     : Release 1.0  1995-Apr-18
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   FLAG to select calorimeter type (See bcsub?)
*. IDATA(2)   # of Towrs in Theta Direction
*. IDATA(3)   # of Towrs in Phi Direction
*. RDATA(4)   Half Length of Calorimeter System in Z Axis.
*. RDATA(5)   ....................
*. RDATA(6)   Thickness of EM Scintillator Plate.
*. RDATA(7)   Thickness of HAD Scintillator Plate.
*. RDATA(8)   Depth of a Calorimeter Towor.
*. RDATA(9)   Size of Calorimeter Towor.
*. RDATA(10)  Depth of EM part
*. RDATA(11)  Tickness of WLS Plate.
*. RDATA(12)  Tilt Angle of Tower in Phi axis.
*.----------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.    Total # of segment = 6
*.----------------------------------------------------------------------
*. Subsegment #   TYPE   # DATA        Comment
*.--------------------------------------------------------------
*.       1          R    2*NPHI     EM Cal X Position
*.       2          R    2*NPHI     EM Cal Y Position
*.       3          R    2*NTHE     EM Cal Z Position
*.       4          R    NPHI       HAD Cal X Position
*.       5          R    NPHI       HAD Cal Y Position
*.       6          R    NTHE       HAD Cal Z Position
*.--------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. RDATA(1)   Position of Calorimeter Cell.
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +-------------------------+
*.     | Bank Name  :  MCECPAR   |
*.     +-------------------------+
*.
*.     Contents    : Information of Endcap Calorimeter Geometrical
*.                   Parameters are stored.
*.     Created in  : ecspar.f  using  KZBCR0
*.     Record Type : 1-dim. fixed length segment
*.     Version     : Release 1.0  1995-Apr-18
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.    Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   FLAG to select calorimeter type (See bcsub?)
*. IDATA(2)   Number of Divisions in R-direction (=NRdiv)
*. IDATA(3)   Inner Radius of EC CAL Front Face
*. RDATA(4)   Outer Radius of EC CAL Front Face
*. RDATA(5)   Inner Radius of EC CAL Rear  Face
*. RDATA(6)   Outer Radius of EC CAL Rear  Face
*. RDATA(7)   Z-position of EC Front Face
*. RDATA(8)   Depth of a Calorimeter Towor.
*. RDATA(9)   Depth of EM part
*. RDATA(10)  Thickness of EM  Scintillator Plate.
*. RDATA(11)  Thickness of HAD Scintillator Plate.
*. RDATA(12)  Size of Calorimeter Towor.
*.----------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.    Total # of segment = Number of R-divisions (=NRdiv)
*.----------------------------------------------------------------------
*. Subsegment #   TYPE   # DATA        Comment
*.--------------------------------------------------------------
*.       1          R    NPHI       Number of Division in Phi of 1st  ring.
*.       i          R    NPHI       Number of Division in Phi of i-th ring.
*.   NRdiv          R    NPHI       Number of Division in Phi of last ring.
*.--------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. RDATA(1)   Position of Calorimeter Cell.
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +------------------------+
*.     | Bank Name  :  CTTRACK  |
*.     +------------------------+
*.
*.     Contents    : Results of r-phai and r-z track fitting
*.     Created in  : ctanal.f  using  KZBCR1
*.     Record Type : 1-dim. fixed length segment
*.     Version     : Release 0.0  1996-Mar-13 ; tentative version
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.   Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1)   Total number of tracks (stable charged only)
*.----------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.    Segment # = track #
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. RDATA( 1)  r-phi fit ; Closest approach to the Z-axis
*. RDATA( 2)  r-phi fit ; Phi angle of the center of the track circle
*. RDATA( 3)  r-phi fit ; signed 1/R, R=radius of the track circle
*. RDATA( 4)  r-phi fit ; reduced chi-sqr
*. IDATA( 5)  r-phi fit ; number of hits
*. RDATA( 6)  r-z   fit ; z0 = intercept of fitted line
*. RDATA( 7)  r-z   fit ; slope of fitted line
*. RDATA( 8)  r-z   fit ; reduced chi-sqr
*. IDATA( 9)  r-z   fit ; number of hits
*. RDATA(10)  x-coordinate of the first measured point
*. RDATA(11)  y-coordinate of the first measured point
*. RDATA(12)  z-coordinate of the first measured point
*. IDATA(13)  pointer to MC track
*. DDATA( 8)  r-phi fit ; Error Matrix
*. DDATA( 9)                //
*. DDATA(10)                //
*. DDATA(11)  r-z   fit ; Error Matrix
*. DDATA(12)                //
*. DDATA(13)  r-phi fit ; Error Matrix
*. DDATA(14)                //
*. DDATA(15)
*. DDATA(16)
*. DDATA(17)  r-phi fit ; Error Matrix
*. DDATA(18)
*. DDATA(19)
*. DDATA(20)
*. DDATA(21)
*. DDATA(22)  r-z   fit ; Error Matrix
*.----------------------------------------------------------------------

*.*********************************************************************
*.     +----------------------+
*.     | Bank Name  :  TRACK  |
*.     +----------------------+
*.
*.     Contents    : Fitted results of track parameters
*.     Created in  : jfiltk.f  using  KZBCR1
*.     Record Type : 1-dim. fixed length segment
*.     Version     : Release 0.0  1996-Mar-13 ; tentative version
*.
*.*********************************************************************
*.
*.(1) Contents in the Master Segment
*.   Master segment = segment # 0
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. IDATA(1) = Number of tracks (stable charged only)
*. IDATA(2)-IDATA(5) = 0
*.----------------------------------------------------------------------
*.
*.(2) Contents in the Data Segment
*.    Segment # = track #
*.----------------------------------------------------------------------
*.  DATA                            CONTENTS
*.----------------------------------------------------------------------
*. RDATA(1)   Px of the track
*. RDATA(2)   Py
*. RDATA(3)   Pz
*. RDATA(4)   P
*. RDATA(5)   Charge
*. RDATA(6)   r-phi fit ; Closest approach to the Z-axis
*. RDATA(7)   r-phi fit ; Phi angle of the center of the track circle
*. RDATA(8)   r-phi fit ; reduced chi-sqr
*. IDATA(9)   r-phi fit ; number of hits
*. RDATA(10)  r-z    fit ; z0 = intercept of fitted line
*. RDATA(11)  r-z    fit ; reduced chi-sqr
*. IDATA(12)  r-z    fit ; number of hits
*. RDATA(13)  = 0
*. RDATA(14)  serial track number
*. RDATA(15)-DATA(20) = 0
*.----------------------------------------------------------------------

Junichi Kanzaki < Junichi.Kanzaki@kek.jp>
Last modified: Tue Jun 13 00:17:43 CEST 2000