etof get4state

 state of Get4s regarding to clock-jumps


variables:

 unsigned long etofGet4State[262144];    // state of get4s, changes & corresponding event id's 

 long size;                                                // true size of serialized blob


frequency:

each entry covers an interval of about 4-5 minutes 

index name:

*table is not indexed

size:

about 150.000 bytes per entry

write access:

ysoehngen  --  Yannick Söhngen   ( Heidelberg University )

etofGet4State.idl:

/* etofGet4State.idl

*

* table: etofGet4State

*

* description:Get4States and state changes dealing with "Clock-Jumps"

*             0 - good,  1 - too early by 6.25ns ,2 too late by 6.25 ns,3 - bad

*

* author: Yannick Söhngen ( PI Heidelberg )

*

*/

 

struct etofGet4State {

  unsigned long etofGet4State[262144]; /* state of get4s, changes & event id */

  long size; /* true size of serialized blob */

};