digi time correction

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

variables:

float   timeCorr[ 6912 ]     // correction parameter to be applied to the digi time in each channel of eTOF
                                      // combines hit position offsets and offsets related to electronics, cables, etc.
                                      // ( 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:

/* etofDigiTimeCorr.idl

*

* table: etofDigiTimeCorr

*

* description: correction parameter to be applied to each channel

*              on the digi level

*

* author: Florian Seck ( TU Darmstadt )

*

*/

struct etofDigiTimeCorr{

float  timeCorr[6912];  /* time offset correction for etof digis */

};

/* end etofDigiTimeCorr.idl */