digi tot correction

calibration parameter applied to the ToT of the eTOF digis in each channel

variables:

float   totCorr[ 6912 ]     // correction factor to be applied to the digi TOT in each channel of eTOF
                                   // ( sector - 13 ) * 576  +  ( zPlane - 1 ) * 192  + ( counter - 1 ) * 64 + ( strip - 1 ) * 2 + ( side - 1 )


frequency:

in general once per dataset

index name:

*table is not indexed

size:

27648 bytes per entry

write access:

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

etofDigiTotCorr.idl:

/* etofDigiTotCorr.idl

*

* table: etofDigiTotCorr

*

* description: correction factor to be applied to each channel

*              on the digi level

*

* author: Florian Seck ( TU Darmstadt )

*

*/

struct etofDigiTotCorr{

float  totCorr[6912];  /* tot correction factor for etof digis */

};

/* end etofDigiTotCorr.idl */