! BANKname BANKtype !Comments
!
TABLE FRRE B16 ! Forward_Response_Radial_Event bank
! (digitisations)
! ATTributes:
! -----------
!COL ATT-name FMT Min Max !Comments
!
1 CELLNUM I 0 863 ! Cell Number
2 DRIFT I 0 +INF ! Drift time/length (.04 ns / 10 micron)
3 QPLUS I 0 +INF ! charge at + wire end (eV)
4 QMINUS I 0 +INF ! charge at - wire end (eV)
! Q+ + Q- = integral (dE/dx)*dx
! over path in cell
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 micron
!
! 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