reset time offset

parameter for common T0 offset correction to sync the eTOF with the bTOF clock ( could be on run-by-run basis )

variables:

float    resetTimeOffset    // common T0 offset correction (bTOF clock reset)

frequency:

can change in each run (~4000 runs in 2018: FXT 3.0 GeV, isobars and first half of 27 GeV datasets), should be more constant in the future (--> entries will be much less frequent)

index name:

*table is not indexed

size:

the size per entry is 4 bytes -->  ~8 000 bytes per year maximum

write access:

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

etofResetTimeCorr.idl:

/* etofResetTimeCorr.idl

*

* table: etofResetTimeCorr

*

* description: parameter for a common T0 offset correction to sync

*              the whole eTOF with the bTOF clock

*

* author: Florian Seck ( TU Darmstadt )

*

*/

struct etofResetTimeCorr{

float  resetTimeOffset;   /* common t0 offset correction to sync eTOF with bTOF clock */

};

/* end etofResetTimeCorr.idl */