StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
spinDbBXmask.hh
1 #ifndef TAB_SPIN_DB_BXMASK__hh
2 #define TAB_SPIN_DB_BXMASK__hh
3 #include "spinConstDB.hh"
4 
5 /*
6  * Mask for 120 bXings @ STAR
7  */
8 struct spinDbBXmask {
9  unsigned char bXmask[SPINDbMaxBXings]; /* 0=use=default, non-0=drop bXing, range=(0,119) at STAR IP */
10  char comment[SPINDbMaxComment];
11 };
12 
13 #endif
14