BANK FRPE DDL WRITEUP
!       BANKname BANKtype      !Comments
!
  TABLE  FRPE     B16           ! Forward_Response_Planar_Event bank
                                ! (digitisations)
!   ATTributes:
!   -----------
!COL ATT-name FMT Min    Max   !Comments
!
  1   CELLNUM  I   0      1151  ! Cell Number
  2   DRIFT    I                ! Drift time/length (.04 ns/ 10 micron)
  3   QPLUS    I                ! charge at + wire end (eV)
                                ! integral (dE/dx)*dx  over path in cell
  4    ---     I                ! set to zero
  5   IFLAG1   I                ! FADC pulse information (MC = 0)
  6   IFLAG2   I                ! FADC pulse information

  END TABLE
!
!   NOTES:
!             In Monte Carlo, units are such that the contents are
!             numerically equal to the drift DISTANCE in 10 microns
!
!             IFLAG1    Currently set to zero in simulated data
!             IFLAG2    BITS 0-3   Separation in FADC bins from
!                                  preceding dig on wire  (SEPL)
!                       BITS 4-7   Separation in FADC bins from
!                                  next dig on wire       (SEPR)
!                       BITS 8-11  Distance between first and last
!                                  components (FADC bins)
!                       BITS 12-15 Number of hits in the digitisation
!
!                           In all cases numbers are positive and
!                           MIN(15,number)
!                           First digitisation has SEPL set to 15
!                           Last  digitisation has SEPR set to 15