Skip to content

Commit

Permalink
new ETOF table for Yannick (star-bnl#712)
Browse files Browse the repository at this point in the history
Subj. A new Offline DB table was created for Yannick. Let's see if 4MB
records are manageable...

https://drupal.star.bnl.gov/STAR/subsys/etof/etof-database-tables/etof-get4state
  • Loading branch information
dmarkh authored Oct 2, 2024
1 parent ef11af1 commit 5e764be
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions StDb/idl/etofGet4State.idl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/* 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[1000000]; /* state of get4s, changes & event id */

};

0 comments on commit 5e764be

Please sign in to comment.