pulser time difference in Gbtx

time difference of pulser digis within the same Gbtx (e.g. due to cables) compared to counter 1

variables:

float   pulserTimeDiffGbtx[ 144 ]     // time difference of one pulser to the pulser in counter 1 on the same Gbtx
                                                       // ( sector - 13 ) * 12  +  ( zPlane - 1 ) * 4  + ( side - 1 ) * 2 +  x
                                                       //  x = 0: counter 1 - counter 2,   x= 1: counter 1 - counter 3

frequency:

in general once per dataset

index name:

*table is not indexed

size:

576 bytes per entry

write access:

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

etofPulserTimeDiffGbtx.idl:

/* etofPulserTimeDiffGbtx.idl

*

* table: etofPulserTimeDiffGbtx

*

* description: time difference of pulsers within one Gbtx

*                    (used to correct for missing pulsers)

*

* author: Florian Seck ( TU Darmstadt )

*

*/

struct etofPulserTimeDiffGbtx{

float  pulserTimeDiffGbtx[144];  /* time difference between counters within one Gbtx */

};

/* end etofPulserTimeDiffGbtx.idl */