slewing correction

parameters for the slewing corrections applied to the eTOF digis in each channel and ToT bin


variables:

unsigned short   channelId[207360]           // ( sector - 13 ) * 576  +  ( zPlane - 1 ) * 192  + ( counter - 1 ) * 64 + ( strip - 1 ) * 2 + ( side - 1 )  --> 6912 channels
unsigned short   upperTotEdge[ 207360 ]   // upper edge of tot interval ( * 100 ) for corr --> 30 bins per channel
short                 corr[ 270360 ]                 // correction parameter ( * 100 ) to be applied to the digi time

frequency:

in general once per dataset

index name:

*table is not indexed

size:

the size per entry is 1244160 bytes

write access:

fseck          --  Florian Seck           ( TU Darmstadt )
weidenkaff  --  Philipp Weidenkaff   ( Heidelberg University )

etofDigiTotCorr.idl:

/* etofDigiSlewCorr.idl

*

* table: etofSlewTimeCorr

*

* description: correction parameter to be applied to each channel (6912)

*              and tot bin (30) on the digi level --> 207360 values

*

* author: Florian Seck ( TU Darmstadt )

*

*/

struct etofDigiSlewCorr{

unsigned short channelId[207360];    /* channel id */
unsigned short upperTotEdge[207360]; /* edge of tot intervals for corr */

short          corr[207360]; /* correction parameter to be applied to the digi time */

};

/* end etofDigiSlewCorr.idl */