calib param

parameters used in the eTOF CalibMaker

variables:

float                   get4TotBinWidthNs       // conversion factor of Get4 ToT from bin width to nanoseconds
octet                  minDigisInSlewBin       // minimum number of digis in each bin for the slewing corrections
unsigned short  referencePulserIndex   // index of the pulser channel used as reference

frequency:

once per dataset

index name:

*table is not indexed

size:

8 bytes per entry

write access:

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

etofCalibParam.idl:

/* etofCalibParam.idl

*

* table: etofCalibParam

*

* description: calibration parameters used in the

*              etof calibmaker

*

* author: Florian Seck ( TU Darmstadt )

*

*/

struct etofCalibParam{

float   get4TotBinWidthNs;  /* tot bin width to ns conversion */
octet  minDigisInSlewBin;  /* min number of digis per slewing bin */
unsigned short  referencePulserIndex;  /* index of the pulser channel used as reference */

};

/* end etofCalibParam.idl */