00001 #ifndef TAB_SPIN_DB_V124__hh 00002 #define TAB_SPIN_DB_V124__hh 00003 #include "spinConstDB.hh" 00004 00005 /* 00006 * RHIC fill related variables from V124 00007 * see StRoot/StSpinDbMaker/cstruct/spinConstDb.hh for constants 00008 */ 00009 struct spinDbV124 { 00010 00011 int bucketOffset[SPINDbMaxRing]; /* time bucket offset for bXing=0 at STAR, range=(0,359) */ 00012 00013 int rotatorState[SPINDbMaxRing]; /* enum: trans, long, ... */ 00014 00015 unsigned char v124bits[SPINDbMaxBuckets]; /* (unpol,down,up,fill) x (blue, yellow) x (360)timeBuckets , packed*/ 00016 00017 char comment[SPINDbMaxComment]; 00018 }; 00019 00020 #endif 00021
1.5.9