00001 #ifndef __SPIN_CONST_DB_HH 00002 #define __SPIN_CONST_DB_HH 00003 00004 // length of a comment 00005 #define SPINDbMaxComment 160 00006 00007 // # of time buckets in RHIC 00008 #define SPINDbMaxBuckets 360 00009 00010 // # of bXIngs 00011 #define SPINDbMaxBXings 120 00012 00013 // # of RHIC rings and enumerators 00014 #define SPINDbMaxRing 2 00015 00016 enum spinDbEnum {polDirTrans=0,polDirLong=1,blueRing=0,yellRing=1}; 00017 00018 #endif
1.5.9