StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
spinDbStar.hh
1 #ifndef TAB_SPIN_DB_STAR__hh
2 #define TAB_SPIN_DB_STAR__hh
3 #include "spinConstDB.hh"
4 
5 /*
6  * Spin related STAR variables
7  */
8 struct spinDbStar {
9  int bXoff7; /* offsets for 7-bit bXing, range=(0,119) */
10  int bXoff48; /* offsets for 48-bit bXing, range=(0,119) */
11  char comment[SPINDbMaxComment];
12 };
13 
14 #endif
15